aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* removed list_crls() and list_ocsp() methodsAndreas Steffen2007-04-061-18/+0
|
* support cachecrls=yesAndreas Steffen2007-04-059-25/+169
|
* support of crlcheckinterval=0 to disable IKEv2 CRL fetchingAndreas Steffen2007-04-045-34/+84
|
* improved log output for checkout_by_message()Martin Willi2007-04-042-27/+28
|
* recognize strongSwan 2.8.4 VIDAndreas Steffen2007-04-042-0/+2
|
* fixed crl fetching bugAndreas Steffen2007-04-031-3/+6
|
* implemented dynamic http-based CRL fetchingAndreas Steffen2007-04-031-8/+3
|
* send VID_NATT_IETF_02_N for Windows 2003 server supportAndreas Steffen2007-04-031-1/+3
|
* implemented dynamic http-based CRL fetchingAndreas Steffen2007-04-034-38/+84
|
* implemented http get methodAndreas Steffen2007-04-032-4/+39
|
* added --enable-nat-transport and --disable-vendor-id configuration optionsAndreas Steffen2007-04-031-2/+16
|
* bug fix: check existence of encryption key before sending encrypted notificationAndreas Steffen2007-04-021-17/+20
|
* removed unneded includesMartin Willi2007-03-303-3/+0
|
* using IFA_LOCAL for interface enumeration to support ppp linksMartin Willi2007-03-301-5/+20
|
* added IKE_SA_INIT retransmission detectionMartin Willi2007-03-295-130/+204
| | | | fixed thread exhaustion when IKE_SA is blocked for a longer time
* implemented DoS protection with cookies and IP filterMartin Willi2007-03-292-106/+252
|
* 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
|
* added chunk_from_thing() macroMartin Willi2007-03-291-0/+5
|
* implemented ipsec purgeocspAndreas Steffen2007-03-281-1/+8
|
* cosmeticsAndreas Steffen2007-03-281-2/+2
|
* implemented ipsec purgeocspAndreas Steffen2007-03-282-0/+22
|
* removed send_queue, handled internally in sender_t knowMartin Willi2007-03-2820-641/+407
| | | | | do header parsing in receiver, ready for cookie integration
* implemented a simple IP blocking filter in receiver threadMartin Willi2007-03-282-11/+119
|
* merged changes from eap-aka trunkMartin Willi2007-03-284-30/+82
|
* is_trusted() adds cert_status to cert_to_be_trustedAndreas Steffen2007-03-281-3/+37
|
* fixed delta time format: 2 seconds, 1 second, 0 secondsAndreas Steffen2007-03-281-4/+4
|
* replaced expired since %V by expired %V agoAndreas Steffen2007-03-283-3/+3
|
* 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
|
* implemented ipsec listocsp functionAndreas Steffen2007-03-277-22/+239
|
* cmp_chunk returns int argumentAndreas Steffen2007-03-272-2/+2
|
* registered PRINT_CERTINFO function with symbol YAndreas Steffen2007-03-271-1/+1
|
* added chunk_compare() which compares orders chunksAndreas Steffen2007-03-272-0/+21
|
* added CERT_ROOFAndreas Steffen2007-03-231-1/+1
|
* added CERT_ROOFAndreas Steffen2007-03-232-2/+3
|
* added certificate encoding OCSP contentAndreas Steffen2007-03-232-3/+5
|
* strongSwan version bumps and Windows Vista VIDsAndreas Steffen2007-03-232-34/+46
|
* added CHILD_SA compare check for rekeying collisions Martin Willi2007-03-226-9/+47
|
* adjusted rekey-retry delay and jitterMartin Willi2007-03-211-2/+2
|
* fixed some rekey collision issuesMartin Willi2007-03-215-43/+88
| | | | added retry with jitter when rekeying fails
* fixed SPI byte orderMartin Willi2007-03-211-1/+1
|
* 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
|