index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libcharon
/
bus
/
bus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bus: Add ike_reestablish_pre hook, called before DNS resolution
Tobias Brunner
2014-07-22
1
-4
/
+33
*
bus: Properly va_copy() argument list before passing it to printf() functions
Martin Willi
2014-06-19
1
-1
/
+3
*
bus: Add a handle_vips() hook invoked after handling configuration attributes
Martin Willi
2014-06-17
1
-0
/
+28
*
bus: Add a fast-path if log messages don't have to be logged
Tobias Brunner
2014-04-24
1
-7
/
+53
*
bus: raise certificate validation alerts using credential manager hook
Martin Willi
2013-07-18
1
-0
/
+29
*
Introduce an optional logger_t.vlog() method with format string and arguments
Martin Willi
2013-05-06
1
-13
/
+60
*
emit a single assig_vips bus message for all VIPs
Andreas Steffen
2013-04-06
1
-6
/
+5
*
ifmap plugin subscribes to assing_vip bus signal
Andreas Steffen
2013-04-06
1
-0
/
+29
*
Raise an alert if an authorize() hook fails
Martin Willi
2012-12-19
1
-0
/
+4
*
Fixed output of longer debug messages
Tobias Brunner
2012-11-07
1
-0
/
+1
*
Add ike_reestablish() event that is triggered when an IKE_SA is reestablished
Tobias Brunner
2012-09-06
1
-0
/
+28
*
Log to a malloc()ed buffer if the on-stack buffer is not large enough
Martin Willi
2012-07-13
1
-3
/
+23
*
Loggers specify what log messages they want to receive during registration.
Tobias Brunner
2012-05-02
1
-29
/
+153
*
Use a separate interface for loggers.
Tobias Brunner
2012-05-02
1
-190
/
+101
*
Use a separate list and mutex for loggers.
Tobias Brunner
2012-05-02
1
-69
/
+152
*
Removed remaining parts of controller_t.listen() implementation.
Tobias Brunner
2012-05-02
1
-39
/
+9
*
Remove obsolete bus_t.listen() method.
Tobias Brunner
2012-05-02
1
-59
/
+0
*
Invoke bus_t.message hook twice, once plain and parsed, once encoded and encr...
Martin Willi
2012-03-20
1
-2
/
+2
*
Pass IKEv1 specific keymat to ike_keys hook
Martin Willi
2012-03-20
1
-3
/
+4
*
Properly remove listener when listen() times out
Martin Willi
2011-08-31
1
-0
/
+1
*
bus->listen() and the controller wrappers accept a timeout to wait for callbacks
Martin Willi
2011-08-26
1
-4
/
+26
*
Replaced ike_sa_t.create_child_sa_iterator with enumerator.
Tobias Brunner
2011-07-06
1
-4
/
+4
*
Fix potential use after free
Thomas Egerer
2011-01-19
1
-1
/
+1
*
Refer to scheduler and processor via lib and not hydra.
Tobias Brunner
2010-09-02
1
-2
/
+1
*
Refer to processor via hydra and not charon.
Tobias Brunner
2010-09-02
1
-2
/
+2
*
Pass the CREATE_CHILD_SA initiator flag to the child_keys parameter
Martin Willi
2010-07-26
1
-3
/
+3
*
Added a hook to narrow traffic selectors for CHILD_SAs
Martin Willi
2010-07-13
1
-0
/
+33
*
Moved bus_t to METHOD/INIT macros
Martin Willi
2010-07-13
1
-108
/
+69
*
Move debug groups from charon's bus.h to libstrongswan's debug.h.
Tobias Brunner
2010-04-06
1
-26
/
+0
*
Moving charon to libcharon.
Tobias Brunner
2010-03-19
1
-0
/
+753