| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
use it for NAT detection if no source address known from config
support for %any...%any connections
|
| |
|
|
|
|
| |
kernel interface handles interface changes and updates address list
|
|
|
|
|
| |
implemented up to date address list cache to list interfaces
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
| |
added --with-uid/--with-gid configure option
|
|
|
|
|
|
| |
proper flush of pending packets on daemon shutdown
adding local address as gateway address in dynamic route
|
|
|
|
| |
(>=linux-2.6.20)
|
|
|
|
| |
problematic
|
|
|
|
|
|
| |
added some comments
removed configuration.[ch], as it does not make sense like it is
|
|
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
|