aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon-cmd/cmd/cmd_connection.c
Commit message (Collapse)AuthorAgeFilesLines
* charon-cmd: Request an IPv6 virtual IP if an IPv6 remote subnet givenMartin Willi2014-02-061-4/+23
|
* charon-cmd: Add --esp/--ah-proposal options to specify CHILD_SA proposalsMartin Willi2014-02-061-1/+37
|
* charon-cmd: Add an --ike-proposal option to specify non-default IKE proposalsMartin Willi2014-02-061-1/+31
|
* ike: support multiple addresses, ranges and subnets in IKE address configMartin Willi2013-09-041-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 configMartin Willi2013-09-041-1/+1
|
* charon-cmd: add --eap-identity and --xauth-username optionsMartin Willi2013-07-291-0/+25
|
* charon-cmd: use a copy of pid in initiate callbackMartin Willi2013-06-201-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 profilesMartin Willi2013-06-201-2/+23
|
* charon-cmd: Add support for PKCS#12 filesTobias Brunner2013-05-081-0/+1
|
* charon-cmd: --agent optionally takes the path to an ssh-agent socketTobias Brunner2013-05-081-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 Brunner2013-05-071-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 identityTobias Brunner2013-05-071-0/+1
|
* charon-cmd: add an option to set a different server identityMartin Willi2013-05-061-1/+16
|
* charon-cmd: add support for different IKEv1/IKEv2 authentication profilesMartin Willi2013-05-061-17/+156
|
* charon-cmd: add --local/remote-ts options to set traffic selectorsMartin Willi2013-05-061-4/+58
|
* charon-cmd: authenticate with EAP if no private key is givenMartin Willi2013-05-061-1/+18
|
* charon-cmd: add support for using dynamic ports in charon-cmdMartin Willi2013-05-061-4/+8
|
* charon-cmd: add a connection object and its initiation to charon-cmdMartin Willi2013-05-061-0/+216