aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/bus
Commit message (Expand)AuthorAgeFilesLines
* bus: Don't trigger child_updown() for rekeyed CHILD_SAsTobias Brunner2017-08-071-1/+4
* linked-list: Change return value of find_first() and signature of its callbackTobias Brunner2017-05-261-10/+10
* linked-list: Change interface of callback for invoke_function()Tobias Brunner2017-05-261-11/+12
* bus: Re-add ampersand that got lost in refactoringTobias Brunner2016-11-141-1/+1
* bus: Fix maximum log level for different groups after removal of a loggerTobias Brunner2016-11-111-5/+5
* bus: Add new hooks for derived IKE_SA and CHILD_SA keysTobias Brunner2016-10-043-11/+131
* bus: Fix maximum log levels when mixing log/vlog implementing loggersTobias Brunner2016-09-301-12/+20
* task-manager: Add retransmit cleared alertTobias Brunner2016-06-061-0/+3
* task-manager: Add retransmit count to retransmit send alertThomas Egerer2016-06-061-2/+3
* Use standard unsigned integer typesAndreas Steffen2016-03-243-3/+3
* charon: Add custom logger to daemonThomas Egerer2016-03-011-0/+65
* file-logger: Add option to print milliseconds within the current second after...Tobias Brunner2015-11-092-9/+30
* bus: Add new hook called when IKEv1 CHILD_SAs are migrated to a new IKE_SATobias Brunner2015-05-213-3/+58
* Add bool param to ALERT_KEEP_ON_CHILD_SA_FAILURE alertAdrian-Ken Rueegsegger2015-05-041-1/+2
* bus: Add an ike_update() hook invoked when peer endpoints changeMartin Willi2015-02-203-0/+48
* ikev1: Move fragment generation to message_tTobias Brunner2014-10-101-2/+4
* bus: Add ike_reestablish_pre hook, called before DNS resolutionTobias Brunner2014-07-223-8/+64
* 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-173-0/+48
* ikev1: Invoke the assign_vips() bus hook for IKEv1 as wellMartin Willi2014-06-161-3/+3
* file-logger: Emulate setlinebuf() if not supported by using fflush()Martin Willi2014-06-041-0/+12
* filelog: Ignore flush_line option if setlinebuf() not supportedMartin Willi2014-06-041-0/+2
* bus: Add a fast-path if log messages don't have to be loggedTobias Brunner2014-04-241-7/+53
* Fix various API doc issues and typosTobias Brunner2013-07-181-1/+1
* bus: raise certificate validation alerts using credential manager hookMartin Willi2013-07-182-0/+43
* syslog: setlogmask() to include LOG_INFOMartin Willi2013-07-181-0/+1
* Raise an alert if the responding peer narrowed traffic selectorsMartin Willi2013-06-191-0/+4
* Raise LOCAL_AUTH_FAILED alert after receiving AUTHENTICATION_FAILUREMartin Willi2013-05-151-1/+1
* Introduce an optional logger_t.vlog() method with format string and argumentsMartin Willi2013-05-062-16/+85
* emit a single assig_vips bus message for all VIPsAndreas Steffen2013-04-063-13/+9
* ifmap plugin subscribes to assing_vip bus signalAndreas Steffen2013-04-063-0/+53
* When IKEv1 DPD times out, raise missing SEND_RETRANSMIT_TIMOUT alertMartin Willi2013-03-141-1/+1
* Raise an alert if an IKE_SA could not have been reauthenticated and expiresMartin Willi2013-03-141-0/+2
* Fixed some typos, courtesy of codespellTobias Brunner2012-12-201-1/+1
* Raise an alert if IKE SA is keptAdrian-Ken Rueegsegger2012-12-201-0/+2
* Raise an alert if half-open timeout limit reachedMartin Willi2012-12-191-0/+2
* Raise an alert if an authorize() hook failsMartin Willi2012-12-192-0/+6
* Raise an alert if allocating virtual IPs failsMartin Willi2012-12-191-0/+2
* Raise an alert if kernel policy installation failsMartin Willi2012-12-191-0/+2
* Raise an alert if kernel SA installation failsMartin Willi2012-12-191-0/+2
* Raise an alert on traffic selector mismatchMartin Willi2012-12-191-0/+3
* Raise alerts when enforcing IKE_SA unique policyMartin Willi2012-12-191-0/+4
* Raise an alert if CHILD_SA proposals mismatchMartin Willi2012-12-191-0/+2
* Raise an alert if IKE proposals mismatchMartin Willi2012-12-191-0/+2
* Raise an alert of generating local authentication data failsMartin Willi2012-12-191-0/+2
* Add alerts for sent/received message retransmissions and timeoutMartin Willi2012-11-291-0/+6
* 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