aboutsummaryrefslogtreecommitdiffstats
path: root/src/swanctl/commands/load_creds.c
Commit message (Collapse)AuthorAgeFilesLines
* swanctl: Complete --load-creds command summaryMartin Willi2014-09-221-1/+1
|
* swanctl: Add a --load-all command, performing --load-{creds,pools,conns}Martin Willi2014-09-221-27/+42
|
* swanctl: Support private key decryption passhprases in swanctl.confMartin Willi2014-06-171-19/+108
| | | | | | | While there is no real security benefit of storing private keys encrypted if the passphrase is stored along with it, there still seems to be demand for this functionality. We add it for compatibility with ipsec.secrets, even if it is not really recommended.
* Split swanctl --raw mode into single-line and --pretty modeAndreas Steffen2014-06-141-36/+46
|
* Make sure getpass() is availableTobias Brunner2014-05-291-1/+3
| | | | It's not on Android for example.
* 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