
vpnc at unix-ag
Jun 21, 2009, 3:18 AM
Post #1 of 1
(817 views)
Permalink
|
|
svn commit: vpnc r412 - in /branches/vpnc-nortel: TODO vpnc-script.in
|
|
Author: Antonio Borneo Date: Sun Jun 21 12:18:12 2009 New Revision: 412 Log: Merge in Nortel branch the commits r353 and r354 by Joerg Mayer. From original comments: - Update TODO - Update a comment: modify_resolvconf doesn't exist in 11.1 any more Modified: branches/vpnc-nortel/TODO branches/vpnc-nortel/vpnc-script.in Modified: branches/vpnc-nortel/TODO ============================================================================== --- branches/vpnc-nortel/TODO (original) +++ branches/vpnc-nortel/TODO Sun Jun 21 12:18:12 2009 @@ -1,7 +1,12 @@ TODO list -* there are reports that pepole have to log in twice using xauth - see https://bugs.launchpad.net/ubuntu/+source/vpnc/+bug/214399 +* On opensolaris we need to add -interface in case the route points + to an interface instead of a next hop, see + http://www.cwinters.com/blog/2008/02/02/getting_vpnc_to_work_on_opensolaris.html + +* Add native ESP support + +* Allow PSK without xauth. * further research into the "packet too short" messages. - see http://lists.unix-ag.uni-kl.de/pipermail/vpnc-devel/2005-February/000553.html Modified: branches/vpnc-nortel/vpnc-script.in ============================================================================== --- branches/vpnc-nortel/vpnc-script.in (original) +++ branches/vpnc-nortel/vpnc-script.in Sun Jun 21 12:18:12 2009 @@ -73,7 +73,7 @@ if [ -x /sbin/resolvconf ]; then # Optional tool on Debian, Ubuntu, Gentoo MODIFYRESOLVCONF=modify_resolvconf_manager RESTORERESOLVCONF=restore_resolvconf_manager -elif [ -x /sbin/modify_resolvconf ]; then # Mandatory tool on Suse +elif [ -x /sbin/modify_resolvconf ]; then # Mandatory tool on Suse earlier than 11.1 MODIFYRESOLVCONF=modify_resolvconf_suse RESTORERESOLVCONF=restore_resolvconf_suse else # Generic for any OS _______________________________________________ vpnc-devel mailing list vpnc-devel [at] unix-ag https://lists.unix-ag.uni-kl.de/mailman/listinfo/vpnc-devel http://www.unix-ag.uni-kl.de/~massar/vpnc/
|