NetworkManager/src/vpn-manager
Tambet Ingo 3dcd9d2d17 2007-02-19 Tambet Ingo <tambet@ximian.com>
* src/vpn-manager/nm-vpn-manager.c: Handle the DBUS state changes itself.
	Handle device state changes and disconnect VPN if it's device deactivates.

	* src/nm-dbus-nm.c: 
	* src/nm-dbus-nm.h: 
	* src/nm-dbus-device.c: 
	* src/nm-dbus-device.c: 
	* src/nm-dbus-net.c: 
	* src/nm-dbus-net.h: Remove. All of it is implemented byt the new dbus API.

	* src/NetworkManagerMain.h: Get rid of all but 3 properties of NMData.

	* src/nm-device.c (nm_device_get_by_udi):
	(nm_device_get_by_iface): Remove. This doesn't belong here and is already
	implemented in the correct location (NMManager).
	Rip out all the test_device stuff.

	* src/NetworkManagerPolicy.c: Remove the leftover activation success and
	failure handlers, it's all done by NMDevice already.

	* src/NetworkManager.c: Move the signal handling here from nm-logging.c
	Remove the iochannel hack to route the unix signals to the main thread since
	we're not threaded anymore.

	* src/NetworkManagerAP.c: Implement HWAddress property.

	* src/NetworkManagerDbus.c: Remove the dbus signal sending code, it happens
	automatically with dbus-glib.

	* src/nm-netlink-monitor.c: 
	* src/nm-netlink-monitor.h:
		- Move it low in the class hierarchy, don't reference any NM types.
		- Remove private data from the header.
		- Use type safe checks in public API methods.
		- Make it a singleton so we don't have to pass the single reference around.



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2339 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-02-19 13:09:32 +00:00
..
.cvsignore 2005-04-15 Dan Williams <dcbw@redhat.com> 2005-04-15 15:43:42 +00:00
Makefile.am 2006-08-07 Dan Williams <dcbw@redhat.com> 2006-08-07 18:27:03 +00:00
nm-dbus-vpn.c 2007-02-19 Tambet Ingo <tambet@ximian.com> 2007-02-19 13:09:32 +00:00
nm-dbus-vpn.h 2007-02-19 Tambet Ingo <tambet@ximian.com> 2007-02-19 13:09:32 +00:00
nm-vpn-act-request.c 2007-01-04 Dan Williams <dcbw@redhat.com> 2007-01-04 12:06:26 +00:00
nm-vpn-act-request.h 2006-02-28 Dan Williams <dcbw@redhat.com> 2006-03-01 04:12:35 +00:00
nm-vpn-connection.c 2007-02-16 Tambet Ingo <tambet@ximian.com> 2007-02-16 11:23:49 +00:00
nm-vpn-connection.h 2006-10-13 Dan Williams <dcbw@redhat.com> 2006-10-13 19:41:47 +00:00
nm-vpn-manager.c 2007-02-19 Tambet Ingo <tambet@ximian.com> 2007-02-19 13:09:32 +00:00
nm-vpn-manager.h 2007-02-08 Tambet Ingo <tambet@ximian.com> 2007-02-08 15:34:26 +00:00
nm-vpn-service.c 2007-02-16 Tambet Ingo <tambet@ximian.com> 2007-02-16 11:23:49 +00:00
nm-vpn-service.h 2006-10-13 Dan Williams <dcbw@redhat.com> 2006-10-13 19:41:47 +00:00