aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/osx/charon-xpc/xpc_channels.c
Commit message (Expand)AuthorAgeFilesLines
* charon-xpc: Properly xpc_retain() connections we xpc_release()Martin Willi2013-10-281-0/+1
* charon-xpc: Properly cast SA identifier to uintptr representationMartin Willi2013-10-281-1/+1
* charon-xpc: fix TS getting after changing CHILD_SA APIMartin Willi2013-07-311-2/+6
* xpc: forward some risen alerts over XPC to AppMartin Willi2013-07-181-0/+57
* xpc: send a "connecting" event when establishing a connection startsMartin Willi2013-07-181-0/+27
* xpc: send child_updown events over XPC channelMartin Willi2013-07-181-0/+43
* xpc: support termination of IKE_SAs using XPC RPC on connection channelMartin Willi2013-07-181-8/+102
* xpc: fix some refcounting issues related to XPC connectionsMartin Willi2013-07-181-10/+9
* xpc: no need to clear channel table, they are bound to IKE_SA lifetimeMartin Willi2013-07-181-8/+0
* xpc: add support for logging over XPC channelsMartin Willi2013-07-181-1/+11
* xpc: ask App for passwords using connection specific channelMartin Willi2013-07-181-0/+90
* xpc: use IKE_SA specific XPC return channels for further communicationMartin Willi2013-07-181-0/+228