aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/encoding/payloads/sa_payload.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-368/+0
|
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-2/+2
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-35/+35
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-7/+2
|
* typosTobias Brunner2007-09-271-1/+1
|
* fixed double free bugMartin Willi2007-03-051-9/+2
|
* improved signal handling and emittingMartin Willi2006-10-261-4/+4
|
* removed deprecated iterator methods (has_next & current)Martin Willi2006-10-241-13/+10
| | | | added iterator hook to manipulate iterator the clean way
* linked list cleanupsMartin Willi2006-10-241-10/+2
| | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items
* introduced new logging subsystem using bus:Martin Willi2006-10-181-44/+27
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* improved logging on verify errors for some payloadsMartin Willi2006-07-131-1/+1
| | | | | | enforcing IKE_SA shutdown, even when transactions are outstanding proper reject of CREATE_CHILD_SA message with KE payload
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* redesigned IKE_SA using a transaction mechanism:Martin Willi2006-07-051-1/+1
| | | | | | | | | | | | removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet
* added support for "ike" and "esp" keywordsMartin Willi2006-06-151-6/+18
| | | | | | | fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes
* further work for rekeying:Martin Willi2006-06-071-29/+35
| | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals
* - handle IKE_SA setup without a piggy-packed CHILD_SAMartin Willi2006-05-241-0/+1
| | | | | more IKEv2 conform
* (no commit message)Martin Willi2006-05-101-0/+390