2008-10-12  Dan Williams  <dcbw@redhat.com>

	Patch from Bin Li <libin.charles@gmail.com>, based on patches by Tambet 
	(openvpn) and Dan (vpnc)

	* common-gnome/*
		- Copy over common keyring functions

	* auth-dialog/Makefile.am
	  auth-dialog/main.c
	  	- Use common keyring functions

	* properties/Makefile.am
	  properties/nm-pptp-dialog.glade
	  properties/nm-pptp.c
	  properties/nm-pptp.h
		- Add a 'password' entry and read/write the password when appropriate

2008-09-29  Dan Williams  <dcbw@redhat.com>

	* properties/nm-pptp-dialog.glade
		- "Domain" -> "NT Domain" to clarify what it's really for

2008-09-29  Dan Williams  <dcbw@redhat.com>

	* src/nm-pptp-serivce.c
		- (impl_pptp_service_need_secrets): use the expected Windows-style
			'domain\\username' format, not whatever I made up

2008-09-25  Dan Williams  <dcbw@redhat.com>

	* src/nm-pptp-service.c
		- (nm_pptp_ppp_service_cache_credentials, impl_pptp_service_need_secrets):
			when a domain is specified, synthesize the username passed to pppd
			as username@domain

2008-08-28  Dan Williams  <dcbw@redhat.com>

	* src/nm-pptp-service.c
		- (nm_pptp_ppp_service_cache_credentials, nm_pptp_properties_validate,
		   real_connect, real_need_secrets): handle split VPN secrets

2008-08-28  Dan Williams  <dcbw@redhat.com>

	* auth-dialog/main.c
		- (get_secrets): don't gtk_widget_show_all() because that exposes
			widgets that were supposed to be hidden
		- (main): don't segfault on missing passwords (like hitting Cancel)

2008-08-26  Dan Williams  <dcbw@redhat.com>

	* auth-dialog/main.c
		- Convert to connection UUIDs (requires NM svn 4013 or later)
		- General cleanups

2008-08-11  Dan Williams  <dcbw@redhat.com>

	Update to match NM svn3924 vpn setting changes; verify options better;
	return more informative errors on VPN launch failures.

2008-08-07  Dan Williams  <dcbw@redhat.com>

	* src/nm-pptp-pppd-plugin.c
		- (nm_ip_up): use correct option index (bgo #517468)

2008-07-27  Dan Williams  <dcbw@redhat.com>

	Patch from Michael Biebl <biebl@debian.org>

	* Move service to $LIBEXECDIR, remove unneeded compilation flags, move
		properties plugin to $LIBDIR/NetworkManager

2008-07-21  Dan Williams  <dcbw@redhat.com>

	* src/nm-pptp-service.c
		- (state_changed_cb): remove the timeout handler when it's no longer
			needed either; if pppd died on startup (wrong options) then the
			timeout wouldn't have been removed before

2008-07-20  Dan Williams  <dcbw@redhat.com>

	Port to NM 0.7 VPN plugin API

2008-04-27  Dan Williams  <dcbw@redhat.com>

	* properties/Makefile.am
		- Avoid versioning properties plugin (gnome.org #529836)

2007-12-17  Dan Williams  <dcbw@redhat.com>

	Patch from Christian Persch <chpe@gnome.org>

	Fix up the build (gnome.org #473298)

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

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)

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)

2007-06-21  Christopher Aillon  <caillon@redhat.com>

	* nm-ppp-starter.name.in:
	Make the properties library path multilib friendly (#447577)

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

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)

2007-06-11  Christian Persch  <chpe@gnome.org>

	* properties/nm-ppp-dialog.glade: HIGify. Bug #383034.

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.

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-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  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-06-20  Satoru SATOH <ss@gnome.gr.jp>

	* configure.in (ALL_LINGUAS): Added ja (Japanese).

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  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>

	* 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 <tim@niemueller.de>

	* 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 <eemynotna@gmail.com>

	* started work based on openvpn work

