Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 1 | -108/+0 |
| | | | | | | | | | 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 | ||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 1 | -48/+24 |
| | | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more... | ||||
* | (no commit message) | Martin Willi | 2006-09-27 | 1 | -37/+5 |
| | |||||
* | added stddef.h include for compilers which do not support the offsetof() ↵ | Martin Willi | 2006-08-28 | 1 | -0/+2 |
| | | | | directive | ||||
* | introduced refcounting on policy and connections | Martin Willi | 2006-07-20 | 1 | -0/+5 |
| | | | | | | | | | aren't stored in the IKE_SA anymore, they are queried on the fly are immutable now, allows it to share them policy selection based on traffic selectors, leads to valid lookup results rekeying queries the policy based on its traffic selectors | ||||
* | updated copyright information | Martin Willi | 2006-07-07 | 1 | -1/+2 |
| | |||||
* | added X.509 trust chain verification | Andreas Steffen | 2006-06-27 | 1 | -0/+18 |
| | |||||
* | moved RSA key size constraints to definitions.h | Andreas Steffen | 2006-06-13 | 1 | -1/+7 |
| | |||||
* | added memeq() macro | Andreas Steffen | 2006-05-29 | 1 | -3/+6 |
| | |||||
* | added streq() macro and defined default BUF_LEN | Andreas Steffen | 2006-05-24 | 1 | -2/+11 |
| | |||||
* | (no commit message) | Martin Willi | 2006-05-10 | 1 | -0/+120 |