Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | thread locking for sender and processor optimized | Tobias Brunner | 2008-04-03 | 2 | -16/+27 | |
| | ||||||
* | securing total_threads with the mutex while destroying the processor | Tobias Brunner | 2008-04-02 | 1 | -0/+2 | |
| | ||||||
* | mediation extension adapted to the naming convention of the current version ↵ | Tobias Brunner | 2008-03-26 | 3 | -18/+18 | |
| | | | | of the draft. note: the external interface (config, autotools) has not yet been changed | |||||
* | two small fixes | Tobias Brunner | 2008-03-13 | 1 | -2/+2 | |
| | ||||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 31 | -432/+213 | |
| | ||||||
* | removed c++ style comments4.1.9 | Martin Willi | 2007-12-04 | 3 | -21/+24 | |
| | | | | | fixed compiler warnings | |||||
* | fixed callback_job cancellation for threads waiting in the bus | Martin Willi | 2007-11-19 | 2 | -4/+7 | |
| | ||||||
* | refactored bus and interface to resolve threading issues (WIP) | Martin Willi | 2007-11-15 | 1 | -0/+1 | |
| | ||||||
* | fixed daemon kill before threads are spawned | Martin Willi | 2007-11-14 | 1 | -7/+5 | |
| | ||||||
* | experimental P2P-NAT-T for IKEv2 merged back from branch | Tobias Brunner | 2007-10-03 | 5 | -0/+630 | |
| | ||||||
* | made linked lists invoke() method consistent to clone_*() and destroy_*() ↵ | Martin Willi | 2007-08-09 | 1 | -1/+1 | |
| | | | | methods | |||||
* | backports from the p2p-nat-t branch: | Tobias Brunner | 2007-07-19 | 3 | -3/+0 | |
| | | | | | | * double assignment of function ''destroy'' in some jobs * typos | |||||
* | improved MOBIKE: | Martin Willi | 2007-07-03 | 2 | -3/+11 | |
| | | | | | | | | 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 | |||||
* | further MOBIKE stuff: | Martin Willi | 2007-06-21 | 6 | -20/+170 | |
| | | | | | | | | | 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! | |||||
* | proper reauthentication: | Martin Willi | 2007-06-14 | 1 | -1/+1 | |
| | | | | | IKE_SA is closed completely before the new is initiated, resolves some issues when a dynamic IP is requested from a pool | |||||
* | documentation fixes and updates | Martin Willi | 2007-06-11 | 3 | -4/+15 | |
| | ||||||
* | introduced callback_job: | Martin Willi | 2007-06-11 | 23 | -1298/+1018 | |
| | | | | | | | | | | | | 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 route_job, handled all in interface_manager | Martin Willi | 2007-05-16 | 2 | -192/+0 | |
| | ||||||
* | 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 | -179/+0 | |
| | | | | | 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 | |||||
* | reducing capabilities of the threads to a minimum | Martin Willi | 2007-05-03 | 2 | -1/+7 | |
| | | | | | | proper flush of pending packets on daemon shutdown adding local address as gateway address in dynamic route | |||||
* | removed IKE_SA_ID (%J) printf hook, two more to go | Martin Willi | 2007-04-11 | 1 | -1/+1 | |
| | ||||||
* | cleaned up apidoc | Martin Willi | 2007-04-11 | 4 | -8/+8 | |
| | | | | | | added some comments removed configuration.[ch], as it does not make sense like it is | |||||
* | restructured file layout | Martin Willi | 2007-04-10 | 32 | -0/+3231 | |
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 |