mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-15 15:58:08 +02:00
* src/NetworkManager.c (main): When dbus manager doesn't want to
* start, complain
about dbus manager, not named manager.
Make sure hal_manager and dbus_mgr are created before trying to
unreference.
* src/nm-dbus-manager.c: There was an issue with priv->proxy: We
* have a signal
handler for it's 'destroy' signal - we use it to catch
disconnects from dbus.
However, the same signal is emitted when we destroy it and
there's
nm_dbus_manager_cleanup -> destroy_cb -> nm_dbus_manager_cleanup
cycle.
(nm_dbus_manager_cleanup): Let go of the DBusGProxy before
releasing the DBusGConnection, since proxy needs a conneciton.
(destroy_cb): Set the private proxy to NULL before cleaning up
the manager.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2959 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
|
||
|---|---|---|
| .. | ||
| auth-dialog | ||
| doc | ||
| po | ||
| properties | ||
| src | ||
| .cvsignore | ||
| AUTHORS | ||
| autogen.sh | ||
| ChangeLog | ||
| configure.in | ||
| gnome-mime-application-x-openvpn-settings.png | ||
| Makefile.am | ||
| NEWS | ||
| nm-openvpn-service.conf | ||
| nm-openvpn-service.name.in | ||
| nm-openvpn.desktop.in | ||
| README | ||
OpenVPN support for NetworkManager Added by Tim Niemueller http://www.niemueller.de Assumes that you have a running OpenVPN X.509 setup as mentioned in the OpenVPN 2.0 HOWOT on the OpenVPN homepage. TODO: Support for static keys, support for password authentication, only present auth-dialog if needed. Code released under the GPL. See COPYING file in the NetworkManager directory. Aachen, 2005/11/12