aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/kernel/kernel_interface.c
Commit message (Collapse)AuthorAgeFilesLines
...
* implemented routeability checks for mobike (experimental)Martin Willi2007-09-031-6/+38
|
* fixed compiler warningMartin Willi2007-07-161-3/+3
|
* include default route also in src address evaluationAndreas Steffen2007-07-131-4/+4
|
* include default route with missing dst field into route evaluationAndreas Steffen2007-07-131-6/+7
|
* doing route lookup in userspace to ignore routes installed by usMartin Willi2007-07-111-29/+121
|
* using own routing table for installed routes (table 100, prio 100)Martin Willi2007-07-111-1/+51
|
* using correct nexthop for inserted routeMartin Willi2007-07-041-15/+30
|
* improved MOBIKE:Martin Willi2007-07-031-32/+58
| | | | | | | | prefer address family already used do not change address implicit when mobike supported handle multiple simultaneous roaming requests more properly proper enabling/disabling of UDP encapsulation
* fixed typoAndreas Steffen2007-07-021-3/+3
|
* proper update of IPsec SA when roaming a host-to-host tunnelMartin Willi2007-07-021-9/+14
| | | | roaming of IPsec SAs using virtual IPs
* further mobike improvements, regarding to NAT-TMartin Willi2007-06-271-5/+5
|
* simple roaming of the client works (not MOBIKE conform yet!)Martin Willi2007-06-261-25/+22
|
* further fixed for mobike roamingMartin Willi2007-06-251-8/+24
|
* further MOBIKE stuff:Martin Willi2007-06-211-216/+223
| | | | | | | | | kernel properly reports network reconfiguration and informs all IKE_SAs MOBIKE in IKE_AUTH: MOBIKE_SUPPORTED notify and address exchange reestablishment of IKE_SAs on network reconfiguration kinda works not stable yet!
* fixed virtua IP: adding virtual IP to interface address list cache directlyMartin Willi2007-06-191-16/+30
| | | | corrected debug targets
* source address lookup in kernel interfaceMartin Willi2007-06-181-1/+79
| | | | | | 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-141-176/+346
| | | | | 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
* restructured file layoutMartin Willi2007-04-101-0/+1964
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