Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-21 | Merge pull request #34 from sever-sever/T4812-eq-op1.3.3-epa11.3.3 | Christian Poessinger | |
T4812: Add op-mode show vpn ipsec connections | |||
2022-11-21 | T4812: Add op-mode show vpn ipsec connections | Viacheslav Hletenko | |
Add new op-mode command to show all configured VPN connections show vpn ipsec connections | |||
2022-04-26 | Merge pull request #33 from sever-sever/T4395-equ1.3.2 | Christian Poessinger | |
op-mode: T4395: Extend show vpn debug for IPSec | |||
2022-04-26 | op-mode: T4395: Extend show vpn debug for IPSec | Viacheslav Hletenko | |
Op-mode 'show vpn debug' Old Perl code 'vyatta-vpn-op.pl --op=show-vpn-debug' doesn't give us enough debug information In fact it show only 'ipsec statusall' Add python script to get all required and useful debug info | |||
2022-01-12 | Merge pull request #32 from sever-sever/T4168 | Daniil Baturin | |
op-vpn: T4168: Add timeout for restart vpn with nhrp | |||
2022-01-12 | op-vpn: T4168: Add timeout for restart vpn with nhrp | Viacheslav | |
With command "restart vpn" in some cases charon process is not fully loaded when is used DMVPN. It is impossible to load "swanctl -q" configuration while "charon" not loaded Add timeout and wait until charon will be available, after that load swanctl configuration | |||
2021-12-28 | Merge pull request #31 from sever-sever/T3380 | Daniil Baturin | |
vpn: T3380: Fix for op-mode regex for IPv6 IPSec IKE sa | |||
2021-12-28 | vpn: T3380: Fix for op-mode regex for IPv6 IPSec IKE sa | Viacheslav | |
Set correct regex to detect IKE statuses for IPv6 IPSec peers | |||
2021-10-31 | Merge pull request #30 from sever-sever/T3846 | Daniil Baturin | |
vpn-op: T3846: Fix for restart vpn with nhrp config | |||
2021-10-31 | vpn-op: T3846: Fix for restart vpn with nhrp config | Viacheslav | |
After command "restart vpn" nhrp/IPSec configuration not loaded Add checks if nhrp exist in the configuration and help to load it via swanctl. | |||
2021-10-26 | Merge pull request #28 from sever-sever/T3341 | Christian Poessinger | |
ipsec-op: T3341: Fix for resetting peer tunnel | |||
2021-10-25 | ipsec-op: T3341: Fix for resetting peer tunnel | Viacheslav | |
The current resetting is affected for parent SA, in that case all child SA's are ressetting This commit fix such behaviour for correct resetting child SA's. | |||
2021-05-27 | vpn: T1995: Fix op-mode for ike sa | sever-sever | |
2021-04-04 | Jenkins: use build library from proper branch "equuleus" | Christian Poessinger | |
2021-01-04 | Update debian version. | Daniil Baturin | |
2020-06-23 | Jenkins: T2625: migrate to build library | Christian Poessinger | |
2020-03-21 | Jenkins: T1870: support GitHub PullRequest builds | Christian Poessinger | |
2020-03-14 | T2120: remove @ from peer name when pasing names to /usr/bin/ipsec | Daniil Baturin | |
2019-12-27 | Jenkins: make pipeline branch independent | Christian Poessinger | |
2019-12-18 | Merge branch 'equuleus' of github.com:vyos/vyatta-op-vpn into current | Christian Poessinger | |
* 'equuleus' of github.com:vyos/vyatta-op-vpn: Jenkins: import Pipeline from vyos-1x commit bd00ec7 update Jenkins file for equuleus | |||
2019-10-16 | Merge pull request #24 from pkharat/currentVyOS_1.2-2019Q4 | Christian Poessinger | |
Supporting aes-gcm-*/chacha encryption algos in " sh vpn * " commands output | |||
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. | |||
2019-09-28 | Jenkins: import Pipeline from vyos-1x commit bd00ec7 | Christian Poessinger | |
2019-09-28 | Jenkins: import Pipeline from vyos-1x commit bd00ec7 | Christian Poessinger | |
2019-08-14 | update Jenkins file for equuleus | UnicronNL | |
2019-05-22 | Create Jenkinsfile current | Kim Hagen | |
2018-11-19 | Remove unused file from configure.ac | Daniil Baturin | |
2018-11-18 | T956: add a new script for displaying IPsec SAs. | Daniil Baturin | |
2018-11-05 | T304: remove the "show vpn debug detail" command that was based on a script ↵ | Daniil Baturin | |
StrongSWAN no longer provides. | |||
2018-11-05 | T930: add missing sudo to ip xfrm commands. | Daniil Baturin | |
2017-09-04 | Merge pull request #22 from jules-vyos/current | Daniil Baturin | |
Fixes for show vpn ike sa and show vpn ipsec sa | |||
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-08-28 | Merge pull request #21 from jules-vyos/current | Daniil Baturin | |
Re-fix for T303, and a big update against T346 - Fixes for 'show ipsec vpn' commands | |||
2017-07-27 | Formatting of show vpn ike sa modified | jules-vyos | |
... by suggestions from TomJepp | |||
2017-07-27 | Move into the CORRECT tree location. | jules-vyos | |
2017-07-27 | Add templates for extended commands | jules-vyos | |
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 | Merge pull request #19 from jules-vyos/current | Daniil Baturin | |
Two fixes - for T319 and T303 | |||
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. | |||
2017-07-03 | Fix for T319 - show vpn ipsec status returns incorrect information | jules-vyos | |
Strongswan 'ipsec status' command changed output format. | |||
2017-02-08 | remove reference to deleted files | UnicronNL | |
2017-02-08 | change ipsec newhostkey command with openssl command | Kim Hagen | |
2016-09-15 | Reimplementation of TriJetScud's ↵ | Kim Hagen | |
commit:578688a25ba784d839512fefafab4cabdaf32fc5. Simpilfy the operational commands Instead of trying to parse the outout of ipsec or swanctl, just dump whatever swanctl outputs. | |||
2016-09-15 | prefix is set in "configure.ac" file, so is removed from "debian/rules" | Kim Hagen | |
2016-05-11 | Merge pull request #17 from LLC-Technologies-Collier/address-debconf-warnings | Kim | |
vyatta-op-vpn (0.15.0+vyos2+current2+nmu1) UNRELEASED; urgency=low | |||
2016-05-11 | Merge branch 'current' into address-debconf-warnings | C.J. Collier | |
Conflicts: templates/show/vpn/ipsec/sa/nat-traversal/node.def.in templates/show/vpn/ipsec/sa/node.def templates/show/vpn/ipsec/status/node.def.in | |||
2016-05-11 | oops missed a file | C.J. Collier | |
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)" * removed all references to /opt/vyatta but one from source Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org> | |||
2016-05-11 | Merge pull request #16 from LLC-Technologies-Collier/address-debconf-warnings | Kim | |
Address debconf warnings |