aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/message.c
Commit message (Expand)AuthorAgeFilesLines
* - rewrite of logger_manager, uses now one instance per contextMartin Willi2006-03-231-8/+7
* - reworked configuration framework completlyMartin Willi2006-03-161-1/+1
* - fixed alot of bugs in child_proposalMartin Willi2006-02-081-0/+1
* - added deletion of IKE_SAJan Hutter2005-12-121-14/+32
* - logging cleanup in statesMartin Willi2005-12-071-1/+1
* ../svn-commit.tmpMartin Willi2005-12-071-42/+42
* - code cleanup in network and configMartin Willi2005-12-061-25/+16
* - code cleanup of encoding packageMartin Willi2005-12-061-21/+25
* - better management of unknown_payload, with critical checkMartin Willi2005-12-061-227/+221
* - added payload CERTJan Hutter2005-12-051-2/+30
* - logging cleanupMartin Willi2005-12-041-5/+10
* - authentication with preshared key working but code MUST be cleanedJan Hutter2005-12-031-0/+9
* - fixesMartin Willi2005-12-021-1/+1
* fixed different bugs when checking out ike sa and retransmitting Jan Hutter2005-12-021-0/+1
* - state ike_auth_requestedMartin Willi2005-12-021-1/+0
* - added new job type retransmit_request_job_tJan Hutter2005-12-021-0/+9
* - state ike_sa_init_responded implemented (has some memleaks)Martin Willi2005-12-021-1/+2
* - added notify message handling to ike_sa_init_requested_t and Jan Hutter2005-12-021-21/+34
* - fixed bugsJan Hutter2005-12-011-1/+5
* code of message_t cleaned and added more logsJan Hutter2005-11-301-100/+180
* - fixed message decryptionMartin Willi2005-11-301-27/+63
* - fixed bug when finding out if payload has to get encryptedJan Hutter2005-11-301-2/+2
* - fixed encryption bugMartin Willi2005-11-301-12/+8
* added more loggingJan Hutter2005-11-301-1/+3
* fixed bugJan Hutter2005-11-301-2/+2
* (no commit message)Jan Hutter2005-11-301-0/+2
* - fixed message ruleMartin Willi2005-11-301-3/+5
* - message encryption verification fully changedJan Hutter2005-11-301-72/+212
* - encryption seems to workJan Hutter2005-11-291-21/+127
* - tested encryption payloadMartin Willi2005-11-291-4/+4
* - fixed bug in diffie hellman exchange (no public value was written)Jan Hutter2005-11-291-0/+3
* - globals packed in a daemonMartin Willi2005-11-291-3/+3
* - changed creation of iteratorJan Hutter2005-11-291-35/+7
* - changed allocation behaviorMartin Willi2005-11-291-4/+3
* - return value cleanupMartin Willi2005-11-281-8/+3
* - memory allocation checks removedJan Hutter2005-11-281-152/+106
* generator rewritten (no memory allocation test anymore)Jan Hutter2005-11-281-19/+4
* - encryptino payload Martin Willi2005-11-281-99/+126
* - moved linked_list_iterator_t to iterator_t, located in iterator.hMartin Willi2005-11-241-5/+5
* - typedefs changedMartin Willi2005-11-241-6/+6
* changed enum and structs names to _tJan Hutter2005-11-241-6/+6
* okMartin Willi2005-11-231-1/+1
* - created encoding packageMartin Willi2005-11-231-0/+877