NetworkManager/libnm-util
Tambet Ingo 326d1e8679 2007-09-12 Tambet Ingo <tambet@gmail.com>
* src/vpn-manager/nm-vpn-connection.[ch]: 
        * src/vpn-manager/nm-vpn-manager.[ch]:
        * src/vpn-manager/nm-vpn-service.[ch]: Rewrite the vpn handling
        * code. Using 
        dbus-glib, GObjects, signals etc.

        * libnm-glib/nm-vpn-manager.[ch]: 
        * libnm-glib/nm-vpn-connection.[ch]: Now that the NM
        * implementation changed
        so much, rewrite these too.

        * libnm-glib/Makefile.am: Add new files to build, build new
        * binding files for
        the new introspection files.

        * libnm-glib/nm-client.[ch]: Remove all VPN related stuff from
        * here.

        * libnm-glib/nm-dbus-utils.[ch]: Renamed from nm-utils.[ch] that
        * was shadowing
        the header with the same name from libnm-utils.

        * libnm-glib/nm-vpn-plugin.[ch]: Implement.

        * libnm-util/Makefile.am: Add nm-utils.[ch] to build.

        * introspection/nm-vpn-plugin.xml: Implement.

        * introspection/nm-vpn-connection.xml: Implement.

        * introspection/nm-vpn-manager.xml: Implement.

        * src/NetworkManagerSystem.c
        * (nm_system_vpn_device_set_from_ip4_config): Remove
        the named manager argument, it can just as easily get it as the
caller.
        (nm_system_vpn_device_unset_from_ip4_config): Ditto.

        * src/vpn-manager/nm-dbus-vpn.[ch]: Remove.

        * src/nm-dbus-manager.h: Fix up the name_owner signal signature.

        * src/dhcp-manager/nm-dhcp-manager.c (garray_to_string): Remove,
        * use one from
        libnm-utils.

        * libnm-util/nm-connection.c: Ditto.

        * src/NetworkManagerMain.h: Remove, it's finally empty.

        * configure.in: Remove utils/ from build.

        * include/NetworkManagerVPN.h: Add some more defines to reduce
        * the amount
        of hard-coded strings.

        * utils/: Move it over to libnm-util.

        * test/Makefile.am: Link against libnm-util now that util/ is
        * gone.

        * dispatcher-daemon/Makefile.am: Ditto.

        * src/Makefile.am: Ditto.



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2798 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-09-12 16:23:53 +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 2007-09-12 Tambet Ingo <tambet@gmail.com> 2007-09-12 16:23:53 +00:00
nm-connection.c 2007-09-12 Tambet Ingo <tambet@gmail.com> 2007-09-12 16:23:53 +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:28:36 +00:00
nm-setting.h 2007-09-11 Dan Williams <dcbw@redhat.com> 2007-09-11 18:28:36 +00:00
nm-utils.c 2007-09-12 Tambet Ingo <tambet@gmail.com> 2007-09-12 16:23:53 +00:00
nm-utils.h 2007-09-12 Tambet Ingo <tambet@gmail.com> 2007-09-12 16:23:53 +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