NetworkManager/libnm-util
Robert Love db98fe8137 2006-03-22 Robert Love <rml@novell.com>
Implement "Dynamic WEP", which is basically WPA authentication and WEP
	key exchange via WPA, ostensibly providing good security without
	requiring hardware that supports full WPA.  Also, add UI elements to
	allow the user to select the pairwise & group cipher for WPA Enterprise
	networks, too:
	* gnome/applet/applet.glade: Update glade file.
	* gnome/applet/nm-gconf-wso-wpa-eap.c: Serialize and deserialize the
	  key type, too, to and from gconf.
	* gnome/applet/wireless-security-option.c: Add "wpa_eap" parameter to
	  wso_wpa_create_key_type_model(), noting whether we are handling PSK
	  or EAP configuration, and in the latter case add in "Dynamic WEP" if
	  the capabilities match.
	* gnome/applet/wso-private.h: Update wso_wpa_create_key_type_model()'s
	  prototype.
	* gnome/applet/wso-wpa-eap.c: Manage UI elements for the key type and
	  serialize from UI to DBUS.
	* gnome/applet/wso-wpa-psk.c: Cannot fail and always returns at least
	  one element.
	* libnm-util/dbus-helpers.c: Update nmu_security_serialize_wpa_eap(),
	  nmu_security_serialize_wpa_eap_with_cipher(), and
	  nmu_security_deserialize_wpa_eap() to take a "key_type" parameter and
	  serialize/deserialize the key type via DBUS as the new third DBUS
	  parameter.
	* libnm-util/dbus-helpers.h: Update prototypes.
	* src/nm-ap-security-wpa-eap.c: Deserialize the key type from DBUS,
	  too.  If the key type is WEP104, do Dynamic WEP, which means
	  "IEEE8021X" for "key_mgmt".  Also add support for user-specified
	  pairwise and group ciphers (fixes a FIXME).


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1628 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-03-22 19:52:41 +00:00
..
.cvsignore Add cvsignore file 2005-12-10 02:26:47 +00:00
cipher-private.h 2006-01-23 Dan Williams <dcbw@redhat.com> 2006-01-24 00:37:39 +00:00
cipher-wep-ascii.c 2005-12-23 Dan Williams <dcbw@redhat.com> 2005-12-23 08:20:12 +00:00
cipher-wep-ascii.h 2006-01-16 Robert Love <rml@novell.com> 2006-01-16 17:18:43 +00:00
cipher-wep-hex.c 2005-12-23 Dan Williams <dcbw@redhat.com> 2005-12-23 08:20:12 +00:00
cipher-wep-hex.h 2006-01-16 Robert Love <rml@novell.com> 2006-01-16 17:18:43 +00:00
cipher-wep-passphrase.c * libnm-util/cipher-wep-passphrase.c: Don't need those forward 2006-03-15 20:49:49 +00:00
cipher-wep-passphrase.h 2006-01-16 Robert Love <rml@novell.com> 2006-01-16 17:18:43 +00:00
cipher-wpa-psk-hex.c 2006-02-25 Robert Love <rml@novell.com> 2006-02-26 02:16:53 +00:00
cipher-wpa-psk-hex.h 2006-01-16 Robert Love <rml@novell.com> 2006-01-16 17:18:43 +00:00
cipher-wpa-psk-passphrase.c 2006-02-25 Robert Love <rml@novell.com> 2006-02-26 02:16:53 +00:00
cipher-wpa-psk-passphrase.h 2006-01-16 Robert Love <rml@novell.com> 2006-01-16 17:18:43 +00:00
cipher.c 2006-02-07 Robert Love <rml@novell.com> 2006-02-07 15:39:50 +00:00
cipher.h 2006-01-23 Dan Williams <dcbw@redhat.com> 2006-01-24 00:37:39 +00:00
dbus-helpers.c 2006-03-22 Robert Love <rml@novell.com> 2006-03-22 19:52:41 +00:00
dbus-helpers.h 2006-03-22 Robert Love <rml@novell.com> 2006-03-22 19:52:41 +00:00
dbus-method-dispatcher.c 2005-12-17 Dan Williams <dcbw@redhat.com> 2005-12-17 21:10:37 +00:00
dbus-method-dispatcher.h 2005-12-17 Dan Williams <dcbw@redhat.com> 2005-12-17 21:10:37 +00:00
gnome-keyring-md5.c 2005-12-09 Dan Williams <dcbw@redhat.com> 2005-12-09 23:25:22 +00:00
gnome-keyring-md5.h 2005-12-09 Dan Williams <dcbw@redhat.com> 2005-12-09 23:25:22 +00:00
libnm-util.pc.in Patch from Timo Hoenig: fix library name for libnm-util 2006-01-09 15:05:19 +00:00
Makefile.am 2005-12-17 Dan Williams <dcbw@redhat.com> 2005-12-17 21:10:37 +00:00
sha1.c 2005-12-09 Dan Williams <dcbw@redhat.com> 2005-12-09 23:25:22 +00:00
sha1.h 2005-12-09 Dan Williams <dcbw@redhat.com> 2005-12-09 23:25:22 +00:00