Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build generated man pages via configure script | Tobias Brunner | 2013-09-13 | 2 | -10/+3 |
| | |||||
* | 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: support prompting for a PIN | Martin Willi | 2013-09-03 | 1 | -4/+8 |
| | | | | | To support a Password and PIN XAuth combo, additionally support multiple prompts for different credential types. | ||||
* | charon-cmd: add --eap-identity and --xauth-username options | Martin Willi | 2013-07-29 | 4 | -0/+37 |
| | |||||
* | Fix various API doc issues and typos | Tobias Brunner | 2013-07-18 | 2 | -1/+6 |
| | | | | Partially based on an old patch by Adrian-Ken Rueegsegger. | ||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -4/+2 |
| | | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only. | ||||
* | charon-cmd: Ignore generated man page | Tobias Brunner | 2013-07-01 | 1 | -0/+1 |
| | |||||
* | capabilities: Move global capabilities_t instance to libstrongswan | Tobias Brunner | 2013-06-25 | 1 | -3/+3 |
| | |||||
* | charon-cmd: Document auxiliary options | Tobias Brunner | 2013-06-21 | 1 | -0/+15 |
| | |||||
* | charon-cmd: Link strongswan.conf(5) and charon-cmd(8) man pages | Tobias Brunner | 2013-06-21 | 1 | -2/+24 |
| | |||||
* | charon-cmd: Use fixed number of character to align command descriptions | Tobias Brunner | 2013-06-21 | 1 | -16/+15 |
| | | | | | If the command and argument is longer than that write the first line of description to the following line. | ||||
* | charon-cmd: Shortened and fixed command descriptions | Tobias Brunner | 2013-06-21 | 1 | -2/+2 |
| | |||||
* | charon-cmd: Simplify usage output for authentication profiles | Tobias Brunner | 2013-06-21 | 1 | -11/+3 |
| | | | | The man page describes the min full. | ||||
* | charon-cmd: Add Aggressive Mode profiles to man page | Tobias Brunner | 2013-06-21 | 1 | -6/+10 |
| | |||||
* | charon-cmd: Add man page for charon-cmd(8) | Tobias Brunner | 2013-06-21 | 2 | -0/+123 |
| | |||||
* | charon-cmd: Add --debug argument to set the default log level | Tobias Brunner | 2013-06-21 | 3 | -2/+13 |
| | |||||
* | charon-cmd: Handle simple command line arguments like --help before the others | Tobias Brunner | 2013-06-21 | 1 | -3/+14 |
| | |||||
* | plugin-loader: Add method to print loaded plugins on a given log level | Tobias Brunner | 2013-06-21 | 1 | -0/+1 |
| | |||||
* | 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 | 3 | -10/+35 |
| | |||||
* | charon-cmd: Add support for PKCS#12 files | Tobias Brunner | 2013-05-08 | 4 | -1/+52 |
| | |||||
* | charon-cmd: match_me/match_other are optional in callback credentials | Tobias Brunner | 2013-05-08 | 1 | -1/+8 |
| | |||||
* | charon-cmd: Request password for private keys | Tobias Brunner | 2013-05-08 | 1 | -0/+3 |
| | |||||
* | charon-cmd: Changed formatting of optional arguments in usage information | Tobias Brunner | 2013-05-08 | 1 | -8/+10 |
| | | | | Optional arguments have to be specified with = after the option. | ||||
* | charon-cmd: --agent optionally takes the path to an ssh-agent socket | Tobias Brunner | 2013-05-08 | 3 | -16/+24 |
| | | | | If not given it is read from the SSH_AUTH_SOCK environment variable. | ||||
* | charon-cmd: Stop processing options if an argument is missing or an option ↵ | Tobias Brunner | 2013-05-08 | 1 | -0/+3 |
| | | | | not recognized | ||||
* | charon-cmd: Properly initialize options with no additional lines | Tobias Brunner | 2013-05-07 | 1 | -10/+10 |
| | |||||
* | agent: Use sshkey plugin to parse keys, adds support for ECDSA | Tobias Brunner | 2013-05-07 | 1 | -1/+3 |
| | |||||
* | charon-cmd: Add --agent option to authenticate using ssh-agent(1) | Tobias Brunner | 2013-05-07 | 4 | -0/+72 |
| | | | | | | 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 | 3 | -1/+19 |
| | |||||
* | charon-cmd: add support for different IKEv1/IKEv2 authentication profiles | Martin Willi | 2013-05-06 | 4 | -17/+170 |
| | |||||
* | charon-cmd: support multi-line help text for each option in usage | Martin Willi | 2013-05-06 | 2 | -2/+12 |
| | |||||
* | charon-cmd: add --local/remote-ts options to set traffic selectors | Martin Willi | 2013-05-06 | 3 | -4/+64 |
| | |||||
* | charon-cmd: Use dynamic ports with the socket-default plugin | Martin Willi | 2013-05-06 | 1 | -0/+2 |
| | |||||
* | charon-cmd: prompt for EAP passwords on-demand using a callback credential set | Martin Willi | 2013-05-06 | 1 | -0/+49 |
| | |||||
* | charon-cmd: authenticate with EAP if no private key is given | Martin Willi | 2013-05-06 | 1 | -1/+18 |
| | |||||
* | charon-cmd: pass arguments to all handlers, even if already handled | Martin Willi | 2013-05-06 | 1 | -2/+5 |
| | |||||
* | charon-cmd: build long_opts only once when reading arguments in charon-cmd | Martin Willi | 2013-05-06 | 1 | -10/+9 |
| | |||||
* | charon-cmd: add support for using dynamic ports in charon-cmd | Martin Willi | 2013-05-06 | 1 | -4/+8 |
| | |||||
* | charon-cmd: load certificates and RSA private keys | Martin Willi | 2013-05-06 | 6 | -14/+210 |
| | |||||
* | charon-cmd: add a connection object and its initiation to charon-cmd | Martin Willi | 2013-05-06 | 6 | -10/+313 |
| | |||||
* | charon-cmd: move command line options to separate file, obsolete short options | Martin Willi | 2013-05-06 | 4 | -54/+109 |
| | |||||
* | charon-cmd: add a stub for charon-cmd, a simple command line IKE client | Martin Willi | 2013-05-06 | 3 | -0/+381 |