NetworkManager/libnm-util
Dan Williams 937d1add73 2007-09-11 Dan Williams <dcbw@redhat.com>
* libnm-util/nm-setting.c
	  libnm-util/nm-setting.h
		- (nm_setting_update_secrets): new function; add a virtual function that
			subclasses can implement to update their secrets
		- (setting_wireless_security_update_secrets): implement that function
			for the 802-11-wireless-security subclass

	* libnm-util/nm-connection.c
	  libnm-util/nm-connection.h
		- (nm_connection_update_secrets): update secrets for a Setting and
			emit a signal on success

	* src/nm-manager.c
	  src/nm-manager.h
	  src/nm-marshal.list
		- (connection_get_settings_cb): enable system settings bits
		- (nm_manager_get_connection_secrets, get_secrets_cb): add function
			to request secrets from the settings dbus service and to
			push those secrets to the NMConnection itself

	* src/nm-activation-request.c
	  src/nm-activation-request.h
		- Attach to the 'secrets-updated' signal of the NMConnection that's
			currently being activated, and proxy that signal to other listeners.
			Goes through the activation request because the activation request
			is the thing that manages the lifetime of the NMConnection that's
			being activated.

	* src/nm-device-802-11-wireless.c
		- (real_connection_secrets_updated): implement the connection secrets
			updated notification and restart activation when secrets are
			received
		- (real_act_stage2_config): request secrets from the settings dbus
			service if secrets are needed

	* src/nm-device.c
	  src/nm-device.h
		- (clear_act_request, nm_device_activation_cancel,
		   nm_device_deactivate_quickly, nm_device_dispose): consolidate places
			where the activation request is cleared
		- (nm_device_activate, connection_secrets_updated_cb): attach to the
			updated secrets signal of activation request and add a function
			that subclasses can override to handle it easily



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2782 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-09-11 18:02:27 +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: Include config.h to get HAVE_GCRYPT 2006-05-25 22:26:32 +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 Check for failed allocation and return 2006-12-13 17:54:31 +00:00
cipher.h 2007-08-28 Dan Williams <dcbw@redhat.com> 2007-08-28 14:47:31 +00:00
dbus-dict-helpers.c 2007-01-26 Dan Williams <dcbw@redhat.com> 2007-01-27 01:19:08 +00:00
dbus-dict-helpers.h 2007-01-26 Dan Williams <dcbw@redhat.com> 2007-01-27 01:19:08 +00:00
dbus-helpers.c 2006-07-13 Dan Williams <dcbw@redhat.com> 2006-07-13 17:03:31 +00:00
dbus-helpers.h 2006-07-13 Dan Williams <dcbw@redhat.com> 2006-07-13 17:03:31 +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 Compile libnm-util with PIC 2007-09-03 01:07:10 +00:00
nm-connection.c 2007-09-11 Dan Williams <dcbw@redhat.com> 2007-09-11 18:02:27 +00:00
nm-connection.h 2007-09-11 Dan Williams <dcbw@redhat.com> 2007-09-11 18:02:27 +00:00
nm-setting.c 2007-09-11 Dan Williams <dcbw@redhat.com> 2007-09-11 18:02:27 +00:00
nm-setting.h 2007-09-11 Dan Williams <dcbw@redhat.com> 2007-09-11 18:02:27 +00:00
sha1.c 2007-08-30 Dan Williams <dcbw@redhat.com> 2007-08-30 14:07:22 +00:00
sha1.h 2005-12-09 Dan Williams <dcbw@redhat.com> 2005-12-09 23:25:22 +00:00