NetworkManager/libnm-util
Tambet Ingo 636b1140c5 2007-06-21 Tambet Ingo <tambet@ximian.com>
* libnm-glib/Makefile.am: Add NMObject to build, remove nm-utils.[ch].

	* nm-utils.[ch]: Remove.

	* libnm-glib/nm-object.c: Implement a base class for all libnm-glib dbus-aware
	objects for easy property access and dbus connection handling.

	* libnm-glib/nm-client.c: Derive from NMObject.

	* libnm-glib/nm-device.c: Ditto.

	* libnm-glib/nm-device-802-3-ethernet.c: Changes for being based on NMObject.

	* libnm-glib/nm-device-802-11-wireless.c: Ditto.

	* libnm-glib/nm-ip4-config.c: Ditto.

	* libnm-glib/nm-access-point.c: Ditto.

	* libnm-util/nm-connection.c (nm_connection_compare): Add a stub for connection
	comparision. Currently used by the device activation code to determine if the new
	activation is the same as the old one.

	* src/nm-dbus-nmi.c (nm_dbus_get_user_key_for_network): Don't use the obsolete and
	wrong way of getting the dbus path for AP. Fixes the issue where the applet isn't
	able to ask password for the AP.

	* src/nm-device.c (nm_device_activate): Change the logic here - instead of giving
	up if the device is already connected, tear down it's connection (if it isn't the
	same as new one) and start the activation.

	* src/nm-manager.c: Add the beginnings of NMConnection storage and signals.

	* src/NetworkManagerAP.c (nm_ap_init): Set the default values to AP memebers, fixes
	the issue where all APs are always listed as encrypted.

	* src/NetworkManagerDbus.c (nm_dbus_get_object_path_for_network): Remove. APs have
	their own registered paths.

	* test/nm-tool.c (detail_device): Don't try to get active network from wireless
	device if it's not connected - dbus-glib will happily crash trying to marshal NULL.




git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2615 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-06-22 15:09:02 +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 Need sys/types.h for size_t 2006-09-07 15:45:25 +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 2007-05-07 Tambet Ingo <tambet@ximian.com> 2007-05-07 14:39:20 +00:00
nm-connection.c 2007-06-21 Tambet Ingo <tambet@ximian.com> 2007-06-22 15:09:02 +00:00
nm-connection.h 2007-06-21 Tambet Ingo <tambet@ximian.com> 2007-06-22 15:09:02 +00:00
nm-setting.c 2007-06-08 Tambet Ingo <tambet@ximian.com> 2007-06-08 05:47:12 +00:00
nm-setting.h 2007-06-08 Tambet Ingo <tambet@ximian.com> 2007-06-08 05:47:12 +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