aboutsummaryrefslogtreecommitdiffstats
path: root/src/swanctl/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* configure: Check for and explicitly link against -latomicMartin Willi2016-06-141-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 commandTobias Brunner2016-03-041-0/+1
|
* Share vici_cert_info.c with vici_cred.cAndreas Steffen2015-12-111-0/+3
|
* swanctl: Explicitly link against -lpthread and -ldl if requiredMartin Willi2015-12-041-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 algorithmsTobias Brunner2015-11-301-0/+1
|
* swanctl: Correctly build man page in out-of-tree builds from the repositoryTobias Brunner2015-08-271-1/+1
|
* vici: Certification Authority support added.Andreas Steffen2015-07-211-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 directoryMartin Willi2015-03-181-0/+1
|
* swanctl: Fix man page build on FreeBSDTobias Brunner2014-10-141-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 writableShea Levy2014-09-261-1/+1
|
* swanctl: Add a --load-all command, performing --load-{creds,pools,conns}Martin Willi2014-09-221-3/+4
|
* swanctl: Add a --reload-settings commandMartin Willi2014-09-221-0/+1
|
* swanctl: Add a --stats command to print daemon infos and statisticsMartin Willi2014-06-171-0/+1
|
* swanctl: Install empty credential folders with appropriate permissionsMartin Willi2014-05-071-0/+8
|
* swanctl: Keep swanctl.conf man/template section order as definedMartin Willi2014-05-071-2/+2
|
* swanctl: Add a swanctl command overview manpageMartin Willi2014-05-071-0/+1
|
* swanctl: Generate swanctl.conf(5) man pageTobias Brunner2014-05-071-0/+8
|
* swanctl: Generate man page snippet with config optionsTobias Brunner2014-05-071-3/+7
|
* swanctl: Convert swanctl.conf to an options file and generate configTobias Brunner2014-05-071-1/+9
|
* swanctl: Install swanctl.conf if it does not exist yetTobias Brunner2014-05-071-2/+6
|
* swanctl: Add a list-pools command to summarize pool statusMartin Willi2014-05-071-0/+1
|
* swanctl: Add a load-pools command to (re-)load pool configurations from fileMartin Willi2014-05-071-0/+1
|
* swanctl: Implement a --log command to trace debugging logMartin Willi2014-05-071-0/+1
|
* swanctl: Add a swanctl.conf template fileMartin Willi2014-05-071-0/+2
|
* swanctl: Implement a --list-certs command to print or export daemon certificatesMartin Willi2014-05-071-0/+1
|
* swanctl: Add a list-conns command to query loaded connectionsMartin Willi2014-05-071-0/+1
|
* swanctl: Register --version as last commandMartin Willi2014-05-071-1/+1
|
* swanctl: Add a command to (re-)load credentialsMartin Willi2014-05-071-0/+1
|
* swanctl: Use a ./configure-able swanctl base directoryMartin Willi2014-05-071-4/+2
|
* swanctl: Implement a load-conn command to load connections from a fileMartin Willi2014-05-071-0/+4
|
* swanctl: Implement a list-pols command to query trap/shunt policiesMartin Willi2014-05-071-0/+1
|
* swanctl: Implement install/uninstall commands to manage shunt/trap policiesMartin Willi2014-05-071-0/+1
|
* swanctl: Add a version command to query daemon and OS infoMartin Willi2014-05-071-0/+1
|
* swanctl: Add a terminate commandMartin Willi2014-05-071-0/+1
|
* swanctl: Add a subcommand to initiate connections by nameMartin Willi2014-05-071-0/+1
|
* swanctl: Add a list-sas command to query active IKE_SAsMartin Willi2014-05-071-0/+1
|
* swanctl: Add a stub for a vici based configuration and control utilityMartin Willi2014-05-071-0/+16