aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/processing/jobs
Commit message (Collapse)AuthorAgeFilesLines
* removed c++ style comments4.1.9Martin Willi2007-12-043-21/+24
| | | | | fixed compiler warnings
* fixed callback_job cancellation for threads waiting in the busMartin Willi2007-11-191-1/+2
|
* refactored bus and interface to resolve threading issues (WIP)Martin Willi2007-11-151-0/+1
|
* fixed daemon kill before threads are spawnedMartin Willi2007-11-141-7/+5
|
* experimental P2P-NAT-T for IKEv2 merged back from branchTobias Brunner2007-10-035-0/+630
|
* made linked lists invoke() method consistent to clone_*() and destroy_*() ↵Martin Willi2007-08-091-1/+1
| | | | methods
* backports from the p2p-nat-t branch:Tobias Brunner2007-07-193-3/+0
| | | | | | * double assignment of function ''destroy'' in some jobs * typos
* improved MOBIKE:Martin Willi2007-07-032-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 Willi2007-06-216-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 Willi2007-06-141-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 updatesMartin Willi2007-06-112-3/+12
|
* introduced callback_job:Martin Willi2007-06-1113-337/+461
| | | | | | | | | | | | 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_managerMartin Willi2007-05-162-192/+0
|
* properly implemented interface_managers initiate, terminte_[ike|child]Martin Willi2007-05-092-179/+0
| | | | | proper thread release when stroke is CTRL+C'ed fixed some permission issues
* removed IKE_SA_ID (%J) printf hook, two more to goMartin Willi2007-04-111-1/+1
|
* restructured file layoutMartin Willi2007-04-1024-0/+2146
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