2007-02-02 Dan Williams * 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-03 Dan Williams Patch from Nathaniel McCallum * properties/nm-ppp-dialog.glade properties/nm-ppp-properties.c src/nm-ppp-starter.c - Add option for Stateful MPPE 2006-10-30 Tambet Ingo * 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-06-20 Satoru SATOH * configure.in (ALL_LINGUAS): Added ja (Japanese). 2006-06-01 Antony Mee * 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 Dan Williams Patch from j@bootlab.org * src/Makefile.am: add missing files so make distcheck works 2006-03-29 Robert Love * 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 Tim Niemueller * configure.in: Explicitly set AUX_DIR to . to prevent autoconf from searching (and finding) install-sh in ../.., which lead to problems. 2005-11-17 Antony Mee * started work based on openvpn work