Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | swanctl: Add --counters command | Tobias Brunner | 2017-11-08 | 1 | -0/+1 |
| | |||||
* | swanctl: Include config snippets from conf.d subdirectory | Tobias Brunner | 2017-07-27 | 1 | -0/+1 |
| | | | | Fixes #2371. | ||||
* | swanctl: Add --rekey command | Tobias Brunner | 2017-02-16 | 1 | -0/+1 |
| | |||||
* | swanctl: Add 'private' directory/section to load any type of private key | Tobias Brunner | 2016-10-05 | 1 | -0/+1 |
| | |||||
* | vici: flush-certs command flushes certificate cache | Andreas Steffen | 2016-09-13 | 1 | -0/+1 |
| | | | | | | | | | | 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. | ||||
* | 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: Add --redirect command | Tobias Brunner | 2016-03-04 | 1 | -0/+1 |
| | |||||
* | Share vici_cert_info.c with vici_cred.c | Andreas Steffen | 2015-12-11 | 1 | -0/+3 |
| | |||||
* | 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 | 1 | -0/+1 |
| | |||||
* | swanctl: Correctly build man page in out-of-tree builds from the repository | Tobias Brunner | 2015-08-27 | 1 | -1/+1 |
| | |||||
* | vici: Certification Authority support added. | Andreas Steffen | 2015-07-21 | 1 | -0/+2 |
| | | | | | | 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: Support loading PKCS#12 containers from a pkcs12 swanctl directory | Martin Willi | 2015-03-18 | 1 | -0/+1 |
| | |||||
* | swanctl: Fix man page build on FreeBSD | Tobias Brunner | 2014-10-14 | 1 | -1/+1 |
| | | | | | BSD make seems to only evaluate $< for certain rules (like the suffix rule used to generate the config template). | ||||
* | Don't fail to install if sysconfdir isn't writable | Shea Levy | 2014-09-26 | 1 | -1/+1 |
| | |||||
* | swanctl: Add a --load-all command, performing --load-{creds,pools,conns} | Martin Willi | 2014-09-22 | 1 | -3/+4 |
| | |||||
* | swanctl: Add a --reload-settings command | Martin Willi | 2014-09-22 | 1 | -0/+1 |
| | |||||
* | swanctl: Add a --stats command to print daemon infos and statistics | Martin Willi | 2014-06-17 | 1 | -0/+1 |
| | |||||
* | swanctl: Install empty credential folders with appropriate permissions | Martin Willi | 2014-05-07 | 1 | -0/+8 |
| | |||||
* | swanctl: Keep swanctl.conf man/template section order as defined | Martin Willi | 2014-05-07 | 1 | -2/+2 |
| | |||||
* | swanctl: Add a swanctl command overview manpage | Martin Willi | 2014-05-07 | 1 | -0/+1 |
| | |||||
* | swanctl: Generate swanctl.conf(5) man page | Tobias Brunner | 2014-05-07 | 1 | -0/+8 |
| | |||||
* | swanctl: Generate man page snippet with config options | Tobias Brunner | 2014-05-07 | 1 | -3/+7 |
| | |||||
* | swanctl: Convert swanctl.conf to an options file and generate config | Tobias Brunner | 2014-05-07 | 1 | -1/+9 |
| | |||||
* | swanctl: Install swanctl.conf if it does not exist yet | Tobias Brunner | 2014-05-07 | 1 | -2/+6 |
| | |||||
* | swanctl: Add a list-pools command to summarize pool status | Martin Willi | 2014-05-07 | 1 | -0/+1 |
| | |||||
* | swanctl: Add a load-pools command to (re-)load pool configurations from file | Martin Willi | 2014-05-07 | 1 | -0/+1 |
| | |||||
* | swanctl: Implement a --log command to trace debugging log | Martin Willi | 2014-05-07 | 1 | -0/+1 |
| | |||||
* | swanctl: Add a swanctl.conf template file | Martin Willi | 2014-05-07 | 1 | -0/+2 |
| | |||||
* | swanctl: Implement a --list-certs command to print or export daemon certificates | Martin Willi | 2014-05-07 | 1 | -0/+1 |
| | |||||
* | swanctl: Add a list-conns command to query loaded connections | Martin Willi | 2014-05-07 | 1 | -0/+1 |
| | |||||
* | swanctl: Register --version as last command | Martin Willi | 2014-05-07 | 1 | -1/+1 |
| | |||||
* | swanctl: Add a command to (re-)load credentials | Martin Willi | 2014-05-07 | 1 | -0/+1 |
| | |||||
* | swanctl: Use a ./configure-able swanctl base directory | Martin Willi | 2014-05-07 | 1 | -4/+2 |
| | |||||
* | swanctl: Implement a load-conn command to load connections from a file | Martin Willi | 2014-05-07 | 1 | -0/+4 |
| | |||||
* | swanctl: Implement a list-pols command to query trap/shunt policies | Martin Willi | 2014-05-07 | 1 | -0/+1 |
| | |||||
* | swanctl: Implement install/uninstall commands to manage shunt/trap policies | Martin Willi | 2014-05-07 | 1 | -0/+1 |
| | |||||
* | swanctl: Add a version command to query daemon and OS info | Martin Willi | 2014-05-07 | 1 | -0/+1 |
| | |||||
* | swanctl: Add a terminate command | Martin Willi | 2014-05-07 | 1 | -0/+1 |
| | |||||
* | swanctl: Add a subcommand to initiate connections by name | Martin Willi | 2014-05-07 | 1 | -0/+1 |
| | |||||
* | swanctl: Add a list-sas command to query active IKE_SAs | Martin Willi | 2014-05-07 | 1 | -0/+1 |
| | |||||
* | swanctl: Add a stub for a vici based configuration and control utility | Martin Willi | 2014-05-07 | 1 | -0/+16 |