summaryrefslogtreecommitdiff
path: root/scripts/vpn-config.pl
AgeCommit message (Collapse)Author
2009-02-11Remove perlcritic warningsStephen Hemminger
Use 3 argument open
2008-11-24Convert to Vyatta:: hierarchyStephen Hemminger
2008-11-21Rename VyattaVPNUtil to Vyatta::VPNUtilStephen Hemminger
2008-07-22Fix 3300: VPN over PPPOE completely fails on rebootStig Thormodsrud
2008-07-11fix for bug 3044: hide perl error messagesAn-Cheng Huang
2008-07-09fix for bugs 3044, 3047, and 3048: support ipsec road warriors.An-Cheng Huang
2008-04-15Fix 3046: vpn: transport mode not working with current vyatta configStig Thormodsrud
2008-03-10Convert from VPL 1.0 to GPLv2Stephen Hemminger
Update license text from VPL 1.0 to GPLv2
2008-02-21Check for the case when authentication mode is not specified to prevent Perl ↵Marat Nepomnyashy
uninitialized value error. Bug 2772 fix.
2008-02-17Fix 2838 Clearing VPN process starts VPN, even if not configuredStig Thormodsrud
2008-01-24Treat ipsec return code 26624 as normal when bringing up a connection, but ↵Marat Nepomnyashy
treat all other error codes as errors. Bug 2671 fix. Also added settings 'nhelpers=5' to mitigate Openswan Bug 412 and 'plutowait=yes' to mitigate Openswan Bug 198.
2008-01-18Properly check that 'esp-group' and 'ike-group' are specified to avoid Perl ↵debian/0.1Marat Nepomnyashy
warnings.
2008-01-10Fix "set vpn rsa-key local-file file".Stig Thormodsrud
2008-01-07allow pptp only vpn config (interoperate with remote access VPN).An-Cheng Huang
2007-12-31interoperate with remote access vpn (if available).An-Cheng Huang
2007-12-20- Fix call to isIPinInterfaces().Stig Thormodsrud
- Add .gitignore - Remove Changelog
2007-12-19Port vpn cfg from fairfield to glendale.Stig Thormodsrud