aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/control/interfaces/stroke_interface.c
Commit message (Collapse)AuthorAgeFilesLines
* support for left=%any change our address dynamicallyMartin Willi2007-06-181-4/+6
|
* implemented more flexible iterator hook APIMartin Willi2007-06-151-2/+1
| | | | kernel interface handles interface changes and updates address list
* implemented address change notification (for MOBIKE)Martin Willi2007-06-141-7/+6
| | | | | implemented up to date address list cache to list interfaces
* introduced callback_job:Martin Willi2007-06-111-102/+80
| | | | | | | | | | | | 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
* proper thread cancellation when using the charon->interfacesMartin Willi2007-05-231-2/+0
|
* support for virtual IP definition on client side:Martin Willi2007-05-221-1/+4
| | | | | | | if leftsourceip is defined, it is requested. server may define rightsourceip=%config to accept any, or it may overwrite it using rightsourceip. if server does not return an IP, client enforces its configured leftsourceip.
* support of left|rightgroups parameterAndreas Steffen2007-05-201-31/+28
|
* support of CA-based ipsec policiesAndreas Steffen2007-05-181-24/+78
|
* removed route_job, handled all in interface_managerMartin Willi2007-05-161-1/+0
|
* routing/unrouting through interfaceMartin Willi2007-05-161-11/+57
|
* simplified capability droppingMartin Willi2007-05-091-2/+1
|
* properly implemented interface_managers initiate, terminte_[ike|child]Martin Willi2007-05-091-46/+53
| | | | | proper thread release when stroke is CTRL+C'ed fixed some permission issues
* 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-2/+5
| | | | | | proper flush of pending packets on daemon shutdown adding local address as gateway address in dynamic route
* fixed castingAndreas Steffen2007-04-271-2/+2
|
* restructuring of configuration backendsMartin Willi2007-04-271-0/+1622
added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP