Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | charon-svc: Inherit all settings from the charon section | Tobias Brunner | 2016-03-08 | 1 | -0/+9 |
| | | | | Same as with charon-systemd. | ||||
* | libhydra: Remove empty unused library | Tobias Brunner | 2016-03-03 | 2 | -17/+8 |
| | |||||
* | windows: Use WINAPI call convention for Windows API callbacks | Martin Willi | 2014-06-06 | 1 | -6/+6 |
| | | | | | For x86_64 it does not actually matter, but for i686 builds the call convention is different with WINAPI. | ||||
* | charon-svc: Register for stop events not before reaching STATUS_RUNNING | Martin Willi | 2014-06-04 | 1 | -60/+92 |
| | | | | | MSDN SetServiceStatus(): "Do not register to accept controls while the status is SERVICE_START_PENDING or the service can crash." | ||||
* | charon-svc: Check if daemon has been initialized before invoking shutdown alert | Martin Willi | 2014-06-04 | 1 | -2/+10 |
| | |||||
* | charon-svc: When running as service, change working directory to executable | Martin Willi | 2014-06-04 | 1 | -1/+30 |
| | | | | | Services get executed with system32 as current working directory. This does not work for us, as we expect paths to be relative to the executable. | ||||
* | charon-svc: Implement a Windows IKE service using libcharon | Martin Willi | 2014-06-04 | 2 | -0/+280 |
The resulting binary can be either run as Windows service or directly as console application. |