Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved typedefs to beginning of files to solve some include problems | Martin Willi | 2006-10-30 | 1 | -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 emitting | Martin Willi | 2006-10-26 | 1 | -17/+17 |
| | |||||
* | removed deprecated iterator methods (has_next & current) | Martin Willi | 2006-10-24 | 1 | -3/+6 |
| | | | | added iterator hook to manipulate iterator the clean way | ||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 1 | -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 Willi | 2006-09-27 | 1 | -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 logging | Andreas Steffen | 2006-09-25 | 1 | -44/+33 |
| | |||||
* | more debugging output for PSK authentication | Martin Willi | 2006-09-18 | 1 | -3/+11 |
| | |||||
* | added PSK support | Andreas Steffen | 2006-09-18 | 1 | -109/+100 |
| | |||||
* | introduced refcounting on policy and connections | Martin Willi | 2006-07-20 | 1 | -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 information | Martin Willi | 2006-07-07 | 1 | -1/+2 |
| | |||||
* | redesigned IKE_SA using a transaction mechanism: | Martin Willi | 2006-07-05 | 1 | -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 payloads | Andreas Steffen | 2006-07-03 | 1 | -10/+7 |
| | |||||
* | (no commit message) | Martin Willi | 2006-06-16 | 1 | -5/+5 |
| | |||||
* | debug and logging improvements | Martin Willi | 2006-06-13 | 1 | -3/+3 |
| | |||||
* | - fixed some memleaks/freebugs | Martin Willi | 2006-05-31 | 1 | -0/+1 |
| | | | | | - leak detective works almost usable now (?!) | ||||
* | lookup of private key based on keyid of public key | Andreas Steffen | 2006-05-30 | 1 | -24/+47 |
| | |||||
* | (no commit message) | Martin Willi | 2006-05-10 | 1 | -0/+405 |