aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/kernel
Commit message (Collapse)AuthorAgeFilesLines
* source address lookup in kernel interfaceMartin Willi2007-06-182-1/+91
| | | | | | use it for NAT detection if no source address known from config support for %any...%any connections
* increased receive buffer to handle more interfacesMartin Willi2007-06-181-1/+1
|
* implemented more flexible iterator hook APIMartin Willi2007-06-151-195/+345
| | | | kernel interface handles interface changes and updates address list
* implemented address change notification (for MOBIKE)Martin Willi2007-06-142-179/+353
| | | | | implemented up to date address list cache to list interfaces
* introduced callback_job:Martin Willi2007-06-111-91/+86
| | | | | | | | | | | | simple asynchronous method invocation use daemons thread pool for all threads proper cancellation and cleanups cancellation mechanism to dynamically unload multithreaded code unified event_queue and scheduler => scheduler unified job_queue and thread_pool => processor removed job_type_t, not really needed fixes here, there and everywhere
* fixed crash when using 0.0.0.0/0 subnetsMartin Willi2007-05-231-0/+1
|
* using local address as gateway in installed routesMartin Willi2007-05-221-2/+1
|
* simplified capability droppingMartin Willi2007-05-091-2/+1
|
* changing UID/GID after startup of pluto/charonMartin Willi2007-05-071-1/+1
| | | | added --with-uid/--with-gid configure option
* reducing capabilities of the threads to a minimumMartin Willi2007-05-031-0/+11
| | | | | | proper flush of pending packets on daemon shutdown adding local address as gateway address in dynamic route
* added support for AES-XCBC in kernel using e.g. esp=aes128-aesxcbc ↵Martin Willi2007-04-231-1/+1
| | | | (>=linux-2.6.20)
* not using %m printf handler, as late errno interpration over bus may be ↵Martin Willi2007-04-121-2/+2
| | | | problematic
* cleaned up apidocMartin Willi2007-04-111-2/+6
| | | | | | added some comments removed configuration.[ch], as it does not make sense like it is
* restructured file layoutMartin Willi2007-04-102-0/+2295
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