aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/bus
Commit message (Expand)AuthorAgeFilesLines
* Fixed output of longer debug messagesTobias Brunner2012-11-071-0/+1
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Raise a bus alert when IKE message body parsing failsMartin Willi2012-10-241-0/+3
* Raise a bus alert when IKE message header parsing failsMartin Willi2012-10-241-0/+2
* Raise a bus alert when a received message contains unknown SPIsMartin Willi2012-10-241-0/+2
* Make syslog and file loggers configurable at runtimeTobias Brunner2012-10-184-21/+157
* Added a new alert that is raised if peer does not respond to initial IKE messageTobias Brunner2012-10-161-0/+2
* Add a responder narrow() hook to change TS in the kernel, but not on the wireMartin Willi2012-09-111-0/+2
* Add ike_reestablish() event that is triggered when an IKE_SA is reestablishedTobias Brunner2012-09-063-0/+48
* Don't modify the message string passed to logger, as it gets reusedMartin Willi2012-07-133-21/+25
* Log to a malloc()ed buffer if the on-stack buffer is not large enoughMartin Willi2012-07-131-3/+23
* Removed superfluous @param in bus.h.Tobias Brunner2012-05-181-1/+0
* Loggers specify what log messages they want to receive during registration.Tobias Brunner2012-05-025-116/+261
* Ensure that multi-line log messages are not torn apart.Tobias Brunner2012-05-022-0/+20
* Use a separate interface for loggers.Tobias Brunner2012-05-028-247/+198
* Use a separate list and mutex for loggers.Tobias Brunner2012-05-023-73/+168
* Removed remaining parts of controller_t.listen() implementation.Tobias Brunner2012-05-021-39/+9
* Remove obsolete bus_t.listen() method.Tobias Brunner2012-05-022-82/+7
* Invoke bus_t.message hook twice, once plain and parsed, once encoded and encr...Martin Willi2012-03-203-4/+13
* Pass IKEv1 specific keymat to ike_keys hookMartin Willi2012-03-203-7/+14
* 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-262-5/+29
* Throw an alert if authentication of the peer fails (not only for initiator).Tobias Brunner2011-08-121-2/+2
* Throw an alert when the peer address cannot be resolved during initiation.Tobias Brunner2011-08-121-0/+2
* Throw an alert via bus_t when remote authentication fails.Tobias Brunner2011-08-121-2/+4
* Fixed common misspellings.Tobias Brunner2011-07-202-2/+2
* Replaced ike_sa_t.create_child_sa_iterator with enumerator.Tobias Brunner2011-07-061-4/+4
* Cache group name in sys_logger_t to avoid problems with Vstr.Tobias Brunner2011-05-031-3/+5
* Migrated sys_logger_t to INIT/METHOD macros.Tobias Brunner2011-05-031-23/+20
* Migrated file_logger_t to INIT/METHOD macros.Tobias Brunner2011-05-031-25/+22
* 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
* Added a ike_name logger option to prefix the IKE_SA name on each lineMartin Willi2010-08-254-12/+57
* Pass the CREATE_CHILD_SA initiator flag to the child_keys parameterMartin Willi2010-07-263-6/+9
* Added a hook to narrow traffic selectors for CHILD_SAsMartin Willi2010-07-133-0/+85
* Moved bus_t to METHOD/INIT macrosMartin Willi2010-07-131-108/+69
* The file logger supports a time prefix using a strftime() format specifierMartin Willi2010-07-082-7/+32
* Moved syslog.h include.Tobias Brunner2010-05-042-2/+1
* Move debug groups from charon's bus.h to libstrongswan's debug.h.Tobias Brunner2010-04-062-85/+7
* Fixed some Doxygen warnings.Tobias Brunner2010-03-241-2/+2
* Convert charon into libcharon.Tobias Brunner2010-03-191-1/+1
* Moving charon to libcharon.Tobias Brunner2010-03-197-0/+1637