aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/ike_sa_manager.c
Commit message (Expand)AuthorAgeFilesLines
...
* Do not clone hashes of initial IKE messages when storing them in the hash table.Tobias Brunner2012-03-201-7/+6
* Store IKEv2 IKE_SAs by local SPI in the IKE_SA manager hash table.Tobias Brunner2012-03-201-2/+13
* Added separate hashtable for hashes of initial IKE messages.Tobias Brunner2012-03-201-64/+139
* Store the major IKE version on ike_sa_id_t.Tobias Brunner2012-03-201-3/+6
* Adopt children after syncing a rekeyed IKEv1 SAMartin Willi2012-03-201-1/+2
* Set thread specific SA on bus for each enumerated IKE_SAMartin Willi2012-03-201-1/+11
* Clear initiator flag when checking out initial IKEv1 SA from messageMartin Willi2012-03-201-0/+4
* Don't invoke updown hook when flushing SAs for IKEv1, tasks will do itMartin Willi2012-03-201-10/+12
* Added an IKE_SA manager method to enumerate IKE_SA IDs filtered by identitiesMartin Willi2012-03-201-34/+47
* Implemented responder retransmission, currently enabled for quick mode onlyMartin Willi2012-03-201-1/+1
* Fixed leak of a hash when checking out by hashMartin Willi2012-03-201-0/+1
* Handle initiation of not supported IKE versions properlyMartin Willi2012-03-201-16/+21
* Remove executable flag from source code filesMartin Willi2012-03-201-0/+0
* Handling of initial contactClavister OpenSource2012-03-201-0/+11
* Don't compare initiator flag in IKE_SA manager, pass initiator parameter to I...Martin Willi2012-03-201-4/+3
* Don't clone chunk in message.get_packet_dataMartin Willi2012-03-201-4/+3
* Store IKE version of an SA on ike_sa_t.Tobias Brunner2012-03-201-5/+8
* Fix init message arrival check.Tobias Brunner2012-03-201-21/+14
* Handle IKEv1 messages in managers checkout_by_messageMartin Willi2012-03-201-9/+30
* Replaced ike_sa_t.create_child_sa_iterator with enumerator.Tobias Brunner2011-07-061-8/+6
* Added a get_count() method to IKE_SA managerMartin Willi2011-05-161-2/+19
* Fixed identiation in private_ike_sa_managerMartin Willi2011-05-161-57/+57
* Added a non-blocking, skipping variant of IKE_SA enumeratorMartin Willi2011-05-161-5/+22
* Do not use destroyed rng/hasher if IKE_SA has been flush()edMartin Willi2011-02-011-3/+9
* Destroy existing IKE_SAs with same identities when receiving INITIAL_CONTACTMartin Willi2011-01-051-2/+9
* Send INITIAL_CONTACT for the first IKE_SA if it has a unique policyMartin Willi2011-01-051-7/+33
* Migrated ike_sa_manager_t to INIT/METHOD macros, some cleanupsMartin Willi2011-01-051-189/+180
* Never register IKE_SA during checkout_new, as rekeying keeps it checked outMartin Willi2010-12-071-15/+2
* Guarantee entry->other is set when calling put_connected_peersThomas Egerer2010-12-061-1/+7
* Extend connected peers by peer familyThomas Egerer2010-11-121-5/+16
* Destroy IKE_SA Managers crypto primitives during flush, the plugins are gone ...Martin Willi2010-08-041-2/+3
* Add extra information in debug output for IKE_SA check{out, in}Thomas Egerer2010-06-071-9/+25
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+1741