2013-07-18 |
Martin Willi | Merge branch 'ipc-service'
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stream-service: move CAP_CHOWN check from plugins to...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | processor: remove the now unused get_threads() method...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | watcher: use processors new execute_job() to notify FDs
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | processor: add an execute_job() method to directly...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | watcher: properly support multiple watch callback types...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | watcher: read multiple notifications if available
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | certexpire: add an option to enforce exporting trustchains...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | error-notify: catch and forward some alerts related...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | bus: raise certificate validation alerts using credential...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | credmgr: introduce a hook function to catch trust chain...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | lookip: double size of id field in message
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | error-notify: increase size of string/identity fields...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | whitelist: use a read-copy when listing entries
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | whitelist: fix error handling when creating the socket...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | lookip: fix error handling when creating the socket...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | error-notify: fix error handling when creating the...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | kernel-pfroute: use watcher to receive kernel events
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | kernel-pfkey: use watcher to receive networking events
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | kernel-netlink: use watcher to receive kernel events...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | eap-radius: use watcher instead of receiver thread...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | dhcp: use watcher instead of dedicated receiver thread
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | farp: use watcher instead of dedicated receiver thread
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | load-tester: use a stream service to dispatch control...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | whitelist: use a stream service to accept client connections
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | lookip: use stream service with async I/O dispatching
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | error-notify: use a stream service to accept client...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | duplicheck: use a stream service to accept client connections
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stroke: use a stream service to handle stroke requests
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stream: allow async read/write callback to destroy...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stream: don't close underlying socket when creating...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | watcher: add some debugging statements
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | watcher: if the processor has no threads, execute the...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | processor: add a getter for the threads passed to set_threads()
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | watcher: unregister a watcher FD if its thread gets...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | watcher: release threads waiting in remove() when watcher...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stream: support keeping the service alive outside of...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stream: add read/write_all() methods to stream
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stream: support cancellation of stream service callback
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stream: use a service constructor to create services
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stream: replace print/vprint() convenience functions...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stream: add a concurrency option to services, limiting...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stream: add a job priority option to stream services
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stream: add backlog option to stream services, forward...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stream: add support for TCP stream services
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stream: add support for TCP streams
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stream: add support for UNIX stream services
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stream: add support for UNIX streams
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stream: support async operation using watcher
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stream: add printf()-style covenience functions
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stream: create library instance of stream-manager
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stream: add a manager to dynamically register streams...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stream: add a stream service class abstracting services...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | stream: add a stream class abstracting BSD sockets
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | watcher: add a centralized an generic facility to monitor...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | NEWS: leak-detective improvements
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | NEWS: add keychain plugin
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | autoconf: replace autogen.sh custom script with a call...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | automake: replace INCLUDES by AM_CPPFLAGS
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | autoconf: rename configure.in to configure.ac
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | eap-sim-pcsc: fix compiler warning
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | nm: omit deprecated g_type_init() when using >= GLIB...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | soup: omit deprecated g_type_init() when using >= GLIB...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | libfast: cancel thread if it fails to accept fcgi sessions
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | libfast: add a fast_ prefix to all classes, avoiding...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | Merge branch 'charon-xpc'
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: allow easy copy & pase of ./configure instructions
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: use -idirafter to build against openssl headers...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: forward some risen alerts over XPC to App
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: enable close_ike_on_child_failure
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: send a "connecting" event when establishing a...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: use osx-attr plugin to install configuration attributes
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: update README with new events, markdown style...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: send child_updown events over XPC channel
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: support termination of IKE_SAs using XPC RPC on...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: move XPC RPC reply creation to command dispatching
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: terminate daemon when last XPC connection to App...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: fix some refcounting issues related to XPC connections
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: no need to clear channel table, they are bound...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: add support for logging over XPC channels
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: don't warn about pointer signedness mismatch ...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: add a description of the basic XPC protocol to...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: use the same XPC message "type" mechanism on Mach...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: ask App for passwords using connection specific...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: use IKE_SA specific XPC return channels for further...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: don't send certificate requests, there are too...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: build with support for the keychain plugin
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: add support for initiate simple IKEv2 EAP connections
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: move dispatching to dedicated class, using dedicated...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: use non-inlining variant of vstr, compiler does...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | xpc: add Xcode project for a charon controlled through XPC
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | syslog: setlogmask() to include LOG_INFO
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | keychain: flush certificate cache after reloading System...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | keychain: monitor changes in the system keychain, reload...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | keychain: use SearchCopyNext keychain enumeration for...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | keychain: load certificates from System Roots Keychain
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | keychain: load certificates only once during startup...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | keychain: support on-the-fly enumeration of trusted...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | keychain: add a stub for a credential plugin using...
|
commit | commitdiff | tree |
2013-07-18 |
Martin Willi | credmgr: stop querying for secrets once we get a perfect...
|
commit | commitdiff | tree |
next |