aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/encoding/message.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-1726/+0
|
* Message stringification supports more detailed EAP payload informationMartin Willi2009-11-181-0/+29
|
* Encrypt payloads with missing rule, fix insertion of non-encrypted payloadsMartin Willi2009-11-121-30/+23
|
* Do not complain about missing payload order rules for private use payloadsMartin Willi2009-11-121-4/+8
|
* Identation/whitespace cleanupsMartin Willi2009-11-121-60/+86
|
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-041-2/+2
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-103/+103
|
* Fixed some typos; whitespace cleanup.Tobias Brunner2009-09-021-18/+18
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merged multi-auth branch back into trunkMartin Willi2009-04-141-49/+81
|
* allow multiple DELETE payloads in an informational messageMartin Willi2008-09-111-2/+7
|
* replying to COOKIE2 mobike notify properly4.2.2Martin Willi2008-05-211-0/+8
| | | | including COOKIE2 ourself after path probing
* mediation extension adapted to the naming convention of the current version ↵Tobias Brunner2008-03-261-24/+24
| | | | of the draft. note: the external interface (config, autotools) has not yet been changed
* added generic payload order rules for notifiesMartin Willi2008-03-181-0/+6
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-117/+394
|
* 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