Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | charon-cmd: Request an IPv6 virtual IP if an IPv6 remote subnet given | Martin Willi | 2014-02-06 | 1 | -4/+23 |
| | |||||
* | charon-cmd: Add --esp/--ah-proposal options to specify CHILD_SA proposals | Martin Willi | 2014-02-06 | 1 | -1/+37 |
| | |||||
* | charon-cmd: Add an --ike-proposal option to specify non-default IKE proposals | Martin Willi | 2014-02-06 | 1 | -1/+31 |
| | |||||
* | ike: support multiple addresses, ranges and subnets in IKE address config | Martin Willi | 2013-09-04 | 1 | -2/+2 |
| | | | | | | | Replace the allowany semantic by a more powerful subnet and IP range matching. Multiple addresses, DNS names, subnets and ranges can be specified in a comma separated list. Initiators ignore the ranges/subnets, responders match configurations against all addresses, ranges and subnets. | ||||
* | peer-cfg: add a pull/push mode option to use with mode config | Martin Willi | 2013-09-04 | 1 | -1/+1 |
| | |||||
* | charon-cmd: add --eap-identity and --xauth-username options | Martin Willi | 2013-07-29 | 1 | -0/+25 |
| | |||||
* | charon-cmd: use a copy of pid in initiate callback | Martin Willi | 2013-06-20 | 1 | -6/+7 |
| | | | | | When cancelling a connection that gets established, cmd_connection_t gets freed before terminate() is called. This results in kill()ing invalid PID. | ||||
* | charon-cmd: add IKEv1 aggressive mode profiles | Martin Willi | 2013-06-20 | 1 | -2/+23 |
| | |||||
* | charon-cmd: Add support for PKCS#12 files | Tobias Brunner | 2013-05-08 | 1 | -0/+1 |
| | |||||
* | charon-cmd: --agent optionally takes the path to an ssh-agent socket | Tobias Brunner | 2013-05-08 | 1 | -0/+3 |
| | | | | If not given it is read from the SSH_AUTH_SOCK environment variable. | ||||
* | charon-cmd: Add --agent option to authenticate using ssh-agent(1) | Tobias Brunner | 2013-05-07 | 1 | -0/+1 |
| | | | | | | The socket path is read from the SSH_AUTH_SOCK environment variable. So using this with sudo might require the -E command line (or an appropriate sudoers config) to preserve the environment. | ||||
* | charon-cmd: Use loose matching of gateway identity | Tobias Brunner | 2013-05-07 | 1 | -0/+1 |
| | |||||
* | charon-cmd: add an option to set a different server identity | Martin Willi | 2013-05-06 | 1 | -1/+16 |
| | |||||
* | charon-cmd: add support for different IKEv1/IKEv2 authentication profiles | Martin Willi | 2013-05-06 | 1 | -17/+156 |
| | |||||
* | charon-cmd: add --local/remote-ts options to set traffic selectors | Martin Willi | 2013-05-06 | 1 | -4/+58 |
| | |||||
* | charon-cmd: authenticate with EAP if no private key is given | Martin Willi | 2013-05-06 | 1 | -1/+18 |
| | |||||
* | charon-cmd: add support for using dynamic ports in charon-cmd | Martin Willi | 2013-05-06 | 1 | -4/+8 |
| | |||||
* | charon-cmd: add a connection object and its initiation to charon-cmd | Martin Willi | 2013-05-06 | 1 | -0/+216 |