summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
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-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-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>
2013-01-29Support for reset vpn ipsec-profileSaurabh Mohan
2013-01-22Dmvpn merge with mirantis jan22-2013Saurabh Mohan
2011-05-05Add ability to generate an x509 key pair (certificate signing request, ↵John Southworth
private key)
2011-02-22Remove old op mode commands from buildJohn Southworth
2011-02-02Work on new IPsec operational mode script. Split into perl module; ↵John Southworth
Adjustments for showing per tunnel information; Fix parsing of ipsecstatus all when using GRE matching
2011-01-24Add new operational mode script, doesn't replace current programs yet but ↵John Southworth
included in package; Related to bugs: 5305 and 6228
2010-08-27fix squeeze build issuesAn-Cheng Huang
2010-03-17Fix Bug 5464 "show vpn ipsec status" returns no interface and active tunnel ↵Mohit Mehta
number
2008-02-22Fixed-up operator commands 'clear vpn ipsec-process' and 'show vpn debug ↵Marat Nepomnyashy
detail' so that they no longer require sudo password.
2008-02-21Moved execution of 'show vpn' commands to '/opt/vyatta/bin/sudo-users' so ↵Marat Nepomnyashy
that operator users can execute them. Bug 2865 fix.
2008-01-03Initial VPN op template migration.Marat Nepomnyashy
2008-01-03Moving root VPN operations template from repo/package 'vyatta-ravpn' to ↵Marat Nepomnyashy
repo/package 'vyatta-op-vpn'.
2008-01-03fix livecd build error (non-existent templates dir).An-Cheng Huang
2008-01-03Initial checkin of VPN operations mechanism.Marat Nepomnyashy