aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/sa/child_sa.c
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-281-590/+0
| | | | | - applied patch for charon
* - reworked usage of IDs in various statesMartin Willi2006-04-271-1/+1
| | | | | | - using ID_ANY for any, not NULL as before - initiator sends IDr payload in IKE_AUTH when ID unique
* - add connection names to connectionsMartin Willi2006-04-271-4/+6
| | | | | | | | - stroke status / ipsec status shows them - added statusall for stroke - added status by connection name - some tests repaired, more to come
* - fixed spi conversionMartin Willi2006-04-261-3/+3
|
* - improved "stroke status" outputMartin Willi2006-04-261-1/+45
|
* - leak detective is usable, but does not show static function namesMartin Willi2006-04-131-0/+2
| | | | | | - a script which gets address via ldd and resolves address via addr2line would be nice - fixed a leak in child_sa with new detective ;-)
* - split up in libstrong, charon, stroke, testing doneMartin Willi2006-04-101-11/+10
| | | | | | | | | - 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-16/+14
| | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-)
* - reworked configuration framework completlyMartin Willi2006-03-161-7/+7
| | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed!
* - first attempt for connection loading and starting via "stroke"Martin Willi2006-03-141-33/+3
| | | | | - some improvements here and there
* - comments and cleanupsMartin Willi2006-03-021-1/+1
|
* - working policy installation and removalMartin Willi2006-03-011-76/+211
|
* - fixed policy setup bugMartin Willi2006-02-231-11/+39
|
* - proposal setup implementation begunMartin Willi2006-02-221-11/+79
|
* - installing of child sa worksMartin Willi2006-02-161-40/+261
| | | | | - need correct IP adresses to actually use IPsec
* - refactored ike proposalMartin Willi2006-02-141-1/+1
| | | | | | | | - uses now proposal_t, wich is also used by child proposals - ike key derivation refactored - crypter_t api has get_key_size now - some other improvements here and there
* - key derivation for child_sa worksMartin Willi2006-02-101-4/+50
|
* - code cleaned upJan Hutter2005-12-071-13/+8
|
* - started implementation of netlink kernel interfaceMartin Willi2005-12-041-0/+82