Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | experimental P2P-NAT-T for IKEv2 merged back from branch | Tobias Brunner | 2007-10-03 | 1 | -0/+28 |
| | |||||
* | do not attempt to encrypt payloads without crypter or signer (allows to ↵ | Tobias Brunner | 2007-10-02 | 1 | -0/+7 |
| | | | | override message rules) | ||||
* | get_first_payload_type for message_t | Tobias Brunner | 2007-10-02 | 1 | -1/+11 |
| | |||||
* | added message ID to message log | Martin Willi | 2007-07-03 | 1 | -3/+7 |
| | |||||
* | show kind of notify contained in messages in log | Martin Willi | 2007-07-03 | 1 | -12/+16 |
| | |||||
* | fixed payload debug message | Martin Willi | 2007-04-12 | 1 | -13/+19 |
| | |||||
* | removed %M printf handler, five more to go | Martin Willi | 2007-04-11 | 1 | -54/+27 |
| | |||||
* | fixed payload order in IKE_AUTH | Martin Willi | 2007-03-08 | 1 | -7/+27 |
| | |||||
* | fixed ID selection bug when peer doesn't include IDr payload | Martin Willi | 2007-03-05 | 1 | -0/+8 |
| | | | | | allowing vendor ID in any messag | ||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 1 | -2/+56 |
| | |||||
* | merged EAP framework from branch into trunk | Martin Willi | 2007-02-12 | 1 | -6/+8 |
| | | | | | includes a lot of other modifications | ||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 1 | -14/+2 |
| | | | | | | | | | 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 | ||||
* | improved signal handling and emitting | Martin Willi | 2006-10-26 | 1 | -47/+47 |
| | |||||
* | removed deprecated iterator methods (has_next & current) | Martin Willi | 2006-10-24 | 1 | -29/+7 |
| | | | | added iterator hook to manipulate iterator the clean way | ||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 1 | -385/+316 |
| | | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more... | ||||
* | initial support for IPv6 (more testing needed) | Martin Willi | 2006-08-30 | 1 | -2/+1 |
| | | | | | | | | | socket works (without v6 filter) traffic selector handle IPv4/v4 cleanly improvements in traffic selector code kernel interface accepts v6 traffic selectors and hosts host_t class has full IPv6 support | ||||
* | added message id logging | Martin Willi | 2006-07-12 | 1 | -2/+4 |
| | |||||
* | added policy cache to kernel interface | Martin Willi | 2006-07-12 | 1 | -1/+1 |
| | | | | | | allows refcounting of multiple installed policies finally brings us stable simultaneous rekeying | ||||
* | updated copyright information | Martin Willi | 2006-07-07 | 1 | -1/+2 |
| | |||||
* | redesigned IKE_SA using a transaction mechanism: | Martin Willi | 2006-07-05 | 1 | -42/+86 |
| | | | | | | | | | | | | removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet | ||||
* | some message code cleanups | Martin Willi | 2006-06-23 | 1 | -21/+15 |
| | |||||
* | first merge of NATT code | Martin Willi | 2006-06-22 | 1 | -5/+17 |
| | |||||
* | added support for "ike" and "esp" keywords | Martin Willi | 2006-06-15 | 1 | -6/+6 |
| | | | | | | | fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes | ||||
* | cosmetics | Andreas Steffen | 2006-06-12 | 1 | -45/+45 |
| | |||||
* | further work for rekeying: | Martin Willi | 2006-06-07 | 1 | -3/+5 |
| | | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals | ||||
* | job management: | Martin Willi | 2006-05-31 | 1 | -0/+26 |
| | | | | | | | | | | | | | moved job code from thread_pool to job, jobs have an "execute" method now added two new jobs: delete_child_sa & rekey_child_sa kernel interface: listens now for ACQUIRE & EXPIRE supports hard and soft lifetimes fires jobs for delete and rekey child sa ike sa manager: can checkout IKE SAs by requid of owned CHILD SAs we have now the infrastructure to do the rekeying... :-) | ||||
* | - some logging improvements and cosmetics | Martin Willi | 2006-05-24 | 1 | -3/+4 |
| | |||||
* | - reimplemented proper IKE SA deletion using a seperate state, | Martin Willi | 2006-05-23 | 1 | -7/+10 |
| | | | | | should conform now to IKEv2 | ||||
* | (no commit message) | Martin Willi | 2006-05-10 | 1 | -0/+1251 |