summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2011-07-11Bugfix 7316: remove next-hop router from vpn connection line before parsing ↵John Southworth
since we don't display it currently (cherry picked from commit 42a754b96d8d0964a5b828722081edfbc007ad3f)
2011-07-06Fix off by one error on byte conversion functionJohn Southworth
2011-06-16remove extraneous debug outputJohn Southworth
2011-06-09Bugfix 7146: parse properly when port is only setup on one endpointJohn Southworth
2011-05-17fix parsing of esp string when only one side has data. Remove attempt to ↵John Southworth
figure out the dh-group when the pfs-group shows Phase1, since it doesn't work properly
2011-05-05fix special case for wildcard peer since it uses 'EVENT_SA_REPLACE_IF_USED' ↵John Southworth
on initial connection
2011-02-28Moved the diffie-hellman group out to the 'show vpn ike sa' command as it is ↵John Southworth
related to phase1 and not phase2. Processing of the value still happens in the 'show vpn ipsec sa detail' code as it may need the value because if now pfs group is defined for phase2 it uses the same group as phase1
2011-02-28Diffie-Hellman group is an ike parameter, moving it to the peer level of the ↵John Southworth
detailed ipsec output
2011-02-28Print description for a peer from the configuration if it is configured in ↵John Southworth
the show commands
2011-02-25add a function to get the ike state of a peerJohn Southworth
2011-02-25add a function to get the ike state of a peerJohn Southworth
2011-02-25Fix 'show vpn ike status'John Southworth
2011-02-24Fix case where local-ip is 0.0.0.0John Southworth
2011-02-22Clean up some duplicate code in OPMode moduleJohn Southworth
2011-02-18Fix a special case where the peer is 0.0.0.0 for op-mode commandsJohn Southworth
2011-02-11Make spacing between peers more noticableJohn Southworth
2011-02-11 Changed output of ipsec opmode to be cleaner, minor adjustmentJohn Southworth
2011-02-11 Changed output of ipsec opmode to be cleanerJohn Southworth
2011-02-10Faster per peer/tunnel processing for operational mode commandsJohn Southworth
2011-02-08Initial x509 for site-to-site ipsec vpnJohn Southworth
2011-02-07Fix parsing when only the left subnet is configuredJohn Southworth
2011-02-07Fix filehandlers to conform to perl style guidelinesJohn Southworth
2011-02-04Fix handling of IKE SA's in show commandsJohn Southworth
2011-02-04Work on new IPsec operational mode script. Since protocol must be the same ↵John Southworth
on local and remote we can show it on the brief output
2011-02-03Work on new IPsec operational mode script. Cleanup output for protoportJohn Southworth
2011-02-03Work on new IPsec operational mode script. Initial additions to support ↵John Southworth
local/remote protoport
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