aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/ikev2/tasks/child_rekey.c
Commit message (Expand)AuthorAgeFilesLines
* child-rekey: Add CHILD_SA name and unique ID to collision log messagesTobias Brunner2017-08-071-8/+13
* child-rekey: Don't install outbound SA in case of lost collisionsTobias Brunner2017-08-071-5/+36
* child-delete: Delay the removal of the inbound SA of rekeyed CHILD_SAsTobias Brunner2017-05-231-2/+10
* child-sa: Remove state to track installation of half the SA againTobias Brunner2017-05-231-2/+1
* ikev2: Delay installation of outbound SAs during rekeying on the responderTobias Brunner2017-05-231-1/+6
* child-rekey: Only rekey installed CHILD_SAsTobias Brunner2016-06-171-7/+14
* child-rekey: Ignore failed colliding CHILD_SA rekeyingsTobias Brunner2016-06-171-1/+10
* child-rekey: Add method to check for the redundant SA created in a collisionTobias Brunner2016-06-171-14/+20
* child-rekey: Don't change state to INSTALLED if it was already REKEYINGTobias Brunner2016-06-171-3/+5
* ikev2: Use CHILD_REKEYED for replaced CHILD_SAs after rekeyingTobias Brunner2016-06-171-5/+6
* child-rekey: Use more appropriate error notifies if CHILD_SA is not found or ...Tobias Brunner2016-06-171-3/+8
* child-rekey: Recreate the CHILD_SA if we receive a CHILD_SA_NOT_FOUND notifyTobias Brunner2016-06-171-0/+28
* child-create: Handle TEMPORARY_FAILURE notify as failureTobias Brunner2016-06-171-4/+4
* Use standard unsigned integer typesAndreas Steffen2016-03-241-7/+7
* child-rekey: Suppress updown event when deleting redundant CHILD_SAsTobias Brunner2016-02-011-1/+10
* child-rekey: Don't add a REKEY_SA notify if the child-create task is deleting...Tobias Brunner2015-08-211-6/+9
* child-rekey: Remove redundant migrate() call for child-create sub-taskTobias Brunner2015-08-211-2/+1
* kernel-interface: Raise expires with a proto/SPI/dst tuple instead of reqidMartin Willi2015-02-201-2/+2
* child-sa: Replace reqid based marks by "unique" marksMartin Willi2015-02-201-0/+6
* payload: Use common prefixes for all payload type identifiersMartin Willi2014-06-041-3/+3
* Properly compare CHILD_SAs during rekey collisionTobias Brunner2013-06-111-5/+12
* Defer CHILD_SA rekeying if allocating an SPI failsMartin Willi2013-04-031-12/+25
* As responder, enforce the same configuration while rekeying CHILD_SAsMartin Willi2012-06-061-0/+3
* Get a reference for the child_cfg passed to child_create_create()Martin Willi2012-03-201-2/+2
* Do not query CHILD_SA during delete if they already expiredMartin Willi2012-03-201-1/+1
* Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-201-0/+482