Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-16 | [vyos vyatta-op-vpn] T1735: Code to handle "sh vpn *" commands output when | pkharat | |
aes-gcm-*/chacha encryption algorithms are used for ike and esp proposal. | |||
2017-09-03 | Fixes for show vpn ike sa and show vpn ipsec sa | jules-vyos | |
Fixed 'show vpn ike sa' to actually show output when the tunnel isn't up. Foxed 'show vpn ipsec sa' to actually use the pretty-printing code, rather than swanctl --list-sas, which is pretty unpleasant. | |||
2017-07-27 | Formatting of show vpn ike sa modified | jules-vyos | |
... by suggestions from TomJepp | |||
2017-07-27 | Fix various bits for newer StrongSwan support | jules-vyos | |
Largely revamped process_tunnels Make IKE tunnels information work again. Added initial support for IKEv2 status. | |||
2017-07-05 | T303 - Re-fix - broke that the first time | jules-vyos | |
Typo, sadly. Resolved this time. | |||
2017-07-03 | Fix for T303 - 'show vpn ike status per warning: Using a hash as a reference ↵ | jules-vyos | |
is deprecated' Newer version of perl doesn't like %hash->{item} syntax. Prefers $hash{item} instead. | |||
2016-05-11 | Merge pull request #16 from LLC-Technologies-Collier/address-debconf-warnings | Kim | |
Address debconf warnings | |||
2016-05-11 | Update pluto.pid references to charon.pid | Jeff Leung | |
Since pluto doesn't exist anymore in strongSwan 5.0 and later series, we are updating references from pluto* to charon*. | |||
2016-05-11 | vyatta-op-vpn (0.15.0+vyos2+current2+nmu1) UNRELEASED; urgency=low | C.J. Collier | |
* Non-maintainer upload. * address lintian issues - script-not-executable: removed #!/usr/bin/perl from .pm files - debhelper-but-no-misc-depends: added ${misc:Depends} to Depends: field - debian-rules-missing-recommended-target: added build-arch build-indep - out-of-date-standards-version: updated standards version to 3.9.4 - package-contains-linda-override: removed linda override - file-in-unusual-dir: not triggering, removed from override - script-with-language-extension: renamed vyatta-gen-x509-keypair.sh vyatta-gen-x509-keypair * address dpkg-gencontrol issue: - unknown substitution variable ${shlibs:Depends} - removed * address dpkg-source issue: - debian/source/format set to "3.0 (native)" Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org> | |||
2016-05-10 | Show some tunnel information. | UnicronNL | |
2016-03-31 | Explicitly close the IPSECCONF pipe | wzur | |
This should avoid problems when `cat` commands finishes, but `sudo` doesn't. | |||
2015-04-09 | Bug:540 correct the order of ESP SA array by removing the reverse directive | Jason Hendry | |
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-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-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-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-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-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 | Add support for DH groups 14-26 | Ryan Riske | |
2013-02-19 | perltidy run for vyatta-op-vpn | Saurabh Mohan | |
2013-02-05 | Merge + support show vpn ipsec sa detail/statistics profile | Saurabh Mohan | |
2013-01-22 | Dmvpn merge with mirantis jan22-2013 | Saurabh Mohan | |
2012-12-26 | Support for dmvpn-ipsec connections in op-vpn. | Saurabh Mohan | |
2011-08-23 | Bugfix 7465: fix 3des in show commands | John Southworth | |
2011-07-11 | Bugfix 7316: remove next-hop router from vpn connection line before parsing ↵ | John Southworth | |
since we don't display it currently (cherry picked from commit 42a754b96d8d0964a5b828722081edfbc007ad3f) | |||
2011-07-06 | Fix off by one error on byte conversion function | John Southworth | |
2011-06-16 | remove extraneous debug output | John Southworth | |
2011-06-09 | Bugfix 7146: parse properly when port is only setup on one endpoint | John Southworth | |
2011-05-17 | fix parsing of esp string when only one side has data. Remove attempt to ↵ | John Southworth | |
figure out the dh-group when the pfs-group shows Phase1, since it doesn't work properly | |||
2011-05-05 | fix special case for wildcard peer since it uses 'EVENT_SA_REPLACE_IF_USED' ↵ | John Southworth | |
on initial connection | |||
2011-02-28 | Moved the diffie-hellman group out to the 'show vpn ike sa' command as it is ↵ | John Southworth | |
related to phase1 and not phase2. Processing of the value still happens in the 'show vpn ipsec sa detail' code as it may need the value because if now pfs group is defined for phase2 it uses the same group as phase1 | |||
2011-02-28 | Diffie-Hellman group is an ike parameter, moving it to the peer level of the ↵ | John Southworth | |
detailed ipsec output | |||
2011-02-28 | Print description for a peer from the configuration if it is configured in ↵ | John Southworth | |
the show commands | |||
2011-02-25 | add a function to get the ike state of a peer | John Southworth | |
2011-02-25 | add a function to get the ike state of a peer | John Southworth | |
2011-02-25 | Fix 'show vpn ike status' | John Southworth | |
2011-02-24 | Fix case where local-ip is 0.0.0.0 | John Southworth | |