summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-090.13.72debian/0.13.72John Southworth
2011-06-09Bugfix 7146: parse properly when port is only setup on one endpointJohn Southworth
2011-05-170.13.71debian/0.13.71John 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-050.13.70debian/0.13.70John Southworth
2011-05-05fix special case for wildcard peer since it uses 'EVENT_SA_REPLACE_IF_USED' ↵John Southworth
on initial connection
2011-05-050.13.69debian/0.13.69John Southworth
2011-05-05Merge branch 'napa' of git.vyatta.com:/git/vyatta-op-vpn into napaJohn Southworth
2011-05-05Add ability to generate an x509 key pair (certificate signing request, ↵John Southworth
private key)
2011-05-040.13.68debian/0.13.68Mohit Mehta
2011-05-04Fix Bug 7010 Update commands to save/retrieve files from /configMohit Mehta
* use shorter /config path when presenting configuration directory to users
2011-03-080.13.67debian/0.13.67John Southworth
2011-03-08Fix perlcritic errorJohn Southworth
2011-02-280.13.66debian/0.13.66John Southworth
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-280.13.65debian/0.13.65John Southworth
2011-02-28Diffie-Hellman group is an ike parameter, moving it to the peer level of the ↵John Southworth
detailed ipsec output
2011-02-280.13.64debian/0.13.64John Southworth
2011-02-28Print description for a peer from the configuration if it is configured in ↵John Southworth
the show commands
2011-02-250.13.63debian/0.13.63John Southworth
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-250.13.62debian/0.13.62John Southworth
2011-02-25Fix 'show vpn ike status'John Southworth
2011-02-240.13.61debian/0.13.61John Southworth
2011-02-24Make 'show vpn ipsec status' aware of the dhcp-interface optionJohn Southworth
2011-02-240.13.60debian/0.13.60John Southworth
2011-02-24Fix case where local-ip is 0.0.0.0John Southworth
2011-02-220.13.59debian/0.13.59John Southworth
2011-02-22Remove old op mode commands from buildJohn Southworth
2011-02-220.13.58debian/0.13.58John Southworth
2011-02-22Clean up some duplicate code in OPMode moduleJohn Southworth
2011-02-180.13.57debian/0.13.57John Southworth
2011-02-18Fix a special case where the peer is 0.0.0.0 for op-mode commandsJohn Southworth
2011-02-110.13.56debian/0.13.56John Southworth
2011-02-11Make spacing between peers more noticableJohn Southworth
2011-02-110.13.55debian/0.13.55John Southworth
2011-02-11 Changed output of ipsec opmode to be cleaner, minor adjustmentJohn Southworth
2011-02-110.13.54debian/0.13.54John Southworth
2011-02-11 Changed output of ipsec opmode to be cleanerJohn Southworth
2011-02-100.13.53debian/0.13.53John Southworth
2011-02-10Faster per peer/tunnel processing for operational mode commandsJohn Southworth
2011-02-080.13.52debian/0.13.52John Southworth
2011-02-08Initial x509 for site-to-site ipsec vpnJohn Southworth
2011-02-070.13.51debian/0.13.51John Southworth
2011-02-07Fix parsing when only the left subnet is configuredJohn Southworth
2011-02-070.13.50debian/0.13.50John Southworth
2011-02-07Bugfix 5802: add auto-update feature, for Dynamic DNS peersJohn Southworth
2011-02-070.13.49debian/0.13.49John Southworth
2011-02-07Fix filehandlers to conform to perl style guidelinesJohn Southworth