Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-05 | Add ability to generate an x509 key pair (certificate signing request, ↵ | John Southworth | |
private key) | |||
2011-02-25 | Fix 'show vpn ike status' | John Southworth | |
2011-02-04 | Allow debugging of specific peers and tunnels | John Southworth | |
2011-02-02 | Work 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-31 | Work on new IPsec operational mode script. Fix some syntax; make show based ↵ | John Southworth | |
on peer better; Add show ike secrets | |||
2011-01-31 | Work on new IPsec operational mode script. Integrate with more CLI commands | John Southworth | |
2011-01-28 | Work on new IPsec operational mode script. Integrated with the vyatta-cli | John Southworth | |
2011-01-21 | Bugfix 2837: Change vpn rsa-key generate to generate vpn rsa-key to be more ↵ | John Southworth | |
consistent with the rest of the system | |||
2010-08-11 | remove CLI backend env variables usage | An-Cheng Huang | |
* use the new cli-shell-api instead. | |||
2010-07-20 | part of fix for BZ 5839 - move clear process cmds under restart | Mohit Mehta | |
2010-05-26 | remove op-mode command to show vpn route in table 220 | Mohit Mehta | |
2010-04-19 | Fix Bug 5542 | Mohit Mehta | |
* allow clear and show commands for IPsec even if site-to-site is not configured since l2tp might be using it | |||
2010-03-17 | Fix Bug 5464 "show vpn ipsec status" returns no interface and active tunnel ↵ | Mohit Mehta | |
number | |||
2010-01-29 | add op-mode command to show routes added for VPN remote-subnet | Mohit Mehta | |
2010-01-12 | fix show vpn commands to work with strongswan | Mohit Mehta | |
(cherry picked from commit 32927e013922e1a79b0f214773e2500a1260871a) | |||
2009-10-09 | * Fix Bug 4017 Add the ability to restart individual IPSec tunnels | Mohit Mehta | |
added new operational mode commands - clear vpn ipsec-peer peer <peer> # clear all tunnels for given peer clear vpn ipsec-peer peer <peer> tunnel <tunnel> # clear specific tunnel If peer is 0.0.0.0/any/@id then tunnel is brought down and loaded again but connection is not initiated as remote end could be multiple end-points The remote ends will bring up the tunnel when they get/detect tunnel down * don't call script with sudo from templates. use sudo in script where needed * script clean up | |||
2008-07-22 | Fix permission on call to ipsec. | Stig Thormodsrud | |
2008-06-12 | Fix 3285: "show vpn debug" has bash error | Stig Thormodsrud | |
2008-05-23 | Fix 3285: CLI command does not restart VPN: run clear vpn ipsec-process | Stig Thormodsrud | |
2008-04-08 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-op-vpn | |||
2008-03-20 | Fix 3023 "show vpn debug" displays system errors | Stig Thormodsrud | |
- don't call the debug script if vpn is not configured. | |||
2008-03-17 | Fix 2838: Clearing VPN process starts VPN , even if not configured. | Stig Thormodsrud | |
- fix sloppy script which dies with "Unknown op" on valid ops. - use vyatta config rather than ipsec.conf to determine if running | |||
2008-02-24 | Call 'gen_local_rsa_key.pl' from '/opt/vyatta/bin/sudo-users/' rather than ↵ | Marat Nepomnyashy | |
'/opt/vyatta/sbin/'. Bug 2883 fix. | |||
2008-02-22 | Fixed-up operator commands 'clear vpn ipsec-process' and 'show vpn debug ↵ | Marat Nepomnyashy | |
detail' so that they no longer require sudo password. | |||
2008-02-21 | Moved execution of 'show vpn' commands to '/opt/vyatta/bin/sudo-users' so ↵ | Marat Nepomnyashy | |
that operator users can execute them. Bug 2865 fix. | |||
2008-02-17 | Fix 2838 Clearing VPN process starts VPN, even if not configured | Stig Thormodsrud | |
2008-01-21 | Added autocompletion for commans 'show vpn ipsec sa detail connection *'.debian/0.1 | Marat Nepomnyashy | |
2008-01-15 | Show additional help for 'vpn rsa-key generate' completions. Bug 2389 fix. | Marat Nepomnyashy | |
2008-01-05 | Fix broken command "vpn rsa-key generate".upstream | Stig Thormodsrud | |
2008-01-04 | Updated arg numbers. | Marat Nepomnyashy | |
2008-01-04 | Fix typo -- forgot '/' before 'opt'. | Marat Nepomnyashy | |
2008-01-04 | Earlier forgot to add 'sudo' to the 'run' directives of the VPN operational ↵ | Marat Nepomnyashy | |
command templates. | |||
2008-01-03 | Initial VPN op template migration. | Marat Nepomnyashy | |
2008-01-03 | Moving root VPN operations template from repo/package 'vyatta-ravpn' to ↵ | Marat Nepomnyashy | |
repo/package 'vyatta-op-vpn'. |