aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa
Commit message (Collapse)AuthorAgeFilesLines
...
* authentication failure is handled in ike_auth.cAndreas Steffen2007-05-151-3/+5
|
* cosmeticsAndreas Steffen2007-05-151-5/+5
|
* cosmeticsAndreas Steffen2007-05-151-2/+2
|
* adapted authentication failure text to those in the authenticatorsAndreas Steffen2007-05-151-3/+3
|
* support of multiple certificates with same peer idAndreas Steffen2007-05-151-18/+7
|
* cosmeticsAndreas Steffen2007-05-151-9/+7
|
* properly implemented interface_managers initiate, terminte_[ike|child]Martin Willi2007-05-092-3/+22
| | | | | proper thread release when stroke is CTRL+C'ed fixed some permission issues
* changing UID/GID after startup of pluto/charonMartin Willi2007-05-071-33/+0
| | | | added --with-uid/--with-gid configure option
* restructuring of configuration backendsMartin Willi2007-04-272-3/+3
| | | | | | | | | added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP
* properly checking received IDr as initiatorMartin Willi2007-04-252-4/+12
|
* fixed keyingtriesMartin Willi2007-04-231-0/+1
|
* added support for EAP methods not establishing an MSKMartin Willi2007-04-195-66/+82
|
* added PDF support for CHILD_SAsMartin Willi2007-04-195-107/+232
| | | | support for INVALID_KE_PAYLOAD negotiation for rekeying
* fixed memleak in IKE_SA managerMartin Willi2007-04-191-0/+1
|
* not using %m printf handler, as late errno interpration over bus may be ↵Martin Willi2007-04-121-7/+12
| | | | problematic
* removed IKE_SA_ID (%J) printf hook, two more to goMartin Willi2007-04-112-40/+12
|
* removed IKE_SA (%K) and CHILD_SA (%P) printf handlers, 3 more to goMartin Willi2007-04-114-170/+87
|
* cleaned up apidocMartin Willi2007-04-116-18/+87
| | | | | | added some comments removed configuration.[ch], as it does not make sense like it is
* fixed bug with roadwarrior and wildcard IDsAndreas Steffen2007-04-101-11/+19
|
* edited comment and debug outputAndreas Steffen2007-04-101-3/+3
|
* requesting the same virtual IP on reauthenticationMartin Willi2007-04-102-51/+68
|
* proper notification handlingMartin Willi2007-04-101-1/+103
|
* restructured file layoutMartin Willi2007-04-1019-444/+363
| | | | | | | | | 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
* improved log output for checkout_by_message()Martin Willi2007-04-041-21/+28
|
* added IKE_SA_INIT retransmission detectionMartin Willi2007-03-294-122/+199
| | | | fixed thread exhaustion when IKE_SA is blocked for a longer time
* fixed task manager message id bug for cookiesMartin Willi2007-03-291-1/+1
|
* added retry limit for IKE_SA_INIT (give up after 5 cookie failures)Martin Willi2007-03-291-0/+15
|
* removed send_queue, handled internally in sender_t knowMartin Willi2007-03-285-9/+62
| | | | | do header parsing in receiver, ready for cookie integration
* merged changes from eap-aka trunkMartin Willi2007-03-282-14/+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-274-5/+16
|
* giving up EAP-SIM authentication after 3 failed challengesMartin Willi2007-03-271-0/+15
|
* added CHILD_SA compare check for rekeying collisions Martin Willi2007-03-226-9/+47
|
* fixed some rekey collision issuesMartin Willi2007-03-213-41/+56
| | | | added retry with jitter when rekeying fails
* fixed child rekey collisionMartin Willi2007-03-218-67/+150
| | | | | implemented ike rekey collision
* handling of CHILD_SA rekeying collisionsMartin Willi2007-03-216-47/+175
|
* fixed inproper delete of CHILD_SAMartin Willi2007-03-211-4/+7
|
* prevent from initiating to %anyMartin Willi2007-03-211-0/+7
|
* fixed some exchange collisions (except IKE/CHILD rekeying)Martin Willi2007-03-207-126/+188
|
* fixed statusall rekey time jitter bug (again)Martin Willi2007-03-201-4/+9
|
* fixed CHILD_SA rekeying time in statusallMartin Willi2007-03-201-2/+2
|
* fixed nat detection bugMartin Willi2007-03-201-2/+2
|
* respecting "keyingtries" parameter on IKE_SA setupMartin Willi2007-03-201-154/+172
|
* cleanupsMartin Willi2007-03-201-10/+2
| | | | fixed reset()
* adjusted loglevelsMartin Willi2007-03-201-13/+6
|
* EAP-SIM cleanupsMartin Willi2007-03-191-2/+2
|
* fixed CHILD_SA rekeying/delete bug on 64bit machinesMartin Willi2007-03-191-3/+3
| | | | removed obsolete methods in delete_payload
* added --with-sim-reader option to configure scriptMartin Willi2007-03-142-27/+30
| | | | | some cleanups in eap_sim
* removed dublicated code in eap_authenticatorMartin Willi2007-03-141-12/+3
|
* version number selection fixMartin Willi2007-03-142-11/+18
| | | | some cleanups