Commit graph

61 commits

Author SHA1 Message Date
Antony Mee
ceee04d5a1 * Attempt to make configure distro agnostic when looking for pppd headers
and version


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1931 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-05 21:58:26 +00:00
Antony Mee
0a0faf830e * Added 2.4.4 headers in source
* Tidied the directory structure to make the autoconf stuff
    a bit easier.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1930 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-05 21:57:03 +00:00
Antony Mee
6d5ec61465 * Added 2.4.4b1 version of the headers to the source tree
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1929 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-05 10:32:08 +00:00
Antony Mee
26885bb340 * Added autoconf macros to check for the existance and version of pppd
* Test that headers exist for the version found and explain what is
    missing if they cannot be found.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1928 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-05 10:27:24 +00:00
Antony Mee
5bf591af74 * Moved the pppd headers to a directory based on the pppd version
and included some automake stuff to give a -I option for
    the correct directory.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1927 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-05 10:25:36 +00:00
Antony Mee
d15e9d690e * Added DBUS dict routines from NetworkManager/libnm-util that are
necessary for the new dict based VPN interface. (Until a better
    way without this repetition can be found)


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1926 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-05 10:24:00 +00:00
Antony Mee
e67a33eb4c * Don't double space the confirmation details
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1925 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-05 01:54:11 +00:00
Antony Mee
fa6790c2da * Add hiding of tabs... Still doesn't work on entry.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1924 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-04 18:23:16 +00:00
Antony Mee
6c7a68b050 * Pass round and search on the authentication type consistently
(this version of the auth dialog only supports "CHAP")


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1920 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-04 15:12:15 +00:00
Antony Mee
89b081181b * Tidied some indenting
* Removed spurious "dbus_message_unref" calls


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1919 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-04 12:17:04 +00:00
Antony Mee
a2f637c712 * Add handling of refuse-eap,refuse-chap,refuse-mschap and require-mppe-128
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1918 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-04 11:05:57 +00:00
Antony Mee
9180a3903e * Changed to a notebook style
* Added some refuse-... options and encrypt-... options


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1917 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-04 10:58:19 +00:00
Antony Mee
8da8ab101f * Replace a couple of NULL error messages with something useful
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1916 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-04 10:34:06 +00:00
Antony Mee
62c65522e0 * Use options from the ppp-extra option having checked
they are in the allowed list.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1915 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-03 12:44:45 +00:00
Antony Mee
8000a5723b * Fold numeric tweaks by default
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1914 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-03 12:32:29 +00:00
Antony Mee
3021f3e808 * Added "Custom PPP options" text entry
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1913 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-03 12:29:53 +00:00
Antony Mee
3a6964a6a6 * Backed out the dict patch change (till it has been accepted in NM)
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1911 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-03 11:14:48 +00:00
Antony Mee
5f753f1417 * Remove duplicate require-mppe lines
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1910 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-03 10:55:36 +00:00
Antony Mee
0f2bd31548 * Allocate the fixed authentication type so that it may be freed later
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1909 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-03 09:49:50 +00:00
Antony Mee
4525959f9d * Check two pointers before freeing them
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1908 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-03 09:26:00 +00:00
Antony Mee
79a6394c53 * Fixed missing cast
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1907 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-03 09:19:06 +00:00
Antony Mee
a4db4b538c * New generalised authentication dialog using plugable module for
different authentication types.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1906 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-08-02 18:58:17 +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
Daniel Nylander
f43fa07b1b 2006-07-16 Daniel Nylander <po@danielnylander.se>
* sv.po: Updated Swedish translation.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1885 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-07-16 16:53:19 +00:00
Funda Wang
bdfcbae6bb Added Simplified Chinese translations.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1883 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-07-16 10:23:34 +00:00
Christian Rose
3888073d4d 2006-07-12 Christian Rose <menthos@menthos.com>
* sv.po: Updated Swedish translation.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1872 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-07-12 14:09:43 +00:00
Jakub Friedl
caab8efcfc 2006-06-28 Jakub Friedl <jfriedl@suse.cz>
* cs.po: Added Czech translation.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1856 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-06-28 10:57:09 +00:00
Antony Mee
a6efc8f705 * Edited POTFILES.in to include the new names of various component files
* Ran intltool-update on Danish and Swedish translations


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1854 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-06-27 23:24:53 +00:00
Antony Mee
8456fb551f * improve the handling of auth_items to
prevent possible double g_free (Fixed bug #344970)


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1829 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-06-15 11:36:14 +00:00
Antony Mee
4fe27a22b2 * Add better error messages on connection failure
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1819 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-06-12 10:59:53 +00:00
Antony Mee
01ff84ea9c * Store authentication information in gnome-keyring correctly
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1810 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-06-07 14:31:26 +00:00
Antony Mee
90228d41f6 * GPRS over Bluetooth working (with T610 and Vodafone)
- connect scripts is hard coded as it is at present clear
        to what extent it must be parameterised.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1809 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-06-07 12:34:48 +00:00
Antony Mee
4099bf2704 * Support for GPRS over Bluetooth 97% complete
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1808 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-06-07 03:08:38 +00:00
Antony Mee
0e24b9e39f Minor.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1807 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-06-06 20:51:25 +00:00
Antony Mee
34ef82ffb0 * Made version 0.7.0-beta
* Updates TODO (inc. roadmap)


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1806 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-06-06 20:46:51 +00:00
Antony Mee
4dda72e66a * Generalised pppd oriented implementation.
* General configuration.
 * Runs pppd async. (allows pppd to fork a child)
 * Fixed missing files at compile.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1805 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-06-06 19:58:25 +00:00
Antony Mee
93b722d574 * Generalised properties dialog for other possible PPPd uses
* Abstracted somewhat - may be a useful base of other configuration
      dialogs as it now simply needs the glade file and a few declarations.
  * Added a dial-up option though the backend doesn't yet support that.
  * Added many PPPD options including those for compression and encryption


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1804 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-06-06 19:57:05 +00:00
Antony Mee
87a039a1c2 Missing header file (mistakenly not chacked in already)
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1797 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-06-03 03:39:21 +00:00
Antony Mee
184d98bf65 Forgot to check this in with username references removed.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1793 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-06-02 08:37:24 +00:00
Antony Mee
0533bef4f8 Removed user / auth type options from the configuration window.
(Drop down will be added to the auth dialog)


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1792 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-06-02 07:23:07 +00:00
Antony Mee
53940cd69f Bug tracking + roadmap
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1791 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-06-02 07:19:17 +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
Antony Mee
8e193af7d6 * fixed segfault on acquiring IP4Config info
* use "require-mppe" option instead of "mppe required"
   which was associated with the mppe-mppc patch rather
   than the mppe included in pppd >= 2.4.3 and kernel >= 2.6.15


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1789 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-05-31 02:57:13 +00:00
Antony Mee
676c699036 * free dbus error object in plugin initialization
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1788 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-05-31 02:54:27 +00:00
Christian Persch
80e4be873a 2006-05-28 Christian Persch <chpe@cvs.gnome.org>
* gnome/vpn-properties/nm-vpn-properties.glade:
	* vpn-daemons/openvpn/properties/nm-openvpn-dialog.glade:
	* vpn-daemons/pptp/properties/nm-pptp-dialog.glade:
	* vpn-daemons/vpnc/properties/nm-vpnc-dialog.glade:
		- Make the VPN properties pages prettier and more HIG
		  compliant. Gnome Bug #336913.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1781 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-05-29 02:59:10 +00:00
Robert Love
f560d48b7d 2006-05-24 Robert Love <rml@novell.com>
* gnome/applet/Makefile.am, gnome/vpn-properties/Makefile.am,
	  libnm-util/Makefile.am, src/Makefile.am,
	  vpn-daemons/openvpn/auth-dialog/Makefile.am,
	  vpn-daemons/openvpn/properties/Makefile.am,
	  vpn-daemons/pptp/auth-dialog/Makefile.am,
	  vpn-daemons/pptp/properties/Makefile.am,
	  vpn-daemons/vpnc/auth-dialog/Makefile.am,
	  vpn-daemons/vpnc/properties/Makefile.am: Do not override what the
	  user passed for --datadir, if anything, when setting the GNOME locale
	  directory.  It should be a function of the specified datadir and not
	  the prefix.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1759 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-05-24 15:08:22 +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
Dan Williams
adc74dfe7b Update cvsignore
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1554 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-03-06 00:23:22 +00:00
Dan Williams
88e5a344ad 2006-02-12 Dan Williams <dcbw@redhat.com>
* vpn-daemons/openvpn/intltool-extract.in
	  vpn-daemons/openvpn/intltool-merge.in
	  vpn-daemons/openvpn/intltool-update.in
	  vpn-daemons/pptp/intltool-extract.in
	  vpn-daemons/pptp/intltool-merge.in
	  vpn-daemons/pptp/intltool-update.in
		- Remove from CVS, they should get created by intltoolize,
			shouldn't they?


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1465 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-02-13 02:11:01 +00:00