Skip to content
  1. Mar 10, 2016
  2. Oct 06, 2015
  3. May 20, 2015
  4. Dec 02, 2014
  5. Sep 27, 2014
  6. Aug 29, 2014
  7. Jun 09, 2014
  8. May 19, 2014
  9. May 18, 2014
  10. Apr 25, 2014
  11. Apr 24, 2014
  12. Apr 23, 2014
  13. Apr 04, 2014
  14. Apr 03, 2014
  15. Apr 02, 2014
  16. Apr 01, 2014
    • Michael Biebl's avatar
      Use the paths specified in the VPN .name files · b9a85224
      Michael Biebl authored
      Since LIBDIR of nm-applet and the VPN plugins aren't necessarily the
      same, use the paths as specified by the VPN plugins and only
      reconstruct the path if it is not absolute or we fail to load the plugin
      b9a85224
  17. Mar 22, 2014
  18. Mar 20, 2014
  19. Mar 17, 2014
    • Thomas Haller's avatar
      Revert "libnm-gtk: default to system CA certificates for validation for new connections" · 8b631ffd
      Thomas Haller authored
      This reverts commit 3021ce12.
      
      For EAP connections it usually does not make sense to validate the
      certificate with the system CA store. User mostly either want to
      provide the one exact certificate (ca-cert) or don't do any validation
      at all.
      
      Previously, nm-connection-editor set the property system-ca-certs=true
      for new connections, but there was no field in the UI to unset this
      setting. This effectively meant, that if the user did not provide a
      valid ca-cert (or put the certificate in the system wide store) the
      connection could not be established.
      
      Change the behavior, so that new connections created by nm-c-e don't
      have system-ca-certs set.
      
      The system-ca-certs property cannot be configured from the UI and nm-c-e
      will not touch it in existing connection. This makes sense, because referring
      to the system store is not a common use case. On the other hand, users who
      *really* want to use this option, can do so using e.g. nmcli. In that case,
      nm-c-e will not tamper with the setting.
      
      Connections that were created by older versions of nm-c-e might be
      unable to connect. The system-ca-certs option can be unset with:
      
        $ nmcli connection modify id "$ID" 802-1x.system-ca-certs false
      
      https://bugzilla.gnome.org/show_bug.cgi?id=702608
      
      
      
      Signed-off-by: default avatarThomas Haller <thaller@redhat.com>
      (cherry picked from commit c798c40c)
      8b631ffd
  20. Nov 11, 2013
  21. Oct 28, 2013
  22. Oct 13, 2013
  23. Oct 09, 2013
  24. Oct 08, 2013
  25. Oct 07, 2013