Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-19 | defined(@array) is deprecated, omit the defined() | UnicronNL | |
2016-03-31 | Merge pull request #14 from wzur/patch-1 | Daniil Baturin | |
Explicitly close the IPSECCONF pipe | |||
2016-03-31 | Explicitly close the IPSECCONF pipe | wzur | |
This should avoid problems when `cat` commands finishes, but `sudo` doesn't. | |||
2016-01-25 | 0.15.0+vyos2+current2debian/0.15.0+vyos2+current2 | Daniil Baturin | |
2016-01-25 | Remove vyatta-ipsec dependency for migration to upstream strongswan. | Daniil Baturin | |
Update descriptions and standard version. | |||
2016-01-24 | 0.15.0+vyos2+current1debian/0.15.0+vyos2+current1 | Kim Hagen | |
2015-12-16 | Fix build depends. | Thomas Jepp | |
2015-06-20 | 0.15.0+vyos2+lithium8debian/0.15.0+vyos2+lithium8 | Alex Harpin | |
2015-06-20 | vyatta-op-vpn: update dh_gencontrol with new development build flag | Alex Harpin | |
2015-06-13 | 0.15.0+vyos2+lithium7debian/0.15.0+vyos2+lithium7 | Alex Harpin | |
2015-04-10 | Merge pull request #13 from jhendryUK/fix_order_of_esp_sa_array | Jason Hendry | |
Bug:540 correct the order of ESP SA array by removing the reverse direct... | |||
2015-04-09 | Bug:540 correct the order of ESP SA array by removing the reverse directive | Jason Hendry | |
2015-01-15 | 0.15.0+vyos2+lithium6debian/0.15.0+vyos2+lithium6 | Alex Harpin | |
2015-01-15 | Add missing changelog entries | Alex Harpin | |
2015-01-15 | Merge pull request #10 from jhendryUK/cleanse_esp_hash | Daniil Baturin | |
Removing ESP SA's in esp_hash which do not have a last_used key | |||
2015-01-15 | Merge pull request #11 from jhendryUK/improve_detection_of_dead_tunnels | Daniil Baturin | |
Improve detection of dead tunnels | |||
2015-01-09 | Improving dead IKE + ESP detection for IKEv1 | Jason Hendry | |
2015-01-09 | Improving dead IKE detection for IKEv2 | Jason Hendry | |
2015-01-09 | Improving detection of dead tunnels for IKEv2 | Jason Hendry | |
2015-01-09 | Removing ESP SA's in esp_hash which do not have a last_used key | Jason Hendry | |
2014-12-27 | 0.15.0+vyos2+lithium5debian/0.15.0+vyos2+lithium5 | Alex Harpin | |
2014-12-27 | Update maintainer address | Alex Harpin | |
2014-12-20 | 0.15.0+vyos2+lithium4debian/0.15.0+vyos2+lithium4 | Alex Harpin | |
2014-12-20 | Merge pull request #9 from jhendryUK/fix_ikev2_dh_group_detection | Daniil Baturin | |
Fix detection of IKEv2 IKE DH Group | |||
2014-12-19 | Fix detection of IKEv2 IKE DH Group | Jason Hendry | |
2014-12-13 | 0.15.0+vyos2+lithium3debian/0.15.0+vyos2+lithium3 | Alex Harpin | |
2014-12-08 | Merge pull request #8 from jhendryUK/fix_ikev2_sa_info_when_rekeying_disabled | Daniil Baturin | |
Bug #401: Fix "show vpn ipsec sa" for IKEv2 when rekeying is disabled | |||
2014-12-07 | Fix "show vpn ipsec sa" for IKEv2 when rekeying is disabled | Jason Hendry | |
2014-12-05 | Merge pull request #6 from jhendryUK/fix_ikev2_ike_info_without_reauth | Daniil Baturin | |
Bug 396: Fixing output of "show vpn ike sa" when reauth=no | |||
2014-12-05 | Merge pull request #7 from jhendryUK/ikev2_sa_info_without_proto | Daniil Baturin | |
Fixing "show vpn ipsec sa" IKEv2 left/rgiht subnet info | |||
2014-12-02 | Fixing "show vpn ipsec sa" left/rgiht subnet info when you do not specify a ↵ | Jason Hendry | |
protocol in the IPSec tunnel config | |||
2014-12-01 | Fixing output of "show vpn ike sa" when reauth=no | Jason Hendry | |
2014-11-29 | Merge pull request #5 from jhendryUK/show_ikev2_sa | Daniil Baturin | |
Bug #388: Add IKEv2 SA info to "show vpn ipsec *" options | |||
2014-11-28 | Updating another typo, $ike_sa is now $esp_sa | Jason Hendry | |
2014-11-28 | Fixing typo in variable name, %ike_hash is now %esp_hash | Jason Hendry | |
2014-11-28 | Print ESP info from most recently used SPI. Fixed bug where tunnel with 0 ↵ | Jason Hendry | |
bytes of traffic gets reported as down | |||
2014-11-27 | Fixing detection of IKE SA info with IKEv2 | Jason Hendry | |
2014-11-26 | Add IKEv2 SA info to "show vpn ipsec *" options | Jason Hendry | |
2014-11-18 | 0.15.0+vyos2+lithium2debian/0.15.0+vyos2+lithium2 | Daniil Baturin | |
2014-10-08 | Merge pull request #4 from trickv/helium | Daniil Baturin | |
Fix 'show vpn ipsec status' | |||
2014-10-08 | Fix 'show vpn ipsec status' | Patrick van Staveren | |
Look for addresses using the local-address node rather than the local-ip node. VyOS Bug #331 http://bugzilla.vyos.net/show_bug.cgi?id=331 | |||
2014-08-12 | Merge pull request #3 from cyclops8456/helium | Daniil Baturin | |
vyatta-op-vpn: prevent invalid rsa key file from being generated & display the config path location for the rsa key file | |||
2014-08-09 | vyatta-op-vpn: display the config path location for the rsa key file | Alex Harpin | |
The command "show vpn ike rsa-keys" currently displays the full system file path rather than using the shorter config path. This sets it to display the config path instead. Bug #278 http://bugzilla.vyos.net/show_bug.cgi?id=278 | |||
2014-08-09 | vyatta-op-vpn: prevent invalid rsa key file from being generated | Alex Harpin | |
If the command "generate vpn rsa-key" is aborted during key generation it leaves behind a temporary file. If the command is then executed again, this temporary file is appended to rather than being replaced, resulting in a key file with an extra : RSA { line at the beginning. This patch checks if this temporary file exists, deleting it if it does. Bug #262 http://bugzilla.vyos.net/show_bug.cgi?id=262 | |||
2014-05-25 | Merge pull request #2 from ryanriske/helium-sha2vyos/1.1.0-beta1 | Daniil Baturin | |
Bug 220: Add support for SHA2 hashes | |||
2014-05-25 | Bug 220: Add support for SHA2 hashes | Ryan Riske | |
2014-05-24 | Merge pull request #1 from ryanriske/helium-dhgroups | Daniil Baturin | |
Add support for DH groups 14-26 | |||
2014-05-24 | Add support for DH groups 14-26 | Ryan Riske | |
2014-02-15 | 0.14.0+vyos1+helium1debian/0.14.0+vyos1+helium1 | Daniil Baturin | |
2014-02-15 | New branch | Daniil Baturin | |