Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | swanctl: Add man page entry for flush-certs command5.5.1dr3 | Tobias Brunner | 2016-09-15 | 1 | -3/+4 |
| | |||||
* | vici: flush-certs command flushes certificate cache | Andreas Steffen | 2016-09-13 | 3 | -1/+92 |
| | | | | | | | | | | When fresh CRLs are released with a high update frequency (e.g. every 24 hours) or OCSP is used then the certificate cache gets quickly filled with stale CRLs or OCSP responses. The new VICI flush-certs command allows to flush e.g. cached CRLs or OCSP responses only. Without the type argument all kind of certificates (e.g. also received end entity and intermediate CA certificates) are purged. | ||||
* | swanctl: Document how DH groups in CHILD_SA proposals are applied | Tobias Brunner | 2016-08-31 | 1 | -6/+13 |
| | | | | References #1039. | ||||
* | vici: Increased various string buffers to BUF_LEN (512 bytes) | Andreas Steffen | 2016-07-29 | 1 | -1/+1 |
| | |||||
* | configure: Check for and explicitly link against -latomic | Martin Willi | 2016-06-14 | 1 | -1/+1 |
| | | | | | Some C libraries, such as uClibc, require an explicit link for some atomic functions. Check for any libatomic, and explcily link it. | ||||
* | swanctl: indicate initiator and responder in --list-sas | Andreas Steffen | 2016-05-07 | 1 | -2/+5 |
| | |||||
* | swanctl: Do not display rekey times for shunts | Andreas Steffen | 2016-05-05 | 1 | -3/+5 |
| | |||||
* | vici list-conns sends reauthentication and rekeying time information | Andreas Steffen | 2016-05-04 | 1 | -2/+71 |
| | |||||
* | swanctl: --list-conns shows eap_id, xauth_id and aaa_id | Andreas Steffen | 2016-05-04 | 1 | -0/+13 |
| | |||||
* | swanctl: list EAP type in --list-conns | Andreas Steffen | 2016-04-26 | 1 | -3/+10 |
| | |||||
* | swanctl: log errors to stderr | Andreas Steffen | 2016-04-24 | 3 | -3/+3 |
| | |||||
* | Include manual policy priorities and restriction to interfaces in vici ↵ | Andreas Steffen | 2016-04-09 | 1 | -0/+13 |
| | | | | list-conn command | ||||
* | Implemented IPsec policies restricted to given network interface | Andreas Steffen | 2016-04-09 | 1 | -0/+3 |
| | |||||
* | Support manually-set IPsec policy priorities | Andreas Steffen | 2016-04-09 | 1 | -0/+7 |
| | |||||
* | swanctl: Fix documented directory name for remote pubkeys | Tobias Brunner | 2016-03-22 | 1 | -1/+1 |
| | |||||
* | vici: Order auth rounds by optional `round` parameter instead of by position ↵ | Tobias Brunner | 2016-03-08 | 1 | -0/+10 |
| | | | | in the request | ||||
* | Display IKE ports with swanctl --list-sas | Andreas Steffen | 2016-03-05 | 1 | -4/+9 |
| | |||||
* | swanctl: Document signature scheme constraints | Tobias Brunner | 2016-03-04 | 1 | -1/+30 |
| | |||||
* | vici: Match subnets and ranges against peer IP in redirect command | Tobias Brunner | 2016-03-04 | 1 | -1/+1 |
| | |||||
* | vici: Match identity with wildcards against remote ID in redirect command | Tobias Brunner | 2016-03-04 | 1 | -1/+1 |
| | |||||
* | swanctl: Add --redirect command | Tobias Brunner | 2016-03-04 | 4 | -1/+138 |
| | |||||
* | swanctl: Fix minor typos in documentation | Chris Patterson | 2016-02-29 | 1 | -3/+3 |
| | | | | | | "UPD" should be "UDP". Signed-off-by: Chris Patterson <pattersonc@ainfosec.com> | ||||
* | swanctl: Load pubkeys with load-creds | Andreas Steffen | 2016-01-09 | 1 | -0/+1 |
| | |||||
* | vici: list-cert sends subject, not-before and not-after attributes for pubkeys | Andreas Steffen | 2016-01-09 | 1 | -5/+36 |
| | |||||
* | vici: Support of raw public keys | Andreas Steffen | 2016-01-09 | 2 | -11/+35 |
| | |||||
* | swanctl.conf: IKEv2 fragmentation supported | Andreas Steffen | 2016-01-09 | 1 | -8/+9 |
| | |||||
* | swanctl: Slightly change usage summary for --list-certs | Tobias Brunner | 2015-12-16 | 1 | -4/+3 |
| | |||||
* | swanctl: Never print more than MAX_LINES of usage summary | Tobias Brunner | 2015-12-16 | 1 | -1/+10 |
| | | | | Print a warning if a registered command exceeds that limit. | ||||
* | swanctl --stats lists loaded plugins | Andreas Steffen | 2015-12-13 | 1 | -0/+12 |
| | |||||
* | Refactored certificate management for the vici and stroke interfaces5.4.0dr1 | Andreas Steffen | 2015-12-12 | 3 | -59/+61 |
| | |||||
* | Removed VICI protocol versioning | Andreas Steffen | 2015-12-11 | 1 | -14/+7 |
| | |||||
* | Use of certificate_printer by swanctl --list-certs command | Andreas Steffen | 2015-12-11 | 2 | -496/+25 |
| | |||||
* | Share vici_cert_info.c with vici_cred.c | Andreas Steffen | 2015-12-11 | 3 | -6/+38 |
| | |||||
* | Use VICI 2.0 protocol version for certificate queries | Andreas Steffen | 2015-12-11 | 2 | -80/+124 |
| | |||||
* | swanctl: Explicitly link against -lpthread and -ldl if required | Martin Willi | 2015-12-04 | 1 | -1/+2 |
| | | | | | We already do this for charon, as some toolchains require an explicit link even if libstrongswan already depends on it. | ||||
* | swanctl: Add --list-algs command to query loaded algorithms | Tobias Brunner | 2015-11-30 | 4 | -2/+110 |
| | |||||
* | swanctl: Add option to query leases with --get-pools | Tobias Brunner | 2015-11-10 | 1 | -3/+29 |
| | |||||
* | swanctl: List virtual IPs in --list-sas | Tobias Brunner | 2015-11-10 | 1 | -1/+11 |
| | |||||
* | swanctl: Correctly build man page in out-of-tree builds from the repository | Tobias Brunner | 2015-08-27 | 1 | -1/+1 |
| | |||||
* | vici: Add option to disable policy installation for CHILD_SAs | Tobias Brunner | 2015-08-17 | 1 | -0/+6 |
| | |||||
* | Improved legibility of swanctl CRL listings5.3.3dr1 | Andreas Steffen | 2015-07-22 | 1 | -1/+4 |
| | |||||
* | vici: Certification Authority support added. | Andreas Steffen | 2015-07-21 | 9 | -4/+610 |
| | | | | | | CDP and OCSP URIs for a one or multiple certification authorities can be added via the VICI interface. swanctl allows to read definitions from a new authorities section. | ||||
* | swanctl: Fix --uri option | Martin Willi | 2015-05-05 | 1 | -9/+36 |
| | | | | | | | As we now pass the vici connection to the command dispatcher callback, we can't parse the --uri option to create the connection from the same callback. Instead pre-process the common command options in a separate loop, and ignore the same options while processing the actual command. | ||||
* | swanctl: Implement monitoring of IKE_SA and CHILD_SA changes | Timo Teräs | 2015-05-04 | 2 | -2/+84 |
| | | | | Signed-off-by: Timo Teräs <timo.teras@iki.fi> | ||||
* | swanctl: Add missing unit in install-time log | Romain Francoise | 2015-05-04 | 1 | -1/+1 |
| | |||||
* | swanctl: Append /ESN to proposal for a CHILD_SA using Extended Sequence Numbers | Martin Willi | 2015-03-23 | 1 | -1/+1 |
| | | | | | | | We previously printed just the value for the "esn" keyword, which is "1", and not helpful as such. Fixes #904. | ||||
* | vici: Return authentication rounds with unique names | Martin Willi | 2015-03-18 | 1 | -2/+3 |
| | | | | | | To simplify handling of authentication rounds in dictionaries/hashtables on the client side, we assign unique names to each authentication round when listing connection. | ||||
* | swanctl: Cache entered PKCS#12 decryption secret | Martin Willi | 2015-03-18 | 1 | -6/+23 |
| | | | | | It is usually used more than once, but most likely the same for decryption and MAC verification. | ||||
* | swanctl: Support loading PKCS#12 containers from a pkcs12 swanctl directory | Martin Willi | 2015-03-18 | 4 | -0/+128 |
| | |||||
* | swanctl: Generalize private key decryption to support other credential types | Martin Willi | 2015-03-18 | 1 | -55/+97 |
| |