aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/encoding/message.c
Commit message (Collapse)AuthorAgeFilesLines
* experimental P2P-NAT-T for IKEv2 merged back from branchTobias Brunner2007-10-031-0/+28
|
* do not attempt to encrypt payloads without crypter or signer (allows to ↵Tobias Brunner2007-10-021-0/+7
| | | | override message rules)
* get_first_payload_type for message_tTobias Brunner2007-10-021-1/+11
|
* added message ID to message logMartin Willi2007-07-031-3/+7
|
* show kind of notify contained in messages in logMartin Willi2007-07-031-12/+16
|
* fixed payload debug messageMartin Willi2007-04-121-13/+19
|
* removed %M printf handler, five more to goMartin Willi2007-04-111-54/+27
|
* fixed payload order in IKE_AUTHMartin Willi2007-03-081-7/+27
|
* fixed ID selection bug when peer doesn't include IDr payloadMartin Willi2007-03-051-0/+8
| | | | | allowing vendor ID in any messag
* merged tasking branch into trunkMartin Willi2007-02-281-2/+56
|
* merged EAP framework from branch into trunkMartin Willi2007-02-121-6/+8
| | | | | includes a lot of other modifications
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-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 emittingMartin Willi2006-10-261-47/+47
|
* removed deprecated iterator methods (has_next & current)Martin Willi2006-10-241-29/+7
| | | | added iterator hook to manipulate iterator the clean way
* introduced new logging subsystem using bus:Martin Willi2006-10-181-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 Willi2006-08-301-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 loggingMartin Willi2006-07-121-2/+4
|
* added policy cache to kernel interfaceMartin Willi2006-07-121-1/+1
| | | | | | allows refcounting of multiple installed policies finally brings us stable simultaneous rekeying
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* redesigned IKE_SA using a transaction mechanism:Martin Willi2006-07-051-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 cleanupsMartin Willi2006-06-231-21/+15
|
* first merge of NATT codeMartin Willi2006-06-221-5/+17
|
* added support for "ike" and "esp" keywordsMartin Willi2006-06-151-6/+6
| | | | | | | fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes
* cosmeticsAndreas Steffen2006-06-121-45/+45
|
* further work for rekeying:Martin Willi2006-06-071-3/+5
| | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals
* job management:Martin Willi2006-05-311-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 cosmeticsMartin Willi2006-05-241-3/+4
|
* - reimplemented proper IKE SA deletion using a seperate state,Martin Willi2006-05-231-7/+10
| | | | | should conform now to IKEv2
* (no commit message)Martin Willi2006-05-101-0/+1251