aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/threads/receiver.h
Commit message (Collapse)AuthorAgeFilesLines
* restructured file layoutMartin Willi2007-04-101-81/+0
| | | | | | | | | 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
* implemented DoS protection with cookies and IP filterMartin Willi2007-03-291-14/+19
|
* removed send_queue, handled internally in sender_t knowMartin Willi2007-03-281-3/+2
| | | | | do header parsing in receiver, ready for cookie integration
* implemented a simple IP blocking filter in receiver threadMartin Willi2007-03-281-1/+11
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-1/+1
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-3/+2
| | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* (no commit message)Martin Willi2006-05-101-0/+67