aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/definitions.h
Commit message (Collapse)AuthorAgeFilesLines
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-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 Willi2006-10-181-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 Willi2006-09-271-37/+5
|
* added stddef.h include for compilers which do not support the offsetof() ↵Martin Willi2006-08-281-0/+2
| | | | directive
* introduced refcounting on policy and connectionsMartin Willi2006-07-201-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 informationMartin Willi2006-07-071-1/+2
|
* added X.509 trust chain verificationAndreas Steffen2006-06-271-0/+18
|
* moved RSA key size constraints to definitions.hAndreas Steffen2006-06-131-1/+7
|
* added memeq() macroAndreas Steffen2006-05-291-3/+6
|
* added streq() macro and defined default BUF_LENAndreas Steffen2006-05-241-2/+11
|
* (no commit message)Martin Willi2006-05-101-0/+120