summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-24Merge branch 'current' into lithiumlithiumDaniil Baturin
Conflicts: lib/OPMode.pm scripts/vyatta-show-ipsec-status.pl templates/show/vpn/ipsec/sa/node.def templates/show/vpn/ipsec/sa/peer/node.def templates/show/vpn/ipsec/status/node.def
2017-09-04Merge pull request #22 from jules-vyos/currentDaniil Baturin
Fixes for show vpn ike sa and show vpn ipsec sa
2017-09-03Fixes for show vpn ike sa and show vpn ipsec sajules-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-28Merge pull request #21 from jules-vyos/currentDaniil Baturin
Re-fix for T303, and a big update against T346 - Fixes for 'show ipsec vpn' commands
2017-07-27Formatting of show vpn ike sa modifiedjules-vyos
... by suggestions from TomJepp
2017-07-27Move into the CORRECT tree location.jules-vyos
2017-07-27Add templates for extended commandsjules-vyos
2017-07-27Fix various bits for newer StrongSwan supportjules-vyos
Largely revamped process_tunnels Make IKE tunnels information work again. Added initial support for IKEv2 status.
2017-07-05T303 - Re-fix - broke that the first timejules-vyos
Typo, sadly. Resolved this time.
2017-07-03Merge pull request #19 from jules-vyos/currentDaniil Baturin
Two fixes - for T319 and T303
2017-07-03Fix 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-03Fix for T319 - show vpn ipsec status returns incorrect informationjules-vyos
Strongswan 'ipsec status' command changed output format.
2017-02-08remove reference to deleted filesUnicronNL
2017-02-08change ipsec newhostkey command with openssl commandKim Hagen
2016-09-15Reimplementation 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-15prefix is set in "configure.ac" file, so is removed from "debian/rules"Kim Hagen
2016-05-11Merge pull request #17 from LLC-Technologies-Collier/address-debconf-warningsKim
vyatta-op-vpn (0.15.0+vyos2+current2+nmu1) UNRELEASED; urgency=low
2016-05-11Merge branch 'current' into address-debconf-warningsC.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-11oops missed a fileC.J. Collier
2016-05-11vyatta-op-vpn (0.15.0+vyos2+current2+nmu1) UNRELEASED; urgency=lowC.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-11Merge pull request #16 from LLC-Technologies-Collier/address-debconf-warningsKim
Address debconf warnings
2016-05-11Merge pull request #15 from LLC-Technologies-Collier/address-autoreconf-warningsKim
Address autoreconf warnings
2016-05-11Update pluto.pid references to charon.pidJeff Leung
Since pluto doesn't exist anymore in strongSwan 5.0 and later series, we are updating references from pluto* to charon*.
2016-05-11Bring the VPN tunnel down and up as opposed to commenting it out in the ↵Jeff Leung
ipsec.conf file Commenting out the tunnel and restoring it does not reset the tunnel. Use the ipsec commands to actually bring it down and back up to properly reset the tunnel.
2016-05-11Simpilfy the operational commandsJeff Leung
Instead of trying to parse the outout of ipsec or swanctl, just dump whatever swanctl outputs.
2016-05-11Merge pull request #12 from TriJetScud/lithium-strongswan5Kim
StrongSwan 5.2.2 Migration
2016-05-11vyatta-op-vpn (0.15.0+vyos2+current2+nmu1) UNRELEASED; urgency=lowC.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-11Merge branch 'address-autoreconf-warnings' of ↵C.J. Collier
github.com:LLC-Technologies-Collier/vyatta-op-vpn into address-autoreconf-warnings
2016-05-11Address autoreconf warningsC.J. Collier
* add /m4 to .gitignore * set ACLOCAL_AMFLAGS in Makefile.am * set AC_CONFIG_MACRO_DIR in configure.ac * remove and re-create m4 directory before running autoreconf Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
2016-05-11Merge branch 'address-autoreconf-warnings' of ↵C.J. Collier
github.com:LLC-Technologies-Collier/vyatta-op-vpn into address-autoreconf-warnings Conflicts: configure.ac
2016-05-11Address autoreconf warningsC.J. Collier
* add /m4 to .gitignore * set ACLOCAL_AMFLAGS in Makefile.am * set AC_CONFIG_MACRO_DIR in configure.ac Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
2016-05-10Address autoreconf warningsC.J. Collier
* add /m4 to .gitignore * set ACLOCAL_AMFLAGS in Makefile.am * set AC_CONFIG_MACRO_DIRS in configure.ac Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
2016-05-10Show some tunnel information.UnicronNL
2016-04-19defined(@array) is deprecated, omit the defined()UnicronNL
2016-03-31Merge pull request #14 from wzur/patch-1Daniil Baturin
Explicitly close the IPSECCONF pipe
2016-03-31Explicitly close the IPSECCONF pipewzur
This should avoid problems when `cat` commands finishes, but `sudo` doesn't.
2016-01-250.15.0+vyos2+current2debian/0.15.0+vyos2+current2Daniil Baturin
2016-01-25Remove vyatta-ipsec dependency for migration to upstream strongswan.Daniil Baturin
Update descriptions and standard version.
2016-01-240.15.0+vyos2+current1debian/0.15.0+vyos2+current1Kim Hagen
2015-12-16Fix build depends.Thomas Jepp
2015-12-06Merge remote branch 'origin/lithium' into lithium-strongswan5Jeff Leung
2015-12-06Simpilfy the operational commandsJeff Leung
Instead of trying to parse the outout of ipsec or swanctl, just dump whatever swanctl outputs.
2015-06-200.15.0+vyos2+lithium8debian/0.15.0+vyos2+lithium8Alex Harpin
2015-06-20vyatta-op-vpn: update dh_gencontrol with new development build flagAlex Harpin
2015-06-130.15.0+vyos2+lithium7debian/0.15.0+vyos2+lithium7Alex Harpin
2015-04-10Merge pull request #13 from jhendryUK/fix_order_of_esp_sa_arrayJason Hendry
Bug:540 correct the order of ESP SA array by removing the reverse direct...
2015-04-09Bug:540 correct the order of ESP SA array by removing the reverse directiveJason Hendry
2015-01-31Bring the VPN tunnel down and up as opposed to commenting it out in the ↵Jeff Leung
ipsec.conf file Commenting out the tunnel and restoring it does not reset the tunnel. Use the ipsec commands to actually bring it down and back up to properly reset the tunnel.
2015-01-28Update pluto.pid references to charon.pidJeff Leung
Since pluto doesn't exist anymore in strongSwan 5.0 and later series, we are updating references from pluto* to charon*.
2015-01-150.15.0+vyos2+lithium6debian/0.15.0+vyos2+lithium6Alex Harpin