aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/ha/ha_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
* ha: Delete cache entry inside the locked mutexThomas Egerer2016-03-231-0/+2
* ha: Skip SA for sync messages when resyncing HA segmentsTobias Brunner2015-05-261-1/+11
* ha: Perform child rekeying outside of CHILD_SA enumeratorThomas Egerer2015-02-191-7/+22
* Properly hash pointers for hash tables where appropriateTobias Brunner2014-03-311-17/+1
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-2/+2
* Added support for Phase1 IV synchronization to HA pluginMartin Willi2012-03-201-0/+17
* Do not query CHILD_SA during delete if they already expiredMartin Willi2012-03-201-1/+2
* Don't rekey but delete CHILD_SA to resying against NATed Windows clientsMartin Willi2011-08-191-3/+18
* Replaced ike_sa_t.create_child_sa_iterator with enumerator.Tobias Brunner2011-07-061-4/+4
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-161-2/+2
* Added a non-blocking, skipping variant of IKE_SA enumeratorMartin Willi2011-05-161-1/+1
* Scheduler and processor have been moved to libstrongswan.Tobias Brunner2010-09-021-1/+1
* Use a sync message cache to resynchronize IKE_SAs without rekeyingMartin Willi2010-07-261-0/+362