Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-02 | more formatting clean-up | Mohit Mehta | |
2009-11-02 | indent and reformat script using perltidy in hope of making it easier to read | Mohit Mehta | |
2009-10-27 | add support for same reqids to openswan cfg | Robert Bays | |
2009-10-06 | Fix Bug 3011 Remote VPN configuration issues site-to-site warning | Mohit Mehta | |
* issue warning when none of site-to-site peers, remote access l2tp/pptp set | |||
2009-09-04 | Fix 4902: setting ipsec site-to-site tunnel with authentication id <> and ↵ | Stig Thormodsrud | |
local-ip 0.0.0.0 got "no connection named <>" | |||
2009-08-20 | manage state of add|delete|restart on connections for vpn given disable node. | slioch | |
2009-08-20 | added support in configuration script to support tunnel disable node. | slioch | |
2009-07-10 | Fix 4623: Removing IPSEC VPN config without removing cluster ipsec config ↵ | Stig Thormodsrud | |
drops all interfaces. Add a check to prevent deleting ipsec if it's referenced by cluster. (cherry picked from commit b17d768af5845cb5b74e9ba8c6d8f8e2701bb0f6) | |||
2009-05-26 | Fix 3836: Allow VPN authentication ID to accept values of IP address, domain ↵ | Stig Thormodsrud | |
name and "" enclosed phrases | |||
2009-04-08 | Bugfix 3284: Allow commit to succeed if local-ip is not configured. | Bob Gilligan | |
Previously, the ipsec setup script would fail the commit if the IPv4 address given in the local-ip parameter was not configured on one of the ipsec-interfaces at the time that the commit took place. This causes problems for PPP interfaces that may be configured, but down for operational reasons. This change makes the setup script more liberal. It will allow the commit to complete, but issue a warning the address, they can restart ipsec. PPP has logic to restart ipsec when a link comes up. | |||
2009-04-06 | Bugfix 2387: Don't list interfaces in ipsec config file. | Bob Gilligan | |
The "interfaces=..." entry in the /etc/ipsec.conf file needs to list the actual interfaces we are using only if the underlying kernel IPsec support is provided by KLIPS. In our case, we are using NETKEY, so we don't need to list our interfaces there. Not listing them makes ipsec startup a bit more robust. | |||
2009-03-16 | Fix 4219: IPsec VPN does not launch on boot, error "The local-ip address ↵ | Stig Thormodsrud | |
X.X.X.X of peer "X.X.X.X" has not been configured in any of the local. | |||
2009-02-12 | Fix ambiguous use of $log | Stephen Hemminger | |
There were two definitions of $log | |||
2009-02-11 | Fix use of unitialized value | Stephen Hemminger | |
Bug 4021 Don't die if local ip not configured. | |||
2009-02-11 | Remove perlcritic warnings | Stephen Hemminger | |
Use 3 argument open | |||
2008-11-24 | Convert to Vyatta:: hierarchy | Stephen Hemminger | |
2008-11-21 | Rename VyattaVPNUtil to Vyatta::VPNUtil | Stephen Hemminger | |
2008-07-22 | Fix 3300: VPN over PPPOE completely fails on reboot | Stig Thormodsrud | |
2008-07-11 | fix for bug 3044: hide perl error messages | An-Cheng Huang | |
2008-07-09 | fix for bugs 3044, 3047, and 3048: support ipsec road warriors. | An-Cheng Huang | |
2008-04-15 | Fix 3046: vpn: transport mode not working with current vyatta config | Stig Thormodsrud | |
2008-03-10 | Convert from VPL 1.0 to GPLv2 | Stephen Hemminger | |
Update license text from VPL 1.0 to GPLv2 | |||
2008-02-21 | Check for the case when authentication mode is not specified to prevent Perl ↵ | Marat Nepomnyashy | |
uninitialized value error. Bug 2772 fix. | |||
2008-02-17 | Fix 2838 Clearing VPN process starts VPN, even if not configured | Stig Thormodsrud | |
2008-01-24 | Treat 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-18 | Properly check that 'esp-group' and 'ike-group' are specified to avoid Perl ↵debian/0.1 | Marat Nepomnyashy | |
warnings. | |||
2008-01-10 | Fix "set vpn rsa-key local-file file". | Stig Thormodsrud | |
2008-01-07 | allow pptp only vpn config (interoperate with remote access VPN). | An-Cheng Huang | |
2007-12-31 | interoperate with remote access vpn (if available). | An-Cheng Huang | |
2007-12-20 | - Fix call to isIPinInterfaces(). | Stig Thormodsrud | |
- Add .gitignore - Remove Changelog | |||
2007-12-19 | Port vpn cfg from fairfield to glendale. | Stig Thormodsrud | |