aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa
Commit message (Expand)AuthorAgeFilesLines
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-3063-126/+0
* merging changes from portability branch back to trunkTobias Brunner2009-04-3013-44/+44
* added support for AES counter mode in ESPMartin Willi2009-04-271-2/+3
* attribute_manager supports attribute_handler's to handle configuration attrib...Martin Willi2009-04-243-374/+141
* schedule_job uses seconds to support time values larger than 49 daysMartin Willi2009-04-217-27/+21
* dump CHILD_SA keys in loglevel 4Martin Willi2009-04-211-0/+10
* fixed IKE_SA rekeying collisionsMartin Willi2009-04-201-6/+19
* do not adopt already initiated tasks after rekeyingMartin Willi2009-04-201-9/+0
* fixing IKE_SA rekeying if charon.ikesa_table_size > 1Tobias Brunner2009-04-172-7/+20
* missed strcaseeq addedTobias Brunner2009-04-171-1/+1
* moved strcaseeq() macro from constants.h to utils.hAndreas Steffen2009-04-171-1/+1
* merged multi-auth branch back into trunkMartin Willi2009-04-1430-1562/+1872
* cosmeticsAndreas Steffen2009-03-261-1/+1
* output peer ID in duplicate deletion log entryAndreas Steffen2009-03-261-2/+2
* set port for NATD hash calculation in the "include-all" caseMartin Willi2009-03-261-0/+4
* updated DoxyfileMartin Willi2009-03-2432-35/+33
* reintegrated eap-radius branch into trunkMartin Willi2009-03-243-3/+7
* fallback to family specific %any(6) if kernel lookup failsMartin Willi2009-03-161-0/+6
* printf hooks refactored to increase portability (i.e. support for platforms w...Tobias Brunner2009-03-121-2/+1
* adding plugin for EAP-MS-CHAPv2Tobias Brunner2009-02-182-1/+4
* configuration of NBNS server assignment via strongswan.confAndreas Steffen2009-02-131-3/+68
* configuration of DNS server assignment via strongswan.confAndreas Steffen2009-02-121-6/+29
* changed [4856] to dynamically choose traffic selector familyMartin Willi2009-02-111-14/+8
* send proper AUTHENTICATION_FAILED if EAP method is successful, but AUTH misma...Martin Willi2009-02-101-0/+6
* free unneeded retransmission packet when exchange completesMartin Willi2009-02-091-1/+2
* proper initialization and disposal of keying materialAndreas Steffen2009-01-151-1/+3
* fixed ESP NULL encryptionAndreas Steffen2009-01-151-3/+3
* fixed a potential memory leak when reusing mobike taskMartin Willi2008-12-191-0/+4
* updated documentationMartin Willi2008-12-172-137/+131
* improved IKE_SA uniqueness checkTobias Brunner2008-12-164-89/+83
* purge certificates after IKE_AUTH response has been builtMartin Willi2008-12-161-6/+8
* signal each entry condvar after enumeration, required if wait_for_entry is ca...Martin Willi2008-12-151-3/+19
* fixed possible deadlock in checkin_and_destroyMartin Willi2008-12-121-2/+2
* avoid DNS lookup if possibleMartin Willi2008-12-121-13/+10
* wait until all IKE_SAs are in-house before destroying themMartin Willi2008-12-121-1/+1
* fixing checkout of IKE SAs with only the initiator SPITobias Brunner2008-12-101-1/+2
* increasing the performance of checkout_duplicate by using a hash table.Tobias Brunner2008-12-101-66/+244
* purge auth_info when IKE_SA is established, releases cert memoryMartin Willi2008-12-091-0/+6
* limit number of ADDITIONAL_IPV*_ADDR notifiesMartin Willi2008-12-091-4/+9
* pass identity to release_address(), allows providers to do a lookup by idMartin Willi2008-12-051-1/+1
* reset pointer for a clean destructionMartin Willi2008-12-041-0/+1
* some task queueing improvements:Martin Willi2008-12-018-63/+186
* schedule rekeying when activating passive IKE_SAsMartin Willi2008-11-281-1/+2
* added a PASSIVE IKE_SA state to manage it externallyMartin Willi2008-11-282-4/+25
* pass SKd to derive_ike_keys() to have a more interoperable APIMartin Willi2008-11-283-38/+93
* checkin of non-existing IKE_SAsMartin Willi2008-11-262-58/+44
* performance optimization for the DOS protection.Tobias Brunner2008-11-252-24/+211
* fixed crash due to missing function call parameterAndreas Steffen2008-11-251-1/+13
* fixed set_message_id() on IKE_SAMartin Willi2008-11-242-129/+132
* set message IDs on IKE_SAsMartin Willi2008-11-244-9/+47