Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dynamic logging configuration through strongswan.conf | Martin Willi | 2008-11-11 | 1 | -0/+5 |
| | | | | fallback to existing ipsec.conf/stroke loglevel configuration | ||||
* | added hooks for IKE and CHILD keymat | Martin Willi | 2008-10-30 | 1 | -4/+47 |
| | |||||
* | reintegrated bus-refactoring branch | Martin Willi | 2008-10-14 | 1 | -189/+137 |
| | |||||
* | introduced an additional bus->signal parameter for signal specific data | Martin Willi | 2008-07-18 | 1 | -27/+41 |
| | | | | added SIG_IKE/SIG_CHD macros for signal emitting | ||||
* | avoid heap allocation in bus->signal for performance reasons | Martin Willi | 2008-07-17 | 1 | -4/+0 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -40/+26 |
| | |||||
* | refactored bus and interface to resolve threading issues (WIP) | Martin Willi | 2007-11-15 | 1 | -37/+11 |
| | |||||
* | added vsignal todo | Martin Willi | 2007-10-25 | 1 | -0/+4 |
| | |||||
* | backports from the p2p-nat-t branch: | Tobias Brunner | 2007-07-19 | 1 | -1/+1 |
| | | | | | | * double assignment of function ''destroy'' in some jobs * typos | ||||
* | documentation fixes and updates | Martin Willi | 2007-06-11 | 1 | -5/+11 |
| | |||||
* | proper thread cancellation when using the charon->interfaces | Martin Willi | 2007-05-23 | 1 | -0/+11 |
| | |||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 1 | -1/+4 |
| | |||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 1 | -9/+34 |
| | | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements | ||||
* | moved typedefs to beginning of files to solve some include problems | Martin Willi | 2006-10-30 | 1 | -9/+5 |
| | | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups | ||||
* | improved signal handling and emitting | Martin Willi | 2006-10-26 | 1 | -109/+73 |
| | |||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 1 | -74/+220 |
| | | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more... | ||||
* | introduced printf() specifiers for: | Martin Willi | 2006-09-27 | 1 | -0/+232 |
host_t (%H) identification_t (%D) chunk pointers (%B) memory pointer/length (%b) added a signaling bus: receives event and debug messages, sends them to its listeners stream_logger, sys_logger, file_logger added, listen to bus some other tweaks here and there |