aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/payloads/ts_payload.c
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-281-365/+0
| | | | | - applied patch for charon
* - split up in libstrong, charon, stroke, testing doneMartin Willi2006-04-101-3/+4
| | | | | | | | | - new leak detective with malloc hook in library - useable, but needs improvements - logger_manager has now a single instance per library - allows use of loggers from any linking prog - a LOT of other things
* - rewrite of logger_manager, uses now one instance per contextMartin Willi2006-03-231-5/+0
| | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-)
* - proposal setup implementation begunMartin Willi2006-02-221-15/+16
|
* - added support for empty traffic selectors and empty sa payload in Jan Hutter2005-12-071-2/+2
| | | | IKE_AUTH request and reply
* - state ike_sa_init_responded implemented (has some memleaks)Martin Willi2005-12-021-4/+1
|
* - get_type changed Jan Hutter2005-12-021-1/+8
|
* - added ts for both initator and responderMartin Willi2005-12-011-5/+8
| | | | - ts_payload can get now ts's
* - creation of ts payloads using tsMartin Willi2005-12-011-3/+47
|
* - implemented and tested ts_payload_tJan Hutter2005-11-291-0/+317