aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/osx/charon-xpc/charon-xpc.c
Commit message (Collapse)AuthorAgeFilesLines
* daemon: Use separate method to set default loggersTobias Brunner2017-01-251-6/+3
| | | | | This way it is not necessary to pass the same values to reload the loggers.
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-6/+0
|
* sigwaitinfo() may fail with EINTR if interrupted by an unblocked signal not ↵Tobias Brunner2015-11-231-3/+4
| | | | | | in the set Fixes #1213.
* Replace usages of sigwait(3) with sigwaitinfo(2)Tobias Brunner2015-10-291-3/+5
| | | | | | | This is basically the same call, but it has the advantage of being supported by FreeBSD's valgrind, which sigwait() is not. References #1106.
* charon-xpc: Use DNS non-append/replace mode in osx-attr pluginMartin Willi2015-06-181-0/+2
|
* charon-xpc: Add a work-around to trigger IP address add events after bootMartin Willi2014-12-161-0/+24
|
* libcharon: Remove unused charon->nameTobias Brunner2014-02-121-1/+1
|
* libhydra: Remove unused hydra->daemonTobias Brunner2014-02-121-1/+1
|
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+1
|
* charon-xpc: Load missing eap-md5 plugin after enabling itMartin Willi2013-10-281-1/+1
|
* charon-xpc: load missing ctr/ccm/gcm pluginsMartin Willi2013-07-311-2/+3
|
* charon-xpc: use kernel-libipsec instead of kernel-pfkeyMartin Willi2013-07-311-1/+1
|
* charon-xpc: Use correct namespace when setting default settingsTobias Brunner2013-07-221-3/+3
|
* xpc: enable close_ike_on_child_failureMartin Willi2013-07-181-0/+2
|
* xpc: use osx-attr plugin to install configuration attributesMartin Willi2013-07-181-1/+1
|
* xpc: build with support for the keychain pluginMartin Willi2013-07-181-1/+1
|
* xpc: move dispatching to dedicated class, using dedicated threadMartin Willi2013-07-181-86/+88
|
* xpc: add Xcode project for a charon controlled through XPCMartin Willi2013-07-181-0/+203