Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | swanctl: Change syntax of secrets to accept identities with special chars | Martin Willi | 2014-05-07 | 1 | -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 credentials | Martin Willi | 2014-05-07 | 1 | -2/+22 |
| | |||||
* | swanctl: Load shared secrets from the swanctl.conf secrets section | Martin Willi | 2014-05-07 | 1 | -1/+96 |
| | |||||
* | swanctl: Load different private keys with load-creds | Martin Willi | 2014-05-07 | 1 | -1/+183 |
| | |||||
* | swanctl: Add a command to (re-)load credentials | Martin Willi | 2014-05-07 | 1 | -0/+170 |