aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/tasks
Commit message (Collapse)AuthorAgeFilesLines
...
* restructured file layoutMartin Willi2007-04-1010-144/+135
| | | | | | | | | new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads
* added IKE_SA_INIT retransmission detectionMartin Willi2007-03-291-8/+4
| | | | fixed thread exhaustion when IKE_SA is blocked for a longer time
* added retry limit for IKE_SA_INIT (give up after 5 cookie failures)Martin Willi2007-03-291-0/+15
|
* fixed state and logging of IKE_SA when using EAP authenticationMartin Willi2007-03-271-5/+16
|
* fixed deferred CHILD_SA rekeying while IKE_SA rekeying in progressMartin Willi2007-03-271-2/+2
|
* added CHILD_SA compare check for rekeying collisions Martin Willi2007-03-225-8/+47
|
* fixed some rekey collision issuesMartin Willi2007-03-212-4/+20
| | | | added retry with jitter when rekeying fails
* fixed child rekey collisionMartin Willi2007-03-217-64/+147
| | | | | implemented ike rekey collision
* handling of CHILD_SA rekeying collisionsMartin Willi2007-03-215-45/+124
|
* fixed inproper delete of CHILD_SAMartin Willi2007-03-211-4/+7
|
* fixed some exchange collisions (except IKE/CHILD rekeying)Martin Willi2007-03-205-64/+84
|
* fixed nat detection bugMartin Willi2007-03-201-2/+2
|
* adjusted loglevelsMartin Willi2007-03-201-13/+6
|
* fixed CHILD_SA rekeying/delete bug on 64bit machinesMartin Willi2007-03-191-3/+3
| | | | removed obsolete methods in delete_payload
* removed cfg-payload dns test codeMartin Willi2007-03-141-2/+2
|
* not detaching from bus when IKE_SA_INIT is retriedMartin Willi2007-03-132-7/+10
|
* fixed memleaks when using EAP authenticationMartin Willi2007-03-082-43/+64
| | | | | fixed configuration payloads when using EAP
* including peers certificate when his certreq is emptyMartin Willi2007-03-081-2/+11
|
* implemented cookies as initiatorMartin Willi2007-03-082-9/+44
| | | | proper logging of notifies in IKE_SA setup
* some cleanupsMartin Willi2007-03-082-11/+10
| | | | | not installing %any DNS servers
* allocation fixes, not completeMartin Willi2007-03-081-8/+16
|
* handling "No policy found" properlyMartin Willi2007-03-081-4/+4
|
* fixed CHILD_SA creation within existing IKE_SAMartin Willi2007-03-081-0/+1
|
* ported changes from EAP branch, renabling EAP frameworkMartin Willi2007-03-082-126/+371
|
* added parsing level to x509_create_from_chunk()Andreas Steffen2007-03-071-1/+1
|
* fixed notify handling in IKE_AUTHMartin Willi2007-03-062-16/+25
| | | | moved nonce payload before TS in CHILD_SA setup
* moved REKEY_SA notify to the beginning of the messageMartin Willi2007-03-061-7/+7
|
* some cleanupsMartin Willi2007-03-051-8/+6
| | | | | | not assigning %any virtual IPs to peer anymore
* fixed double free bugMartin Willi2007-03-054-11/+17
|
* fixed ID selection bug when peer doesn't include IDr payloadMartin Willi2007-03-051-39/+23
| | | | | allowing vendor ID in any messag
* fixed netlink socket receiver codeMartin Willi2007-03-031-1/+1
| | | | implemented interface enumeration code with netlink: no getifaddrs reqired anymore
* added firewalling support when using virtual IPsMartin Willi2007-03-011-1/+3
|
* merged tasking branch into trunkMartin Willi2007-02-2824-0/+4897