aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/authenticator.c
Commit message (Collapse)AuthorAgeFilesLines
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-356/+0
| | | | | | | 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 emittingMartin Willi2006-10-261-17/+17
|
* removed deprecated iterator methods (has_next & current)Martin Willi2006-10-241-3/+6
| | | | added iterator hook to manipulate iterator the clean way
* introduced new logging subsystem using bus:Martin Willi2006-10-181-119/+48
| | | | | | | 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 Willi2006-09-271-19/+24
| | | | | | | | | | | 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
* more consistent authentication loggingAndreas Steffen2006-09-251-44/+33
|
* more debugging output for PSK authenticationMartin Willi2006-09-181-3/+11
|
* added PSK supportAndreas Steffen2006-09-181-109/+100
|
* introduced refcounting on policy and connectionsMartin Willi2006-07-201-5/+9
| | | | | | | | | 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
|
* redesigned IKE_SA using a transaction mechanism:Martin Willi2006-07-051-2/+2
| | | | | | | | | | | | removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet
* support of cert payloadsAndreas Steffen2006-07-031-10/+7
|
* (no commit message)Martin Willi2006-06-161-5/+5
|
* debug and logging improvementsMartin Willi2006-06-131-3/+3
|
* - fixed some memleaks/freebugsMartin Willi2006-05-311-0/+1
| | | | | - leak detective works almost usable now (?!)
* lookup of private key based on keyid of public keyAndreas Steffen2006-05-301-24/+47
|
* (no commit message)Martin Willi2006-05-101-0/+405