Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | swanctl: Fix --uri option | Martin Willi | 2015-05-05 | 1 | -9/+36 |
| | | | | | | | As we now pass the vici connection to the command dispatcher callback, we can't parse the --uri option to create the connection from the same callback. Instead pre-process the common command options in a separate loop, and ignore the same options while processing the actual command. | ||||
* | swanctl: Fix exit codes based on errno | Martin Willi | 2014-10-10 | 1 | -1/+2 |
| | | | | | As fprintf() most likely sets errno, we should save it before printing the error message. | ||||
* | swanctl: Add a --reload-settings command | Martin Willi | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | swanctl: Fix enumeration of registered commands if MAX_COMMANDS is hit | Martin Willi | 2014-05-07 | 1 | -3/+3 |
| | |||||
* | swanctl: Add a stub for a vici based configuration and control utility | Martin Willi | 2014-05-07 | 1 | -0/+309 |