aboutsummaryrefslogtreecommitdiffstats
path: root/src/swanctl/commands/load_creds.c
Commit message (Collapse)AuthorAgeFilesLines
* swanctl: Change syntax of secrets to accept identities with special charsMartin Willi2014-05-071-40/+46
| | | | | | | | | | | Having identity strings in the settings key is problematic, as the parser can't handle arbitrary characters in it. Further, the space separation makes it impossible to define identities with spaces. The new format uses key prefixes, similar to those used in local/remote auth sections of connections. The secrets section takes subsections with type prefixes, and each subsection uses "id" prefixes to define an arbitrary number of identities.
* swanctl: Be more verbose while loading connections and credentialsMartin Willi2014-05-071-2/+22
|
* swanctl: Load shared secrets from the swanctl.conf secrets sectionMartin Willi2014-05-071-1/+96
|
* swanctl: Load different private keys with load-credsMartin Willi2014-05-071-1/+183
|
* swanctl: Add a command to (re-)load credentialsMartin Willi2014-05-071-0/+170