Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | To have more flexibility in the logging backend, receiving the original format string and do printf() substitution in the logger may be preferable. An additional but optional logger method does not touch the behavior of existing loggers. | ||||
* | 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 |
| | | | | | (v)snprintf(3) returns the length without terminating null byte but the length given as parameter must include it. | ||||
* | Add ike_reestablish() event that is triggered when an IKE_SA is reestablished | Tobias Brunner | 2012-09-06 | 1 | -0/+28 |
| | | | | | This is particularly useful during reauthentication to get the new IKE_SA. | ||||
* | 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 |
| | | | | | | | This also allows us to generate the log message only once for all loggers that need it (avoids calls to custom printf specifier callbacks). To update the log levels loggers can simply be registered again. | ||||
* | Use a separate interface for loggers. | Tobias Brunner | 2012-05-02 | 1 | -190/+101 |
| | | | | | | | | The new interface does not allow loggers to unregister themselves from the bus. This allows us to use a rwlock_t for them. The latter also means that loggers can now be called concurrently by multiple threads. | ||||
* | Use a separate list and mutex for loggers. | Tobias Brunner | 2012-05-02 | 1 | -69/+152 |
| | | | | | | | | | | | This avoids deadlocks caused by extensive listener_t implementations which might want to acquire a lock which is currently held by another thread wanting to log messages. Since the latter requires that thread to acquire the same lock the initial thread currently holds this previously resulted in a deadlock. With this change logging messages does not require threads to acquire the main lock in bus_t and thus avoids the deadlock. | ||||
* | 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 ↵ | Martin Willi | 2012-03-20 | 1 | -2/+2 |
| | | | | encrypted | ||||
* | 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 |
| | | | | | This required two new methods on ike_sa_t. One returns the number of CHILD_SAs and one allows to remove a CHILD_SA. | ||||
* | 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 |