aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* removed recursive mutex and __USE_UNIX98, should fix uClibc buildMartin Willi2007-10-051-12/+13
|
* made add_ip()/del_ip() calls synchron (waiting until kernel event received)Martin Willi2007-09-271-21/+90
| | | | this should fix MOBIKE route migration with virtual IPs
* improved MOBIKE roaming between interfacesMartin Willi2007-09-241-5/+6
|
* 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-032-33/+60
| | | | | | | | 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-022-16/+15
| | | | roaming of IPsec SAs using virtual IPs
* further mobike improvements, regarding to NAT-TMartin Willi2007-06-272-20/+8
|
* simple roaming of the client works (not MOBIKE conform yet!)Martin Willi2007-06-262-34/+30
|
* further fixed for mobike roamingMartin Willi2007-06-251-8/+24
|
* further MOBIKE stuff:Martin Willi2007-06-212-219/+224
| | | | | | | | | 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-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