aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/processing/jobs/send_dpd_job.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-88/+0
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-6/+6
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-8/+2
|
* backports from the p2p-nat-t branch:Tobias Brunner2007-07-191-1/+0
| | | | | | * double assignment of function ''destroy'' in some jobs * typos
* further MOBIKE stuff:Martin Willi2007-06-211-3/+1
| | | | | | | | | 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!
* introduced callback_job:Martin Willi2007-06-111-28/+17
| | | | | | | | | | | | 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
* restructured file layoutMartin Willi2007-04-101-0/+110
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