Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed c++ style comments4.1.9 | Martin Willi | 2007-12-04 | 2 | -10/+13 |
| | | | | | fixed compiler warnings | ||||
* | improved P2P_ENDPOINT debugging | Andreas Steffen | 2007-12-03 | 2 | -1/+25 |
| | |||||
* | implemented RFC4478 (repeated authentication) | Martin Willi | 2007-11-20 | 2 | -21/+10 |
| | | | | | changed %V printf handler to take a time delta, %#V now takes two arguments | ||||
* | experimental P2P-NAT-T for IKEv2 merged back from branch | Tobias Brunner | 2007-10-03 | 9 | -6/+745 |
| | |||||
* | do not attempt to encrypt payloads without crypter or signer (allows to ↵ | Tobias Brunner | 2007-10-02 | 1 | -0/+7 |
| | | | | override message rules) | ||||
* | ID payload with explicit payload type | Tobias Brunner | 2007-10-02 | 3 | -67/+18 |
| | |||||
* | get_first_payload_type for message_t | Tobias Brunner | 2007-10-02 | 2 | -2/+21 |
| | |||||
* | typos | Tobias Brunner | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | backports from the p2p-nat-t branch: | Tobias Brunner | 2007-07-19 | 2 | -8/+8 |
| | | | | | | * double assignment of function ''destroy'' in some jobs * typos | ||||
* | 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 | 3 | -12/+76 |
| | |||||
* | further fixed for mobike roaming | Martin Willi | 2007-06-25 | 2 | -3/+7 |
| | |||||
* | further MOBIKE stuff: | Martin Willi | 2007-06-21 | 1 | -28/+28 |
| | | | | | | | | | kernel properly reports network reconfiguration and informs all IKE_SAs MOBIKE in IKE_AUTH: MOBIKE_SUPPORTED notify and address exchange reestablishment of IKE_SAs on network reconfiguration kinda works not stable yet! | ||||
* | 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 |
| | |||||
* | added CERT_ROOF | Andreas Steffen | 2007-03-23 | 1 | -1/+1 |
| | |||||
* | added CERT_ROOF | Andreas Steffen | 2007-03-23 | 2 | -2/+3 |
| | |||||
* | added certificate encoding OCSP content | Andreas Steffen | 2007-03-23 | 2 | -3/+5 |
| | |||||
* | fixed CHILD_SA rekeying/delete bug on 64bit machines | Martin Willi | 2007-03-19 | 2 | -144/+10 |
| | | | | removed obsolete methods in delete_payload | ||||
* | generalized get_ca_certificate() to get_auth_certificate(auth_flags) | Andreas Steffen | 2007-03-08 | 1 | -1/+1 |
| | |||||
* | support if ocsp signing certificates | Andreas Steffen | 2007-03-08 | 1 | -5/+6 |
| | |||||
* | fixed payload order in IKE_AUTH | Martin Willi | 2007-03-08 | 1 | -7/+27 |
| | |||||
* | fixed double free bug | Martin Willi | 2007-03-05 | 1 | -9/+2 |
| | |||||
* | fixed ID selection bug when peer doesn't include IDr payload | Martin Willi | 2007-03-05 | 2 | -0/+10 |
| | | | | | allowing vendor ID in any messag | ||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 9 | -38/+157 |
| | |||||
* | merged EAP framework from branch into trunk | Martin Willi | 2007-02-12 | 8 | -99/+252 |
| | | | | | includes a lot of other modifications | ||||
* | be more liberal in accepting notifies with a protocol id | Martin Willi | 2007-02-08 | 1 | -9/+6 |
| | |||||
* | fixed crash when CA for certrequest not found | Martin Willi | 2007-01-08 | 1 | -4/+14 |
| | |||||
* | added support for transport mode and (experimental!) BEET mode | Martin Willi | 2006-12-21 | 1 | -1/+2 |
| | | | | | support for the type=transport/tunnel parameter in charon | ||||
* | fixed encoding rules string | Martin Willi | 2006-12-14 | 1 | -11/+10 |
| | | | | updated todo | ||||
* | fixed some byte-order issues | Martin Willi | 2006-12-12 | 2 | -6/+9 |
| | |||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 44 | -71/+49 |
| | | | | | | | | | 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 | ||||
* | moved typedefs to beginning of files to solve some include problems | Martin Willi | 2006-10-30 | 27 | -160/+131 |
| | | | | | | | 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 | ||||
* | cosmetics in debug output | Andreas Steffen | 2006-10-29 | 1 | -2/+2 |
| | |||||
* | support of certreq payload in IKE_AUTH messages | Andreas Steffen | 2006-10-28 | 2 | -6/+63 |
| | |||||
* | added function certreq_payload_create_from_x509() | Andreas Steffen | 2006-10-28 | 2 | -13/+35 |
| | |||||
* | cosmetics | Andreas Steffen | 2006-10-28 | 1 | -13/+13 |
| | |||||
* | improved signal handling and emitting | Martin Willi | 2006-10-26 | 8 | -156/+156 |
| | |||||
* | fixed typo in debug statement | Andreas Steffen | 2006-10-25 | 1 | -2/+2 |
| | |||||
* | removed deprecated iterator methods (has_next & current) | Martin Willi | 2006-10-24 | 8 | -186/+108 |
| | | | | added iterator hook to manipulate iterator the clean way | ||||
* | linked list cleanups | Martin Willi | 2006-10-24 | 6 | -71/+15 |
| | | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items | ||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 28 | -1244/+974 |
| | | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more... | ||||
* | moved auth_method to policy | Andreas Steffen | 2006-09-25 | 1 | -1/+1 |
| | |||||
* | initial support for IPv6 (more testing needed) | Martin Willi | 2006-08-30 | 2 | -2/+10 |
| | | | | | | | | | 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 | ||||
* | moved interface enumeration code to socket, where it belongs | Martin Willi | 2006-08-28 | 1 | -0/+2 |
| | | | | | query interfaces every time we need it to respect changes in network config added address listing on startup and "ipsec statusall" | ||||
* | implemented IKE_SA rekeying | Martin Willi | 2006-07-27 | 2 | -82/+62 |
| | | | | | | uses ikelifetime, rekeymargin and rekeyfuzz config settings no handling of simultaneus exchanges yet! | ||||
* | cleanups in kernel interface code | Martin Willi | 2006-07-18 | 1 | -100/+8 |
| | | | | | | added proper traffic selector to string conversion some cleanups here & there | ||||
* | improved logging on verify errors for some payloads | Martin Willi | 2006-07-13 | 4 | -66/+36 |
| | | | | | | enforcing IKE_SA shutdown, even when transactions are outstanding proper reject of CREATE_CHILD_SA message with KE payload | ||||
* | added message id logging | Martin Willi | 2006-07-12 | 1 | -2/+4 |
| | |||||
* | added all currently known notify payload types | Martin Willi | 2006-07-12 | 2 | -1/+34 |
| |