aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/payloads/transform_attribute.h
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-281-154/+0
| | | | | - applied patch for charon
* - 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-1/+1
| | | | | - moved packet_t members to private, added getter and setters
* - code cleanup of encoding packageMartin Willi2005-12-061-2/+2
|
* implemented and tested functionality to create sa_payload from Jan Hutter2005-12-011-1/+13
| | | | | ike_proposal_t's and also generate ike_proposal_t's from sa_payload
* - changed creation of iteratorJan Hutter2005-11-291-2/+2
| | | | - chanded all clone calls
* - removed memory allocation checks!!!Jan Hutter2005-11-281-33/+22
|
* changed enum and structs names to _tJan Hutter2005-11-241-6/+6
|
* - created encoding packageMartin Willi2005-11-231-0/+153