index
:
vyatta-op-vpn.git
crux
current
daisy
equuleus
glendale
helium
hollister
hollywood
hydrogen
islavista
jenner
kenwood
kenwood-strongswan
larkspur
lithium
master
mendocino
napa
oxnard
oxnard-op-mode-revamp
pacifica
upstream
Vyatta VPN operations mechanism (mirror of https://github.com/vyos/vyatta-op-vpn.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2015-01-09
Improving dead IKE detection for IKEv2
Jason Hendry
2015-01-09
Improving detection of dead tunnels for IKEv2
Jason Hendry
2014-12-05
Merge pull request #6 from jhendryUK/fix_ikev2_ike_info_without_reauth
Daniil Baturin
2014-12-02
Fixing "show vpn ipsec sa" left/rgiht subnet info when you do not specify a p...
Jason Hendry
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 byt...
Jason Hendry
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-sha2
vyos/1.1.0-beta1
Daniil Baturin
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 s...
John Southworth
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 figu...
John Southworth
2011-05-05
fix special case for wildcard peer since it uses 'EVENT_SA_REPLACE_IF_USED' o...
John Southworth
2011-02-28
Moved the diffie-hellman group out to the 'show vpn ike sa' command as it is ...
John Southworth
2011-02-28
Diffie-Hellman group is an ike parameter, moving it to the peer level of the ...
John Southworth
2011-02-28
Print description for a peer from the configuration if it is configured in th...
John Southworth
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
2011-02-22
Clean up some duplicate code in OPMode module
John Southworth
2011-02-18
Fix a special case where the peer is 0.0.0.0 for op-mode commands
John Southworth
2011-02-11
Make spacing between peers more noticable
John Southworth
2011-02-11
Changed output of ipsec opmode to be cleaner, minor adjustment
John Southworth
2011-02-11
Changed output of ipsec opmode to be cleaner
John Southworth
2011-02-10
Faster per peer/tunnel processing for operational mode commands
John Southworth
2011-02-08
Initial x509 for site-to-site ipsec vpn
John Southworth
2011-02-07
Fix parsing when only the left subnet is configured
John Southworth
2011-02-07
Fix filehandlers to conform to perl style guidelines
John Southworth
2011-02-04
Fix handling of IKE SA's in show commands
John Southworth
2011-02-04
Work on new IPsec operational mode script. Since protocol must be the same on...
John Southworth
2011-02-03
Work on new IPsec operational mode script. Cleanup output for protoport
John Southworth
2011-02-03
Work on new IPsec operational mode script. Initial additions to support local...
John Southworth
2011-02-02
Work on new IPsec operational mode script. Split into perl module; Adjustment...
John Southworth