aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* two %any IDs are equalMartin Willi2007-04-111-2/+9
|
* cleaned up apidocMartin Willi2007-04-1127-372/+217
| | | | | | added some comments removed configuration.[ch], as it does not make sense like it is
* accepting stroke initiation by a name of a child_cfgMartin Willi2007-04-115-41/+40
|
* fixed bug with roadwarrior and wildcard IDsAndreas Steffen2007-04-101-11/+19
|
* edited comment and debug outputAndreas Steffen2007-04-101-3/+3
|
* best must be initialized to 2*MAX_WILDCARDS+1Andreas Steffen2007-04-101-7/+13
|
* changed tab spacing from 8 to 4Andreas Steffen2007-04-102-449/+440
|
* 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-10102-46384/+3450
| | | | | | | | | 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
* cosmetics in debug outputAndreas Steffen2007-04-062-16/+27
|
* support of ldap-based crl fetchingAndreas Steffen2007-04-066-32/+206
|
* removed list_crls() and list_ocsp() methodsAndreas Steffen2007-04-062-59/+42
|
* 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
|