NetworkManager/libnm-util
Dan Williams 70e79d60dd 2008-03-17 Dan Williams <dcbw@redhat.com>
Split the 802.1x bits out of the wireless-security setting so they are
	generalized enough for wired 802.1x to use too.

	* introspection/nm-exported-connection.xml
		- GetSecrets now returns 'a{sa{sv}}' (a hash of settings hashes) instead
			of just a hash of the secrets for one setting

	* libnm-util/nm-setting-wireless-security.c
	  libnm-util/nm-setting-wireless-security.h
		- Remove 802.1x-specific stuff
		- Added leap-username and leap-password properties for old-school LEAP

	* src/nm-device.c
	  src/nm-device.h
		- (connection_secrets_updated_cb): take a list of updated settings names,
			not just one

	* src/supplicant-manager/nm-supplicant-config.c
	  src/supplicant-manager/nm-supplicant-config.h
		- (nm_supplicant_config_add_setting_wireless_security): remove 802.1x
			specific stuff; fix for updated LEAP bits; punt 802.1x stuff
			to nm_supplicant_config_add_setting_8021x()
		- (nm_supplicant_config_add_setting_8021x): add an 802-1x setting to
			the supplicant config

	* src/nm-device-802-11-wireless.c
		- (build_supplicant_config): pass in the 802.1x setting too, if any
		- (real_connection_secrets_updated): take a list of updated settings
			names, not just one

	* src/nm-device-802-3-ethernet.c
	  src/nm-cdma-device.c
	  src/nm-gsm-device.c
		- (real_connection_secrets_updated_cb): take a list of updated settings
			names, not just one

	* src/nm-activation-request.c
	  src/nm-activation-request.h
		- (nm_act_request_class_init): the 'connection-secrets-updated' signal
			now passes a list of updated settings names, not just one
		- (update_one_setting): new function; handle one updated setting
		- (get_secrets_cb): handle multiple settings returned from the
			settings service; have to be careful of ordering here as there are
			some dependencies between settings (ex. wireless-security and 802.1x
			in some cases)

	* src/marshallers/nm-marshal.list
		- new marshaller for connection-secrets-updated signal

	* libnm-util/nm-setting-8021x.c
		- Add back the 'pin' and 'psk' settings, for EAP-SIM and EAP-PSK auth
			methods
		- (verify): a valid 'eap' property is now required

	* libnm-util/nm-connection.c
		- (register_default_settings): add priorities to settings; there are
			some dependencies between settings, and during the need_secrets
			calls this priority needs to be respected.  For example, only the
			wireless-security setting knows whether or not the connection is
			going to use 802.1x or now, so it must be asked for secrets before
			any existing 802.1x setting is
		- (nm_connection_lookup_setting_type): expose

	* libnm-util/nm-setting-wireless.c
		- (verify): should verify even if all_settings is NULL; otherwise won't
			catch the case where there is missing security

	* libnm-util/nm-setting-wireless-security.c
		- Remove everything to do with 802.1x
		- Add old-school LEAP specific properties for username and password
		- (need_secrets): rework LEAP secrets checking
		- (verify): rework for LEAP and 802.1x verification



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3470 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2008-03-17 19:37:23 +00:00
..
.cvsignore Add cvsignore file 2005-12-10 02:26:47 +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 commit de4e1e57541f62e610d5b622f2d38f5c84848daa 2008-03-14 22:40:35 +00:00
nm-connection.c 2008-03-17 Dan Williams <dcbw@redhat.com> 2008-03-17 19:37:23 +00:00
nm-connection.h 2008-03-17 Dan Williams <dcbw@redhat.com> 2008-03-17 19:37:23 +00:00
nm-param-spec-specialized.c 2007-11-26 Dan Williams <dcbw@redhat.com> 2007-11-26 16:59:47 +00:00
nm-param-spec-specialized.h 2007-11-07 Tambet Ingo <tambet@gmail.com> 2007-11-07 16:06:43 +00:00
nm-setting-8021x.c 2008-03-17 Dan Williams <dcbw@redhat.com> 2008-03-17 19:37:23 +00:00
nm-setting-8021x.h 2008-03-17 Dan Williams <dcbw@redhat.com> 2008-03-17 19:37:23 +00:00
nm-setting-cdma.c 2008-01-21 Dan Williams <dcbw@redhat.com> 2008-01-21 19:14:18 +00:00
nm-setting-cdma.h 2008-01-21 Dan Williams <dcbw@redhat.com> 2008-01-21 19:14:18 +00:00
nm-setting-connection.c 2008-02-20 Dan Williams <dcbw@redhat.com> 2008-02-21 04:34:34 +00:00
nm-setting-connection.h 2007-12-24 Dan Williams <dcbw@redhat.com> 2007-12-24 23:45:16 +00:00
nm-setting-gsm.c 2008-01-09 Dan Williams <dcbw@redhat.com> 2008-01-09 18:27:23 +00:00
nm-setting-gsm.h 2007-12-10 Tambet Ingo <tambet@gmail.com> 2007-12-10 09:17:40 +00:00
nm-setting-ip4-config.c 2008-03-12 Dan Williams <dcbw@redhat.com> 2008-03-13 03:11:02 +00:00
nm-setting-ip4-config.h 2008-03-12 Dan Williams <dcbw@redhat.com> 2008-03-13 03:11:02 +00:00
nm-setting-ppp.c 2008-02-20 Dan Williams <dcbw@redhat.com> 2008-02-21 04:34:34 +00:00
nm-setting-ppp.h 2007-11-07 Tambet Ingo <tambet@gmail.com> 2007-11-07 16:06:43 +00:00
nm-setting-pppoe.c Implement PPPoE. 2008-03-11 16:37:41 +00:00
nm-setting-pppoe.h Implement PPPoE. 2008-03-11 16:37:41 +00:00
nm-setting-serial.c 2008-01-09 Dan Williams <dcbw@redhat.com> 2008-01-09 18:27:23 +00:00
nm-setting-serial.h 2007-11-28 Tambet Ingo <tambet@gmail.com> 2007-11-29 14:38:07 +00:00
nm-setting-template.c 2007-11-07 Tambet Ingo <tambet@gmail.com> 2007-11-07 16:13:57 +00:00
nm-setting-template.h 2007-11-07 Tambet Ingo <tambet@gmail.com> 2007-11-07 16:13:57 +00:00
nm-setting-vpn-properties.c 2007-12-04 Dan Williams <dcbw@redhat.com> 2007-12-04 16:09:05 +00:00
nm-setting-vpn-properties.h 2007-12-04 Dan Williams <dcbw@redhat.com> 2007-12-04 16:09:05 +00:00
nm-setting-vpn.c 2007-11-07 Tambet Ingo <tambet@gmail.com> 2007-11-07 16:06:43 +00:00
nm-setting-vpn.h 2007-11-07 Tambet Ingo <tambet@gmail.com> 2007-11-07 16:06:43 +00:00
nm-setting-wired.c 2008-02-20 Dan Williams <dcbw@redhat.com> 2008-02-21 04:34:34 +00:00
nm-setting-wired.h 2007-11-07 Tambet Ingo <tambet@gmail.com> 2007-11-07 16:06:43 +00:00
nm-setting-wireless-security.c 2008-03-17 Dan Williams <dcbw@redhat.com> 2008-03-17 19:37:23 +00:00
nm-setting-wireless-security.h 2008-03-17 Dan Williams <dcbw@redhat.com> 2008-03-17 19:37:23 +00:00
nm-setting-wireless.c 2008-03-17 Dan Williams <dcbw@redhat.com> 2008-03-17 19:37:23 +00:00
nm-setting-wireless.h 2007-11-07 Tambet Ingo <tambet@gmail.com> 2007-11-07 16:06:43 +00:00
nm-setting.c 2008-02-25 Dan Williams <dcbw@redhat.com> 2008-02-25 22:06:18 +00:00
nm-setting.h 2008-02-24 Dan Williams <dcbw@redhat.com> 2008-02-25 03:32:43 +00:00
nm-utils.c 2008-03-14 Dan Williams <dcbw@redhat.com> 2008-03-14 21:12:03 +00:00
nm-utils.h 2008-03-04 Dan Williams <dcbw@redhat.com> 2008-03-04 21:59:24 +00:00