NetworkManager/libnm-util
Dan Williams 4c028c7cef 2007-09-10 Dan Williams <dcbw@redhat.com>
* include/NetworkManager.h
		- Kill NMNetworkType; AP types don't matter any more

	* src/NetworkManagerAPList.c
	  src/NetworkManagerAPList.h
	  src/Makefile.am
		- Kill; NMAccessPointList has outlived it's usefulness

	* src/NetworkManagerAP.c
	  src/NetworkManagerAP.h
		- (match_cipher, security_compatible, nm_ap_check_compatible): new
			functions; check if an NMConnection object is compatible with the
			settings of this AP
		- (freq_to_channel, channel_to_freq): utility functions for
			channel <-> frequency conversion

	* src/nm-device.c
	  src/nm-device.h
		- (nm_device_get_best_connection): pass the specific object around
			 (which might be the object path of a specific AP to connect to).
			 The get_best_connection() call should populate this on return
			 if needed (wireless does).

	* src/nm-device-802-3-ethernet.c
		- (real_get_best_connection): handle specific_object argument

	* src/NetworkManager.c
	  src/NetworkManagerMain.h
		- Remove unused includes

	* src/nm-device-802-11-wireless.c
	  src/nm-device-802-11-wireless.h
		- Convert the ap_list into a GSList from an NMAccessPointList
		- No need for caching the 'activation_ap' since this is now determined
			from the specific_object of the activation request, which is
			populated from the get_best_connection() call or from a user request
		- (nm_device_802_11_wireless_update_bssid): fix warning
		- (get_wireless_capabilities): fix error message format arguments
		- (nm_device_802_11_wireless_copy_allowed_to_dev_list): remove, unused
		- (find_best_connection, real_get_best_connection): implement
		- (ap_list_get_ap_by_ssid, nm_device_802_11_wireless_ap_list_print):
			move here from NetworkManagerAPList
		- (ap_need_secrets): remove; moved to nm-connection.c where it belongs
		- (real_act_stage1_prepare): just ensure an AP exists, connection is
			already verified earlier
		- (real_act_stage2_config): use nm_connection_need_secrets()

	* src/NetworkManagerPolicy.c
		- (nm_policy_auto_get_best_device): handle specific objects
		- (create_connection): remove; automatic connection creation functionality
			is handled by the Connection objects
		- (nm_policy_device_change_check): handle specific_object

	* libnm-util/nm-connection.c
		- (wireless_sec_need_secrets, nm_connection_need_secrets): implement



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2778 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-09-10 19:11:40 +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-10 Dan Williams <dcbw@redhat.com> 2007-09-10 19:11:40 +00:00
nm-connection.h 2007-09-10 Dan Williams <dcbw@redhat.com> 2007-09-10 19:11:40 +00:00
nm-setting.c 2007-09-02 Dan Williams <dcbw@redhat.com> 2007-09-03 01:08:34 +00:00
nm-setting.h 2007-08-29 Dan Williams <dcbw@redhat.com> 2007-08-29 21:27:52 +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