aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon-svc
Commit message (Collapse)AuthorAgeFilesLines
* charon-svc: Inherit all settings from the charon sectionTobias Brunner2016-03-081-0/+9
| | | | Same as with charon-systemd.
* libhydra: Remove empty unused libraryTobias Brunner2016-03-032-17/+8
|
* windows: Use WINAPI call convention for Windows API callbacksMartin Willi2014-06-061-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_RUNNINGMartin Willi2014-06-041-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 alertMartin Willi2014-06-041-2/+10
|
* charon-svc: When running as service, change working directory to executableMartin Willi2014-06-041-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 libcharonMartin Willi2014-06-042-0/+280
The resulting binary can be either run as Windows service or directly as console application.