Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support for left=%any change our address dynamically | Martin Willi | 2007-06-18 | 1 | -4/+6 |
| | |||||
* | implemented more flexible iterator hook API | Martin Willi | 2007-06-15 | 1 | -2/+1 |
| | | | | kernel interface handles interface changes and updates address list | ||||
* | implemented address change notification (for MOBIKE) | Martin Willi | 2007-06-14 | 1 | -7/+6 |
| | | | | | implemented up to date address list cache to list interfaces | ||||
* | ported interfaces to new threading functions (incomplete) | Martin Willi | 2007-06-11 | 2 | -143/+129 |
| | |||||
* | introduced callback_job: | Martin Willi | 2007-06-11 | 2 | -103/+290 |
| | | | | | | | | | | | | 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 | ||||
* | removed paranoid module checking | Martin Willi | 2007-05-25 | 1 | -13/+0 |
| | |||||
* | proper thread cancellation when using the charon->interfaces | Martin Willi | 2007-05-23 | 4 | -4/+27 |
| | |||||
* | support for virtual IP definition on client side: | Martin Willi | 2007-05-22 | 1 | -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 parameter | Andreas Steffen | 2007-05-20 | 1 | -31/+28 |
| | |||||
* | support of CA-based ipsec policies | Andreas Steffen | 2007-05-18 | 1 | -24/+78 |
| | |||||
* | removed route_job, handled all in interface_manager | Martin Willi | 2007-05-16 | 1 | -1/+0 |
| | |||||
* | routing/unrouting through interface | Martin Willi | 2007-05-16 | 2 | -13/+181 |
| | |||||
* | working dummy for NetworkManager DBUS interface | Martin Willi | 2007-05-14 | 1 | -8/+68 |
| | | | | | more a tech demo | ||||
* | simplified capability dropping | Martin Willi | 2007-05-09 | 2 | -4/+2 |
| | |||||
* | properly implemented interface_managers initiate, terminte_[ike|child] | Martin Willi | 2007-05-09 | 2 | -119/+303 |
| | | | | | proper thread release when stroke is CTRL+C'ed fixed some permission issues | ||||
* | changing UID/GID after startup of pluto/charon | Martin Willi | 2007-05-07 | 2 | -2/+2 |
| | | | | added --with-uid/--with-gid configure option | ||||
* | extended interface_manager (more work needed here) | Martin Willi | 2007-05-03 | 2 | -2/+242 |
| | |||||
* | reducing capabilities of the threads to a minimum | Martin Willi | 2007-05-03 | 4 | -30/+127 |
| | | | | | | proper flush of pending packets on daemon shutdown adding local address as gateway address in dynamic route | ||||
* | added more API documentation to backends/interfaces | Martin Willi | 2007-04-30 | 3 | -9/+25 |
| | |||||
* | fixed casting | Andreas Steffen | 2007-04-27 | 1 | -2/+2 |
| | |||||
* | restructuring of configuration backends | Martin Willi | 2007-04-27 | 10 | -189/+882 |
| | | | | | | | | | added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP | ||||
* | moved initiate() code to the generic controller_t class | Martin Willi | 2007-04-16 | 3 | -67/+214 |
| | |||||
* | added listaacerts, listacerts, listgroups, rereadaacerts, and rereadacerts ↵ | Andreas Steffen | 2007-04-14 | 1 | -4/+8 |
| | | | | keywords | ||||
* | fixed output of list_auth_certificates() | Andreas Steffen | 2007-04-12 | 1 | -0/+1 |
| | |||||
* | removed %Q, %Y, %W, %U printf handlers | Martin Willi | 2007-04-12 | 1 | -3/+3 |
| | |||||
* | not using %m printf handler, as late errno interpration over bus may be ↵ | Martin Willi | 2007-04-12 | 1 | -5/+5 |
| | | | | problematic | ||||
* | removed IKE_SA_ID (%J) printf hook, two more to go | Martin Willi | 2007-04-11 | 2 | -2/+68 |
| | |||||
* | cleanup and fixes for status & statusall | Martin Willi | 2007-04-11 | 1 | -123/+129 |
| | |||||
* | using %V time delta for rekeying times | Martin Willi | 2007-04-11 | 1 | -6/+6 |
| | |||||
* | removed IKE_SA (%K) and CHILD_SA (%P) printf handlers, 3 more to go | Martin Willi | 2007-04-11 | 1 | -111/+168 |
| | |||||
* | fixed virtual ip configuration bug introduced with the previous commit | Martin Willi | 2007-04-11 | 1 | -4/+1 |
| | |||||
* | cleaned up apidoc | Martin Willi | 2007-04-11 | 2 | -3/+8 |
| | | | | | | added some comments removed configuration.[ch], as it does not make sense like it is | ||||
* | accepting stroke initiation by a name of a child_cfg | Martin Willi | 2007-04-11 | 1 | -8/+7 |
| | |||||
* | restructured file layout | Martin Willi | 2007-04-10 | 4 | -0/+1599 |
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 |