aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/payloads/notify_payload.h
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-281-200/+0
| | | | | - applied patch for charon
* - rewrite of logger_manager, uses now one instance per contextMartin Willi2006-03-231-7/+0
| | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-)
* - configuration_manager replaced by configuration_t interfaceMartin Willi2006-03-071-1/+1
| | | | | | | | - current configuration_manager is now static_configuration (testing) - first draft of starter_configuration, which should once interact with ipsec starter (via whack?) - some cleanups - socket_t uses RAW socket, which allows parallel service of pluto/charon
* - code cleanup in network and configMartin Willi2005-12-061-0/+2
| | | | | - moved packet_t members to private, added getter and setters
* - code cleanup of encoding packageMartin Willi2005-12-061-5/+9
|
* - added payload CERTJan Hutter2005-12-051-1/+4
| | | | | | - cleaned code of different states - added additional notify handling
* - added notify message handling to ike_sa_init_requested_t and Jan Hutter2005-12-021-0/+47
| | | | responder_init_t
* - removed memory allocation checks!!!Jan Hutter2005-11-281-28/+20
|
* changed enum and structs names to _tJan Hutter2005-11-241-3/+3
|
* - created encoding packageMartin Willi2005-11-231-0/+159