2007-02-02 21:15:53 +00:00
|
|
|
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
|
|
|
|
|
|
2006-12-04 03:48:12 +00:00
|
|
|
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
|
|
|
|
|
|
2006-10-30 11:23:28 +00:00
|
|
|
2006-10-30 Tambet Ingo <tambet@ximian.com>
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
2006-07-20 11:58:19 +00:00
|
|
|
2006-06-20 Satoru SATOH <ss@gnome.gr.jp>
|
|
|
|
|
|
|
|
|
|
* configure.in (ALL_LINGUAS): Added ja (Japanese).
|
|
|
|
|
|
2006-06-02 07:10:01 +00:00
|
|
|
2006-06-01 Antony Mee <eemynotna@gmail.com>
|
|
|
|
|
|
|
|
|
|
* 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!)
|
|
|
|
|
|
2006-04-23 17:45:31 +00:00
|
|
|
2006-04-23 Dan Williams <dcbw@redhat.com>
|
|
|
|
|
|
|
|
|
|
Patch from j@bootlab.org
|
|
|
|
|
* src/Makefile.am: add missing files so make distcheck works
|
|
|
|
|
|
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
|
|
|
2006-03-29 Robert Love <rml@novell.com>
|
|
|
|
|
|
|
|
|
|
* src/nm-pptp-service.c: New eigth argument to DBUS VPN method, the
|
|
|
|
|
per-route MSS. PPTP does not care about the MSS, so we send zero.
|
|
|
|
|
|
2006-01-05 18:18:59 +00:00
|
|
|
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.
|
|
|
|
|
|
2006-06-02 07:10:01 +00:00
|
|
|
2005-11-17 Antony Mee <eemynotna@gmail.com>
|
2005-12-21 21:50:07 +00:00
|
|
|
|
|
|
|
|
* started work based on openvpn work
|
|
|
|
|
|