From e90cdbbb60bd98e073b1f2bd111afa58a518b0ce Mon Sep 17 00:00:00 2001 From: Robert Love Date: Thu, 1 Dec 2005 18:35:15 +0000 Subject: [PATCH] Keep VPN-related changes in their respective ChangeLog git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1112 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- ChangeLog | 34 ---------------------------------- vpn-daemons/openvpn/ChangeLog | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/ChangeLog b/ChangeLog index edcbc61550..ba7fef6ba9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,37 +1,3 @@ -2005-11-30 Tim Niemueller - - * vpn-daemons/openvpn/auth-dialog/main.c: Only request one password, - still use GnomeTwoPasswordDialog, gives all the functionality we need. - This should be unified between VPN implementations. Also I had to add - GConf support to see if a password is really needed for the connection - type. The configuraton line should be written to the auth-dialog by NM - and maybe even an impl_needs_passwd_dialog or similar should be added. - Patch will follow when healthy again. - - * vpn-daemons/openvpn/properties/nm-openvpn-dialog.glade: Updated GUI, - contains now everything needed to configure all three connection types - - * vpn-daemons/openvpn/properties/nm-openvpn.c: Added handling of all - three connection types. - - * vpn-daemons/openvpn/src/nm-openvpn-service-openvpn-helper.c: Use - different environment variables which are available for all connection - types, fixed the returned VPN gateway address. This was the remote IP - used in the VPN network, not the remote's real address. This prevented - it from working if VPN gateway was not in the same subnet since routes - were wrong. - - * vpn-daemons/openvpn/src/nm-openvpn-service.h - vpn-daemons/openvpn/src/nm-openvpn-service.c: Added support for - password and shared secret connection types. Reformatted to Gnu style. - - * vpn-daemons/openvpn/configure.in: Raised version to 0.2.0 - - * vpn-daemons/openvpn/intltool-extract.in - vpn-daemons/openvpn/intltool-merge.in - vpn-daemons/openvpn/intltool-update.in: - Version from intltool 0.33, 0.34 won't work at the moment. - 2005-11-22 Robert Love * src/backends/NetworkManagerSuSE.c: Don't fall back to DHCP if the diff --git a/vpn-daemons/openvpn/ChangeLog b/vpn-daemons/openvpn/ChangeLog index ba562870c3..38b6ccf07b 100644 --- a/vpn-daemons/openvpn/ChangeLog +++ b/vpn-daemons/openvpn/ChangeLog @@ -1,3 +1,37 @@ +005-11-30 Tim Niemueller + + * vpn-daemons/openvpn/auth-dialog/main.c: Only request one password, + still use GnomeTwoPasswordDialog, gives all the functionality we need. + This should be unified between VPN implementations. Also I had to add + GConf support to see if a password is really needed for the connection + type. The configuraton line should be written to the auth-dialog by NM + and maybe even an impl_needs_passwd_dialog or similar should be added. + Patch will follow when healthy again. + + * vpn-daemons/openvpn/properties/nm-openvpn-dialog.glade: Updated GUI, + contains now everything needed to configure all three connection types + + * vpn-daemons/openvpn/properties/nm-openvpn.c: Added handling of all + three connection types. + + * vpn-daemons/openvpn/src/nm-openvpn-service-openvpn-helper.c: Use + different environment variables which are available for all connection + types, fixed the returned VPN gateway address. This was the remote IP + used in the VPN network, not the remote's real address. This prevented + it from working if VPN gateway was not in the same subnet since routes + were wrong. + + * vpn-daemons/openvpn/src/nm-openvpn-service.h + vpn-daemons/openvpn/src/nm-openvpn-service.c: Added support for + password and shared secret connection types. Reformatted to Gnu style. + + * vpn-daemons/openvpn/configure.in: Raised version to 0.2.0 + + * vpn-daemons/openvpn/intltool-extract.in + vpn-daemons/openvpn/intltool-merge.in + vpn-daemons/openvpn/intltool-update.in: + Version from intltool 0.33, 0.34 won't work at the moment. + 2005-10-29 Tim Niemueller * started work based on vpnc work