aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/sa/states/initiator_init.c
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-281-360/+0
| | | | | - applied patch for charon
* - split up in libstrong, charon, stroke, testing doneMartin Willi2006-04-101-7/+6
| | | | | | | | | - 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
* ../svn-commit.tmpMartin Willi2006-04-051-7/+18
|
* - starter work on asn1 with der de/encoderMartin Willi2006-03-241-1/+1
| | | | | | - RSA private and public key can load read key from ASN1 DER - some other fixes here and there
* - reworked configuration framework completlyMartin Willi2006-03-161-29/+28
| | | | | | - 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-4/+1
| | | | | - some improvements here and there
* - 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
* - refactored ike proposalMartin Willi2006-02-141-48/+21
| | | | | | | | - 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
* - logging cleanup in statesMartin Willi2005-12-071-13/+10
|
* ../svn-commit.tmpMartin Willi2005-12-071-21/+21
|
* - code cleanedJan Hutter2005-12-061-82/+50
|
* - added payload CERTJan Hutter2005-12-051-2/+3
| | | | | | - cleaned code of different states - added additional notify handling
* - authentication with preshared key working but code MUST be cleanedJan Hutter2005-12-031-2/+9
|
* - added new job type retransmit_request_job_tJan Hutter2005-12-021-21/+8
| | | | - fixed memory leaks
* - added notify message handling to ike_sa_init_requested_t and Jan Hutter2005-12-021-10/+15
| | | | responder_init_t
* responder_init does return DELETE_ME in case of errorJan Hutter2005-12-021-15/+26
|
* (no commit message)Jan Hutter2005-12-021-10/+7
|
* - fixed bugsJan Hutter2005-12-011-0/+13
|
* - new configuration support added to ike_sa and statesJan Hutter2005-12-011-76/+22
|
* - globals packed in a daemonMartin Willi2005-11-291-6/+7
|
* - changed creation of iteratorJan Hutter2005-11-291-3/+3
| | | | - chanded all clone calls
* - return value cleanupMartin Willi2005-11-281-218/+63
|
* - memory allocation checks removedJan Hutter2005-11-281-24/+3
|
* - encryptino payload Martin Willi2005-11-281-1/+1
|
* - moved hasher_*_t to *_hasher_tMartin Willi2005-11-271-5/+5
| | | | | - some logging improvements
* - changed interface of ike_saJan Hutter2005-11-251-21/+26
| | | | - states can access ike_sa fields now just with functions
* - allocator_free_chunk changedJan Hutter2005-11-251-3/+3
|
* - moved linked_list_iterator_t to iterator_t, located in iterator.hMartin Willi2005-11-241-2/+2
|
* - typedefs changedMartin Willi2005-11-241-2/+3
|
* (no commit message)Martin Willi2005-11-231-0/+618