Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-19 | 0.12.105+vyos2+lithium9debian/0.12.105+vyos2+lithium9 | Daniil Baturin | |
2015-01-19 | Remove @ from the id/remote-id help string. It was never required. | Daniil Baturin | |
2015-01-19 | 0.12.105+vyos2+lithium8debian/0.12.105+vyos2+lithium8 | Daniil Baturin | |
2015-01-19 | Bug #348: remove unnecessary restrictions on the PSK format. | Daniil Baturin | |
2015-01-17 | 0.12.105+vyos2+lithium7debian/0.12.105+vyos2+lithium7 | Alex Harpin | |
2015-01-17 | vyatta-cfg-vpn: update pre-shared secret key help for single quotes | Alex Harpin | |
Updated the help for pre-shared secret key usage when special characters are used. These need to be enclosed in single quotes to stop them being expanded by the bash shell. Bug #451 http://bugzilla.vyos.net/show_bug.cgi?id=451 | |||
2014-12-26 | 0.12.105+vyos2+lithium6debian/0.12.105+vyos2+lithium6 | Alex Harpin | |
2014-12-26 | Update maintainer address | Alex Harpin | |
2014-12-19 | 0.12.105+vyos2+lithium5debian/0.12.105+vyos2+lithium5 | Daniil Baturin | |
2014-12-19 | Bug #415: use remote-id for peer ID unconditionally if it's set. | Daniil Baturin | |
2014-12-19 | Bug #414: quote the leftid value to avoid problems with non-alphanumeric ↵ | Daniil Baturin | |
characters. | |||
2014-12-18 | Merge pull request #11 from jhendryUK/ikev2_reauth_option | Daniil Baturin | |
Ikev2 reauth option | |||
2014-12-05 | 0.12.105+vyos2+lithium4debian/0.12.105+vyos2+lithium4 | Alex Harpin | |
2014-12-05 | vyatta-cfg-vpn: remove the cfgvti helper program | Alex Harpin | |
The cfgvti helper program was originally added for configuring VTIs. The functionality it provided is now included upstream in iproute, so it is no longer required following the previous commits for Bug #358. Bug #358 http://bugzilla.vyos.net/show_bug.cgi?id=358 | |||
2014-12-05 | 0.12.105+vyos2+lithium3debian/0.12.105+vyos2+lithium3 | Alex Harpin | |
2014-12-04 | vyatta-cfg-vpn: formatting changes for style consistency | Alex Harpin | |
Update lib/Vyatta/VPN/vtiIntf.pm to have consistent identation levels and style throughout. | |||
2014-12-04 | vyatta-cfg-vpn: reduce the vti mark base to prevent integer overflow | Alex Harpin | |
Reduce the vtiMarkBase value to prevent integer overflow on the created ip xfrm states and policies. | |||
2014-12-04 | vyatta-cfg-vpn: update vti creation in line with changes to strongswan | Alex Harpin | |
Update the VTI creation process to go along with the changes added to the vyatta-strongswan package, due to changes in the kernel vti module. This also removes the need for additional netfilter rules to ensure that packets are directed to the corresponding VTI. Bug #358 http://bugzilla.vyos.net/show_bug.cgi?id=358 | |||
2014-12-04 | vyatta-cfg-vpn: update parseVtiTun to account for vti changes | Alex Harpin | |
Update the parseVtiTun function to account for the new way of configuring VTIs. Bug #358 http://bugzilla.vyos.net/show_bug.cgi?id=358 | |||
2014-12-04 | vyatta-cfg-vpn: move scripts/vtiIntf.pm to lib/Vyatta/VPN/vtiIntf.pm | Alex Harpin | |
Move vtiIntf.pm to a more logical place, in line with all the other packages. | |||
2014-12-01 | Fixing syntax error in vpn-config.pl, fixing allowed parameters in the ↵ | Jason Hendry | |
per-tunnel ikev2-reauth node | |||
2014-12-01 | Exposing ikev2 reauth option in CLI, defaulting to 'no' | Jason Hendry | |
2014-10-29 | 0.12.105+vyos2+lithium2debian/0.12.105+vyos2+lithium2 | Daniil Baturin | |
2014-10-29 | Update changelog for the new branch. | Daniil Baturin | |
2014-10-19 | 0.12.105+vyos1+helium4debian/0.12.105+vyos1+helium4 | Daniil Baturin | |
2014-10-19 | Remove the VTI script after use. | Daniil Baturin | |
2014-10-08 | 0.12.105+vyos1+helium3debian/0.12.105+vyos1+helium3 | Daniil Baturin | |
2014-10-06 | Merge pull request #10 from cyclops8456/helium | Daniil Baturin | |
Commits for Bug #291 and Bug #332 | |||
2014-10-05 | vyatta-cfg-vpn: prevent duplicate local rsa key includes | Alex Harpin | |
Prevent duplicate include statements, for the local rsa keys, being added to the ipsec.secrets file when more than one VPN connection is configured. Bug #332 http://bugzilla.vyos.net/show_bug.cgi?id=332 | |||
2014-10-05 | vyatta-cfg-vpn: formatting changes for style consistency | Alex Harpin | |
Update scripts/vpn-config.pl to have consistent identation levels and style throughout. | |||
2014-10-05 | vyatta-cfg-vpn: rename vti-up-down.sh to vti-up-down | Alex Harpin | |
Rename vti-up-down.sh to vti-up-down to be consistent with others. | |||
2014-10-05 | vyatta-cfg-vpn: fix for vti interface going down remains routed | Alex Harpin | |
Revert the fix put in place for Bug #183 as this causes multiple routes to be installed when more than one VTI routes to the same subnet (in the case of failure over routing etc). As it stands, when one of these interfaces goes down, the additional route remains active, resulting in this route still being used even though no traffic can pass. Removing the up-client fix proposed for Bug #183 fixes this issue and doesn't affect the normal operation of these VTIs. Bug #291 http://bugzilla.vyos.net/show_bug.cgi?id=291 | |||
2014-09-20 | Merge pull request #9 from cyclops8456/helium | Daniil Baturin | |
vyatta-cfg-vpn: add libnfnetlink-dev to build dependencies | |||
2014-09-20 | vyatta-cfg-vpn: updated the debian package maintainer address | Alex Harpin | |
2014-09-20 | vyatta-cfg-vpn: add libnfnetlink-dev to build dependencies | Alex Harpin | |
Add libnfnetlink-dev to the list of build dependencies, required for compiling src/cfgcti. Bug #317 http://bugzilla.vyos.net/show_bug.cgi?id=317 | |||
2014-09-10 | Remove gre-multipoint reference | Kim Hagen | |
2014-08-23 | Rename vyatta-update-nhrp.pl to vyos-update-nhrp.pl and change options | Kim Hagen | |
2014-08-03 | 0.12.105+vyos1+helium2vyos/1.1.0-beta1debian/0.12.105+vyos1+helium2 | Daniil Baturin | |
2014-08-03 | Bug #224: rename "enabled|disabled" to "enable|disable" for consistency. | Daniil Baturin | |
2014-06-25 | Merge pull request #8 from ryanriske/helium-bug241 | Daniil Baturin | |
Bug 241: Use auto=route for connection-type respond. | |||
2014-06-17 | Bug 241: Use auto=route for connection-type respond. | Ryan Riske | |
2014-05-26 | Merge pull request #4 from TriJetScud/helium | Daniil Baturin | |
Remove automatic IKE version negoiation. | |||
2014-05-25 | Merge pull request #6 from TriJetScud/helium-pull-req | Daniil Baturin | |
Initial MOBIKE Configuration Support | |||
2014-05-25 | Initial MOBIKE Configuration Support | Jeff Leung | |
For IKEv2, there is support for MOBIKE which basically allows IPSec connections to roam from interface to interface. When MOBIKE is used, the IKE negoiation phase uses UDP port 4500 rather than using proto-51. In strongSwan 4.5.x MOBIKE is automatically enabled for IKEv2 connections. We expose the ability to enable/disable MOBIKE to the user. | |||
2014-05-25 | Merge pull request #5 from ryanriske/helium-dhgroups | Daniil Baturin | |
Bug 197: Add back support for groups 22-24 for phase2 pfs | |||
2014-05-25 | Bug 197: Add back support for groups 22-24 for phase2 pfs | Ryan Riske | |
2014-05-25 | Merge pull request #3 from ryanriske/helium-sha2 | Daniil Baturin | |
Bug 220: Add support for SHA2 hashes | |||
2014-05-25 | Remove automatic IKE version negoiation. | Jeff Leung | |
According to the strongSwan 4.5.x documentation, the keyexchange configuration value "ike" is a synonym to "ikev2". In strongSwan 5.0.0 however, the configuration value "ike" will try to negoiate IKEv2 connections but will accept IKEv1 connections if the remote peer sends an IKEv1 request. | |||
2014-05-25 | Bug 220: Add support for SHA2 hashes | Ryan Riske | |
2014-05-24 | Merge pull request #2 from ryanriske/helium-dhgroups | Daniil Baturin | |
Add support for DH groups 14-26 |