aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/ike_sa_manager.c
Commit message (Expand)AuthorAgeFilesLines
* 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