summaryrefslogtreecommitdiff
path: root/scripts/vpn-config.pl
AgeCommit message (Expand)Author
2015-01-27Generate PFS group settings alongside with our ESP settingsJeff Leung
2015-01-27Have the IKE parameter parser to use our new get_dh_cipher_result submoduleJeff Leung
2015-01-27Add get_dh_cipher_result submoduleJeff Leung
2015-01-27Removing charonstart from the config setup sectionJeff Leung
2014-12-19Bug #415: use remote-id for peer ID unconditionally if it's set.Daniil Baturin
2014-12-19Bug #414: quote the leftid value to avoid problems with non-alphanumeric char...Daniil Baturin
2014-12-01Fixing syntax error in vpn-config.pl, fixing allowed parameters in the per-tu...Jason Hendry
2014-12-01Exposing ikev2 reauth option in CLI, defaulting to 'no'Jason Hendry
2014-10-05vyatta-cfg-vpn: prevent duplicate local rsa key includesAlex Harpin
2014-10-05vyatta-cfg-vpn: formatting changes for style consistencyAlex Harpin
2014-10-05vyatta-cfg-vpn: rename vti-up-down.sh to vti-up-downAlex Harpin
2014-08-03Bug #224: rename "enabled|disabled" to "enable|disable" for consistency.Daniil Baturin
2014-06-17Bug 241: Use auto=route for connection-type respond.Ryan Riske
2014-05-26Merge pull request #4 from TriJetScud/heliumDaniil Baturin
2014-05-25Initial MOBIKE Configuration SupportJeff Leung
2014-05-25Bug 197: Add back support for groups 22-24 for phase2 pfsRyan Riske
2014-05-25Remove automatic IKE version negoiation.Jeff Leung
2014-05-24Add support for DH groups 14-26Ryan Riske
2014-05-21Adding initial support for IKEv2/IKEv1 Site-to-Site VPN's by adding the optio...Jeff Leung
2014-01-29Move %any peers to the end in ipsec.secretsStig Thormodsrud
2013-02-05Bug 8666: merged.Saurabh Mohan
2012-12-27DMVPN support with profiles.Saurabh Mohan
2012-09-10Bugfix 8289: Vti mark values should be implicitSaurabh Mohan
2012-09-04Bugfix 8277: For connection type respond do not attempt keying foreverSaurabh Mohan
2012-08-09Bugfix 8264: Check if the intf name is defined before using it in the script.Saurabh Mohan
2012-06-18Bugfix: 8015: supress perl warnings.Saurabh Mohan
2012-06-04VTI bring tunnel based on ipsec-sa state.Saurabh Mohan
2012-05-17Merge branch 'pacifica' of http://git.vyatta.com/vyatta-cfg-vpn into pacificaSaurabh Mohan
2012-05-17Default keyexchange ikev1.Saurabh Mohan
2012-05-16Vti config support.Saurabh Mohan
2012-03-29Add commit-time config validation.Daniil Baturin
2012-03-29Add any special case for local-address instead of 0.0.0.0.Daniil Baturin
2012-03-29Rename "local/remote subnet" to "local/remote prefix".Daniil Baturin
2012-03-29Rename local-ip option to local-address.Daniil Baturin
2012-02-29Fix uninitilized bugJohn Southworth
2012-02-28Bugfix 6839: Warn that pre-shared key changes aren't loaded until a rekey int...John Southworth
2011-06-15Bugfix 6767: Move /tmp/ipsec.log to /var/log/vyatta and rotate it.Bob Gilligan
2011-06-08Bugfix 7145: same changes were needed for site-to-site as wellJohn Southworth
2011-02-23Much cleaner way to do the check to see if something has changed in the ipsec...John Southworth
2011-02-23Don't make vpn-config.pl run if there were no relevant changes, before it ran...John Southworth
2011-02-22Fix some dhcp config problemsJohn Southworth
2011-02-22Make sure only interfaces with dhcp enabled are allowed as a dhcp-interfaceJohn Southworth
2011-02-22Fix minor x509 configuration error message problemJohn Southworth
2011-02-17Reread secrets before an updateJohn Southworth
2011-02-17Fix initial boot problems for dhcp interfacesJohn Southworth
2011-02-16Initial support for configuring dhcp-interfaces for IPSEC, needs testingJohn Southworth
2011-02-08Initial x509 for site-to-site ipsec vpnJohn Southworth
2011-02-07Bugfix 5802: add auto-update feature, for Dynamic DNS peersJohn Southworth
2011-02-04Add the ability to define a default esp group for tunnels under a peer to useJohn Southworth
2011-02-04Move protocol out of local and remote nodes as it has to be the sameJohn Southworth