Revision db3bb8a...

Go back to digest for 7th August 2011

Other in Networking Tools

Ilia Kats committed changes in [networkmanagement/nm09] /:

Don't copy certificates for 802-1x connections to our own storage.

I've thought a lot about this, and while this was a very cool feature
for NM 0.8, where we had our own little connection list that only we
could access, this doesn't fit into NM 0.9 anymore. As soon as the
connection gets modified/deleted by something other than ourselves, be
it nm-applet or the sysadmin editing the files in
/etc/NetworkManager/system-connections by hand, we get problems, like
deleted/missing certificates or obsolete certificates still floating
around.

Everything still works, tested with WPA2-EAP-PEAP and WPA2-EAP-TTLS
(eduroam)

File Changes

Modified 21 files
  •   CMakeLists.txt
  •   plasma_nm_version.h
  •   backends/NetworkManager/nmdbussettingsconnectionprovider.cpp
  •   libs/internals/connection.cpp
  •   libs/internals/connection.h
  •   libs/internals/setting.cpp
  •   libs/internals/setting.h
  •   settings/config/manageconnectionwidget.cpp
  •   settings/config/manageconnectionwidget.h
  •   libs/internals/settings/802-1x.cpp
  •   libs/internals/settings/802-1x.h
  •   libs/ui/security/eapmethodleap.cpp
  •   libs/ui/security/eapmethodpeapbase.ui
  •   libs/ui/security/eapmethodtlsbase.ui
  •   libs/ui/security/eapmethodttlsbase.ui
  •   libs/ui/security/peapwidget.cpp
  •   libs/ui/security/peapwidget.h
  •   libs/ui/security/tlswidget.cpp
  •   libs/ui/security/tlswidget.h
  •   libs/ui/security/ttlswidget.cpp
  •   libs/ui/security/ttlswidget.h
21 files changed in total