Commit graph

58 commits

Author SHA1 Message Date
Christopher Aillon
60cebd2de6 2007-12-31 Christopher Aillon <caillon@redhat.com>
* src/nm-vpnc-service.h:
	* src/nm-vpnc-service.c:
		- Support Cisco UDP Encapsulation in vpnc >= 0.4 (#420925)


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3200 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-12-31 15:30:02 +00:00
Dan Williams
1b43d896fd 2007-12-11 Dan Williams <dcbw@redhat.com>
Patches from Casey Harkins <caseyharkins@gmail.com>

	* properties/nm-vpnc.c
		- (impl_fill_connection): duplicate hash table keys as required



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3163 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-12-11 15:12:45 +00:00
Dan Williams
775a223fda 2007-12-05 Dan Williams <dcbw@redhat.com>
Patch from Denis Leroy <denis@poolshark.org>

	* properties/nm-vpnc.c
		- (import_from_file): allow import of incomplete .pcf files
			(gnome.org #498758, rh #241774)



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3139 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-12-05 22:03:32 +00:00
Dan Williams
d46b75da9e 2007-12-05 Dan Williams <dcbw@redhat.com>
* properties/nm-vpnc.c
		- (impl_get_widget): be more robust about bad connections



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3138 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-12-05 17:37:02 +00:00
Dan Williams
3408252251 2007-11-15 Dan Williams <dcbw@redhat.com>
* properties/nm-vpnc.c
		- Fixup for NMSettingConnection 'name' -> 'id' changes



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3093 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-11-15 21:29:54 +00:00
Dan Williams
df921e74c5 2007-11-07 Dan Williams <dcbw@redhat.com>
* auth-dialog/main.c
	  properties/nm-vpnc.c
	  src/nm-vpnc-service.c
		- Fix for new NMSetting API changes



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3071 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-11-07 18:22:04 +00:00
Dan Williams
2b0426ed31 2007-10-26 Dan Williams <dcbw@redhat.com>
* properties/nm-vpnc.c
		- (impl_get_object): use a glade root, and ensure widget is referenced
			correctly



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3021 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-10-26 16:27:15 +00:00
Dan Williams
7ccae0048b 2007-10-10 Dan Williams <dcbw@redhat.com>
* src/nm-vpnc-service.c
		- (validate_one_property): print message about what properties fail
			validation
		- (real_connect, nm_vpnc_config_write): use default username from VPN
			setting if no Xauth username is provided in custom properties



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2968 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-10-10 20:26:13 +00:00
Dan Williams
922ce65a28 2007-09-27 Dan Williams <dcbw@redhat.com>
* auth-dialog/main.c
		- Rework password storage to match the GConf semantics of nm-applet
			better.  Also, use generic secrets, not keyring network passwords.
			Keyring network passwords are inappropriate for our usage here.



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2907 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-09-28 02:52:28 +00:00
Dan Williams
78d654f387 2007-09-27 Dan Williams <dcbw@redhat.com>
* src/nm-vpnc-service.c
		- (nm_vpnc_config_write): turn back on various options that the vpnc
			plugin had before that are used with vpnc 0.3.x



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2906 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-09-28 02:03:02 +00:00
Dan Williams
be5c97e72f 2007-09-27 Dan Williams <dcbw@redhat.com>
* src/nm-vpnc-service-vpnc-helper.c
		- (addr_list_to_gvalue): list should contain straight guint32s, not
			GValues containing guint32s
		- (main): For Cisco/vpnc, the IP4 PTP address needs to be the same as
			the internal IP4 address



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2904 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-09-28 01:36:27 +00:00
Dan Williams
eac62e5b67 2007-09-27 Dan Williams <dcbw@redhat.com>
* src/nm-vpnc-service.c
		- (real_connect): close vpnc's stdin so it can actually go ahead and
			connect



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2901 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-09-27 23:53:50 +00:00
Dan Williams
790c3844a1 2007-09-27 Dan Williams <dcbw@redhat.com>
* src/nm-vpnc-service-helper.c
		- (str_to_gvalue, addr_to_gvalue): ensure the GValues are zeroed when
			allocated so that they can be assigned a type later
		- (addr_list_to_gvalue): use a GArray rather than a GSList, dbus-glib
			seems ignorant of GSLists with G_TYPE_UINT elements



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2900 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-09-27 14:30:19 +00:00
Dan Williams
98fb1e171c 2007-09-26 Dan Williams <dcbw@redhat.com>
* src/nm-vpnc-service.c
		- (real_need_secrets, nm_vpnc_plugin_class_init): implement need_secrets



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2893 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-09-27 02:22:40 +00:00
Tambet Ingo
571812b40c 2007-09-26 Tambet Ingo <tambet@gmail.com>
* libnm-glib/nm-vpn-plugin.c (nm_vpn_plugin_connect): Update the
        * plugin activation
        method.
        (impl_vpn_plugin_connect): Convert properties hash to
NMConnection, activate, and
        unreference the connection.

        * introspection/nm-vpn-plugin.xml: Modify the 'Connect' method
        * arguments: instead of
        passing properties hash and routes string list, pass
NMConnection (in hashed form).

        * src/vpn-manager/nm-vpn-connection.c
        * (nm_vpn_connection_get_routes): Return routes
        as GSList, no need to copy stuff around anymore.
        (nm_vpn_connection_activate): Update the plugin activation
method.

        * src/NetworkManagerSystem.c
        * (nm_system_vpn_device_set_from_ip4_config): Convert
        routes argument to GSList.

        * vpn-daemons/vpnc/src/nm-vpnc-service.c (real_connect):
        The arguments have changed, update.



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2890 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-09-26 15:42:09 +00:00
Tambet Ingo
be3a380b08 2007-09-12 Tambet Ingo <tambet@gmail.com>
* src/nm-vpnc-service.[ch]: Rewrite. Derive from NMVPNPlugin.

        * src/nm-vpnc-service-vpnc-helper.c: Rewrite using dbus-glib.

        * auth-dialog/main.c: Populate the properties hash with the
        * passwords.

        * properties/nm-vpnc.c: The VPN connection properties are all
        * hash tables now.

        * src/nm-utils.[ch]: Remove. Use the same things from
        * libnm-util.

        * configure.in: Check libnm_glib module as well now that we use
        * NMVPNPlugin.



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2797 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-09-12 16:18:15 +00:00
Tambet Ingo
fc433a76a5 2007-08-15 Tambet Ingo <tambet@gmail.com>
* nm-vpnc-service.name.in: Use upper-case macro names as that's
        * what the
        sed script from Makefile is trying to replace.

        * src/Makefile.am: Link to $NM_UTILS_LIBS.

        * configure.in: Update required NetworkManager version to 0.7.0.
        Clean up the double-check to NetworkManager.pc.



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2693 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-08-15 12:01:05 +00:00
Dan Williams
fec13b0ee1 2007-08-14 Dan Williams <dcbw@redhat.com>
* src/nm-openvpn-service.c
		- Handle NM_VPN_STATE_* -> NM_VPN_SERVICE_STATE_* and NMVPNState -> 
			NMVPNServiceState renames



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2680 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-08-14 18:19:57 +00:00
Dan Williams
223171cf25 2007-07-26 Dan Williams <dcbw@redhat.com>
Patch from Andreas Hanke <andreas.hanke@gmx-topmail.de>

	* configure.in
	  acinclude.m4
	  Makefile.am
		- remove broken usage of AS_AC_EXPAND (#413323)



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2647 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-07-26 14:54:49 +00:00
Christopher Aillon
1519dc6035 2007-06-21 Christopher Aillon <caillon@redhat.com>
* nm-openvpn-service.name.in:
	* nm-ppp-starter.name.in:
	* nm-vpnc-service.name.in:
	Make the properties library path multilib friendly (#447577)



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2609 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-06-21 23:47:15 +00:00
Christopher Aillon
b55f1323b7 2007-06-11 Christopher Aillon <caillon@redhat.com>
* properties/nm-vpnc-dialog.glade:
	Fix casing of the disable NAT checkbox


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2590 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-06-12 03:50:38 +00:00
Dan Williams
75611d4b30 2007-04-04 Dan Williams <dcbw@redhat.com>
Patch from Denis Leroy <denis@poolshark.org>
	* src/nm-vpnc-service.c
	  properties/nm-vpnc.c
	  properties/nm-vpnc-dialog.glade
		- Add config options for NAT keepalive, NAT Traversal, and Weak DES



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2525 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-04-04 14:44:07 +00:00
Dan Williams
a7cbebffce 2007-04-02 Dan Williams <dcbw@redhat.com>
Patch from Christian Persch <chpe@gnome.org>
	* properties/nm-vpnc-dialog.glade
		- HIGify (gnome.org #423753)

	* src/nm-vpnc.c
		- Remove unused expander code too



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2517 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-04-02 04:21:16 +00:00
Dan Williams
5c9573e115 2007-02-23 Dan Williams <dcbw@redhat.com>
Patch from Olaf Telshörner <olaf.tsc7@yahoo.de>

	* src/nm-vpnc-service.c
		- Add /usr/local/sbin/vpnc to the search list



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2360 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-02-23 16:12:23 +00:00
Dan Williams
b5e4eb7712 2007-02-20 Dan Williams <dcbw@redhat.com>
Patch from Jon Nettleton

	* properties/nm-vpnc-dialog.glade
		- Reduce size of vpnc configuration dialog (Gnome.org #408819)



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2344 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-02-20 14:37:33 +00:00
Dan Williams
c33d6e868f 2007-01-30 Dan Williams <dcbw@redhat.com>
* configure.in
	  src/Makefile.am
		- Add configure bits to pick up libnm-util

	* src/nm-vpnc-service.c
		- Convert to new dict-based IP4Config signal format



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2256 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-01-30 22:36:26 +00:00
Dan Williams
c4805bdcd2 2006-12-07 Dan Williams <dcbw@redhat.com>
Patch from Christian Persch <chpe@gnome.org>

	* auth-dialog/gnome-two-password-dialog.c
		- HIG-ify (Gnome.org #383124)


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2176 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-12-07 22:53:28 +00:00
Dan Williams
57e217b072 2006-12-07 Dan Williams <dcbw@redhat.com>
Patch from Christian Persch <chpe@gnome.org>

	* auth-dialog/main.c
		- Fix memleak by unrefing the GnomeProgram instance (Gnome.org #383123)


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2175 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-12-07 22:51:07 +00:00
Dan Williams
e8cc4d2527 2006-12-04 Dan Williams <dcbw@redhat.com>
* src/nm-vpnc-service.c
		- (nm_vpnc_config_options_validate): allow the
			"NAT-Keepalive packet interval" option to pass validation


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2166 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-12-04 21:01:39 +00:00
Tambet Ingo
d5d84393ab 2006-10-30 Tambet Ingo <tambet@ximian.com>
vpnc/:

	* properties/Makefile.am: Include new files pcf-file.[ch] in build.
	Add NetworkManager to CFLAGS and LDADD.

	* properties/pcf-file.c: Implement.

	* properties/pcf-file.h: Ditto.

	* properties/nm-vpnc.c (import_from_file): Rewrite using new Cisco PCF
	file parser instead of using GKeyFile (which has slightly different
	semantics).

	* src/Makefile.am: Add NetworkManager to CFLAGS and LDADD.

	* src/nm-vpnc-service.c: Remove the leading NetworkManager directory
	from NM includes since the NM pkg-config file already adds that.

	* src/nm-vpnc-service-vpnc-helper.c: Ditto.


	openvpn/:

	* properties/Makefile.am: Add NetworkManager to CFLAGS and LDADD.

	* src/Makefile.am: Ditto.

	* properties/nm-openvpn.c: Remove the leading NetworkManager directory
	from NM includes since the NM pkg-config file already adds that.

	* src/nm-openvpn-service-openvpn-helper.c: Ditto.

	* src/nm-openvpn-service.c: Ditto.


	pptp/:

	* src/nm-pppd-plugin.c: Remove the leading NetworkManager directory
	from NM includes since the NM pkg-config file already adds that.

	* properties/vpnui_impl.c: Ditto.

	* properties/vpnui_impl.h: Ditto.

	* src/nm-ppp-starter.c: Ditto.

	* src/Makefile.am: Add NetworkManager to CFLAGS and LDADD.

	* properties/Makefile.am: Add NetworkManager to CFLAGS and LDADD.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2093 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-10-30 11:23:28 +00:00
Satoru SATOH
0151b4dd04 2006-06-19 Satoru SATOH <ss@gnome.gr.jp>
* configure.in (ALL_LINGUAS): Added ja (Japanese).


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1892 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-07-19 14:21:50 +00:00
Dan Williams
6b8371c73e 2006-05-21 Dan Williams <dcbw@redhat.com>
* src/nm-vpnc-service.c
		- Better rekey patch; honor user-specified interval but default
			to 2 hours if unspecified


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1754 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-05-21 20:28:25 +00:00
Dan Williams
1048e9b068 2006-05-21 Dan Williams <dcbw@redhat.com>
* configure.in: bump version to 0.7.0 to match NM HEAD


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1753 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-05-21 20:17:56 +00:00
Dan Williams
28e809b751 Bump version to 0.6.2
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1748 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-05-19 13:58:13 +00:00
Robert Love
3a736cfdb6 2006-04-10 Robert Love <rml@novell.com>
* properties/nm-vpnc.c: Report error if writing out of exported
	  configuration fails.  The silent treatment might work for me and my
	  wife, but not for failed I/O.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1678 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-04-10 20:05:31 +00:00
Robert Love
e79ccc1a10 2006-03-29 Robert Love <rml@novell.com>
Patch by Vinay R <rvinay@novell.com> and Robert Love <rml@novell.com>,
	to add support for per-route MSS and improve support for per-interface
	MTU:
	* src/NetworkManagerSystem.c: Modify nm_system_device_set_ip4_route to
	  optionally take an MSS parameter and set it for the given route.
	  Remove nm_system_device_set_ip4_route_with_iface.  Pass in the
	  NMIP4Config's stored MSS, if any.
	* src/nm-ip4-config.c: Add 'mtu' and 'mss' to NMIP4Config, representing
	  the interface's MTU and the route's MSS, respectively.  Add functions
	  nm_ip4_config_get_mtu, nm_ip4_config_set_mtu, nm_ip4_config_get_mss,
	  and nm_ip4_config_set_mss for retrieving and setting the MTU and the
	  MSS.
	* src/nm-ip4-config.h: Add prototypes for nm_ip4_config_get_mtu,
	  nm_ip4_config_set_mtu, nm_ip4_config_get_mss, and
	  nm_ip4_config_set_mss.
	* src/vpn-manager/nm-vpn-service.c: Modify to receive the MSS from the
	  VPN daemon.
	* src/backends/NetworkManager{Arch,Debian,Gentoo,RedHat,Slackware,SUSE}.c:
	  Change the retval of nm_system_get_mtu to guint32.
	* src/dhcp-manager/nm-dhcp-manager.c: Set the MTU on the new DHCP-given
	  NMIP4Config to the MTU provided by the system, if any.  TODO: If DHCP
	  servers can specify MTU's, we should set it here if the MTU was not
	  provided.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1660 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-03-29 19:26:53 +00:00
Dan Williams
5685c50f61 2006-03-20 Dan Williams <dcbw@redhat.com>
* configure.in: Bump release to 0.6


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1620 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-03-20 14:32:56 +00:00
Christopher Aillon
03d8b02778 2006-03-08 Christopher Aillon <caillon@redhat.com>
* nm-vpnc.desktop.in: Use NoDisplay=true (fixes 333854)


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1562 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-03-08 06:38:34 +00:00
Robert Love
eb607190f9 2006-01-23 Robert Love <rml@novell.com>
* properties/nm-vpnc-dialog.glade: Add (back) 'Optional Information'
	  label for GtkExpander.  Use new-style Glade (separate label, not a
	  property of the GtkExpander).


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1378 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-01-23 19:02:34 +00:00
Tim Niemueller
d08e885b2d 2006-01-05 Tim Niemueller <tim@niemueller.de>
* configure.in: Explicitly set AUX_DIR to . to prevent autoconf from
          searching (and finding) install-sh in ../.., which lead to
          problems.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1268 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-01-05 18:18:59 +00:00
Robert Love
e2659894f4 2005-11-04 Robert Love <rml@novell.com>
* auth-dialog/gnome-two-password-dialog.c: Embarrassing bug!  Make sure
	  we g_free() these things in the right order.  Fix c/o JPR. (Novell
	  bug #121884).


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1098 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-11-04 20:57:29 +00:00
Christopher Aillon
0aa2f997e4 2005-10-27 Christopher Aillon <caillon@redhat.com>
* src/nm-vpn-service.c: Only signal the bus that state
	changed	if old_state != new_state


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1083 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-10-28 06:16:31 +00:00
Christopher Aillon
846ac5f251 2005-10-17 Christopher Aillon <caillon@redhat.com>
* configure.in: Bump version to 0.5.0


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1039 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-10-18 03:27:41 +00:00
Robert Love
8a0de324cf remove unused variables, labels, and a function.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1021 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-10-12 19:11:21 +00:00
Christopher Aillon
0f08c505a2 2005-10-07 Christopher Aillon <caillon@redhat.com>
* nm-vpnc.desktop.in: use a category for the desktop entry.
	(Rodrigo Moya <rodrigo@novell.com>)


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1001 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-10-07 17:38:35 +00:00
David Zeuthen
eb1a9774f1 2005-08-18 David Zeuthen <davidz@redhat.com>
* configure.in: Require NetworkManaged-devel >= 0.4.1. Bump version
        to 0.3.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@877 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-08-18 18:47:20 +00:00
Christopher Aillon
1262be4ea8 2005-08-14 Christopher Aillon <caillon@redhat.com>
* src/nm-vpn-service.c:  Use UDP Encapsulation, to allow
	multiple VPN connections from the same network


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@843 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-08-15 03:26:27 +00:00
Robert Love
b1dea9ba50 Add sv translation from base NetworkManager--it belongs here.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@837 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-08-12 18:28:04 +00:00
David Zeuthen
005fe33d72 2005-06-29 David Zeuthen <davidz@redhat.com>
* Makefile.am: Install gnome-mime-application-x-cisco-vpn-settings.png

        * gnome-mime-application-x-cisco-vpn-settings.png: New file - icon
        by Diana Fong <dfong@redhat.com>


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@763 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-06-30 01:10:30 +00:00
David Zeuthen
283c1719d9 2005-06-29 David Zeuthen <davidz@redhat.com>
* configure.in: Bump version to 0.2


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@762 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-06-30 00:57:54 +00:00