Commit graph

17 commits

Author SHA1 Message Date
Dan Williams
af34f1ac79 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@2679 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-08-14 18:18:09 +00:00
Dan Williams
9eca3575fb 2007-07-26 Dan Williams <dcbw@redhat.com>
Patch from Kelemen Gábor <kelemeng@gnome.hu>

    * auth-dialog-general/nm-ppp-auth.glade
        - Mark non-translated strings as non-translatable (#411875)



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2642 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-07-26 13:36:10 +00:00
Dan Williams
7ee937c7ac 2007-07-26 Dan Williams <dcbw@redhat.com>
Patch from Robert Buchholz <rbu@gentoo.org>

    * src/Makefile.am
        - Fix for new pppd files layout (#454741)



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2640 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-07-26 13:28:11 +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
80ae830533 2007-06-13 Christopher Aillon <caillon@redhat.com>
Patch from Christian Persch <chpe@gnome.org>

	* vpn-daemons/pptp/auth-dialog/gnome-two-password-dialog.c:
	HIGify the auth dialog; matches changes to libgnomeui


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2595 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-06-13 18:54:20 +00:00
Christopher Aillon
1486250e42 2007-06-11 Christopher Aillon <caillon@redhat.com>
Patch from Christian Persch <chpe@gnome.org>

	* configure.in:
	* Makefile.am:
	Add a dependency on libnm-util and also removes the expansion of paths
	from configure which is disrecommended by automake. (446330)


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2589 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-06-12 03:07:16 +00:00
Christian Persch
327b1a5162 2007-06-11 Christian Persch <chpe@gnome.org>
* properties/nm-ppp-dialog.glade: HIGify. Bug #383034.

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2586 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-06-11 11:58:30 +00:00
Christopher Aillon
edc00728ab 2007-06-05 Christopher Aillon <caillon@redhat.com>
Patch from Christian Persch <chpe@gnome.org>

	* auth-dialog/main.c:
	* auth-dialog-general/main.c:
	Stop leaking GnomeProgram objects.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2576 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-06-05 22:45:42 +00:00
Dan Williams
04130d98af 2007-02-02 Dan Williams <dcbw@redhat.com>
* src/nm-ppp-starter.c
		- (nm_ppp_dbus_process_helper_ip4_config): use uint32 arrays instead
			of appending multiple entries with the same key



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2267 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2007-02-02 21:15:53 +00:00
Dan Williams
8e541d71cf 2006-12-03 Dan Williams <dcbw@redhat.com>
Patch from Nathaniel McCallum <nathaniel@natemccallum.com>

	* properties/nm-ppp-dialog.glade
	  properties/nm-ppp-properties.c
	  src/nm-ppp-starter.c
		- Add option for Stateful MPPE


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2156 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-12-04 03:48:12 +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
0899079c0c 2006-06-20 Satoru SATOH <ss@gnome.gr.jp>
* configure.in, po/ja.po, etc.: Added Japanese message catalog.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1893 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-07-20 11:58:19 +00:00
Antony Mee
771b93a674 * DBUS revamp is complete possible to have various
authentication methods, ptys etc.
  * version bumped to 0.6.9 to bring closer in line with NM
  * nm-pptp-service-pppd-plugin.c -> nm-pppd-plugin.c:
    The pppd plugin has now been generalised to work with
    any ppp protocol. (Options do not exist in the config
    dialog yet however)
  * src/Makefile.am: fixed to install pppd plugin correctly
    (unsure about -fPIC usage!)


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1790 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-06-02 07:10:01 +00:00
Dan Williams
a567dca2ad 2006-04-23 Dan Williams <dcbw@redhat.com>
Patch from j@bootlab.org
	* src/Makefile.am: add missing files so make distcheck works


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1701 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-04-23 17:45: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
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
Antony Mee
25e0af63e8 Initial check in on NetworkManager PPTP VPN plugin (used pppd)
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1220 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2005-12-21 21:50:07 +00:00