aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/bus/bus.h
Commit message (Expand)AuthorAgeFilesLines
* Store completed authentication rounds permanently on IKE_SA, with flush optionMartin Willi2009-12-011-2/+1
* Added a get_sa() method to the bus, allowing a thread to lookup its IKE_SAMartin Willi2009-11-301-0/+10
* Emit a ALERT_SHUTDOWN_SIGNAL before shutting down the daemonMartin Willi2009-09-221-0/+2
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-17/+17
* raise an alert() if the RADIUS server is not respondingMartin Willi2009-07-161-0/+2
* added an alert() bus hook to raise critical system errors and notificationsMartin Willi2009-07-161-1/+17
* implemented ike_up() bus hookMartin Willi2009-07-091-0/+8
* implemented child_up() bus hookMartin Willi2009-07-091-0/+8
* implemented ike_rekey()/child_rekey() bus hooksMartin Willi2009-07-091-0/+17
* moved listener_t interface definition to a separate fileMartin Willi2009-07-091-102/+1
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* merged multi-auth branch back into trunkMartin Willi2009-04-141-0/+26
* updated DoxyfileMartin Willi2009-03-241-1/+1
* dynamic logging configuration through strongswan.confMartin Willi2008-11-111-0/+5
* added hooks for IKE and CHILD keymatMartin Willi2008-10-301-4/+47
* reintegrated bus-refactoring branchMartin Willi2008-10-141-189/+137
* introduced an additional bus->signal parameter for signal specific dataMartin Willi2008-07-181-27/+41
* avoid heap allocation in bus->signal for performance reasonsMartin Willi2008-07-171-4/+0
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-40/+26
* refactored bus and interface to resolve threading issues (WIP)Martin Willi2007-11-151-37/+11
* added vsignal todoMartin Willi2007-10-251-0/+4
* backports from the p2p-nat-t branch:Tobias Brunner2007-07-191-1/+1
* documentation fixes and updatesMartin Willi2007-06-111-5/+11
* proper thread cancellation when using the charon->interfacesMartin Willi2007-05-231-0/+11
* merged tasking branch into trunkMartin Willi2007-02-281-1/+4
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-9/+34
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-9/+5
* improved signal handling and emittingMartin Willi2006-10-261-109/+73
* introduced new logging subsystem using bus:Martin Willi2006-10-181-74/+220
* introduced printf() specifiers for:Martin Willi2006-09-271-0/+232