aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/bus/bus.c
Commit message (Expand)AuthorAgeFilesLines
* bus: Add ike_reestablish_pre hook, called before DNS resolutionTobias Brunner2014-07-221-4/+33
* bus: Properly va_copy() argument list before passing it to printf() functionsMartin Willi2014-06-191-1/+3
* bus: Add a handle_vips() hook invoked after handling configuration attributesMartin Willi2014-06-171-0/+28
* bus: Add a fast-path if log messages don't have to be loggedTobias Brunner2014-04-241-7/+53
* bus: raise certificate validation alerts using credential manager hookMartin Willi2013-07-181-0/+29
* Introduce an optional logger_t.vlog() method with format string and argumentsMartin Willi2013-05-061-13/+60
* emit a single assig_vips bus message for all VIPsAndreas Steffen2013-04-061-6/+5
* ifmap plugin subscribes to assing_vip bus signalAndreas Steffen2013-04-061-0/+29
* Raise an alert if an authorize() hook failsMartin Willi2012-12-191-0/+4
* Fixed output of longer debug messagesTobias Brunner2012-11-071-0/+1
* Add ike_reestablish() event that is triggered when an IKE_SA is reestablishedTobias Brunner2012-09-061-0/+28
* Log to a malloc()ed buffer if the on-stack buffer is not large enoughMartin Willi2012-07-131-3/+23
* Loggers specify what log messages they want to receive during registration.Tobias Brunner2012-05-021-29/+153
* Use a separate interface for loggers.Tobias Brunner2012-05-021-190/+101
* Use a separate list and mutex for loggers.Tobias Brunner2012-05-021-69/+152
* Removed remaining parts of controller_t.listen() implementation.Tobias Brunner2012-05-021-39/+9
* Remove obsolete bus_t.listen() method.Tobias Brunner2012-05-021-59/+0
* Invoke bus_t.message hook twice, once plain and parsed, once encoded and encr...Martin Willi2012-03-201-2/+2
* Pass IKEv1 specific keymat to ike_keys hookMartin Willi2012-03-201-3/+4
* Properly remove listener when listen() times outMartin Willi2011-08-311-0/+1
* bus->listen() and the controller wrappers accept a timeout to wait for callbacksMartin Willi2011-08-261-4/+26
* Replaced ike_sa_t.create_child_sa_iterator with enumerator.Tobias Brunner2011-07-061-4/+4
* Fix potential use after freeThomas Egerer2011-01-191-1/+1
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-021-2/+1
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-021-2/+2
* Pass the CREATE_CHILD_SA initiator flag to the child_keys parameterMartin Willi2010-07-261-3/+3
* Added a hook to narrow traffic selectors for CHILD_SAsMartin Willi2010-07-131-0/+33
* Moved bus_t to METHOD/INIT macrosMartin Willi2010-07-131-108/+69
* Move debug groups from charon's bus.h to libstrongswan's debug.h.Tobias Brunner2010-04-061-26/+0
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+753