aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/config/proposal.h
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-281-269/+0
| | | | | - applied patch for charon
* ../svn-commit.tmpMartin Willi2006-04-051-4/+4
|
* - rewrite of logger_manager, uses now one instance per contextMartin Willi2006-03-231-4/+4
| | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-)
* - works quite well now with ipsec.conf & ipsec starterMartin Willi2006-03-201-0/+8
|
* - reworked configuration framework completlyMartin Willi2006-03-161-3/+3
| | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed!
* - configuration_manager replaced by configuration_t interfaceMartin Willi2006-03-071-2/+2
| | | | | | | | - 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
* - proposal setup implementation begunMartin Willi2006-02-221-3/+11
|
* - refactored ike proposalMartin Willi2006-02-141-0/+253
- 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