aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/processing/jobs
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-1933-3118/+0
|
* Avoid a race condition that could lead to a segmentation fault.Tobias Brunner2010-02-251-3/+7
| | | | | | | | | | | | Let's assume the callback function of a callback job returns JOB_REQUEUE_FAIR in one call and JOB_REQUEUE_NONE in the next. Before this fix, the thread executing the callback job would requeue the job before unregistering itself. If there was a context switch right after the job got requeued, and if the thread that requeued the job never got resumed until a second thread executed the job and, due to the return value of JOB_REQUEUE_NONE, destroyed it, then when the first thread eventually got resumed and tried to lock the mutex to unregister itself the pointer wouldn't be valid anymore, thus resulting in a segmentation fault.
* Some whitespace and code cleanups concerning the mediation extension.Tobias Brunner2010-02-021-6/+7
|
* Support for closing CHILD/IKE_SA if a CHILD_SA is inactive.Martin Willi2010-01-122-0/+203
|
* Callback job refactored and fixed.Tobias Brunner2009-12-232-47/+106
|
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
|
* Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵Tobias Brunner2009-12-231-1/+1
| | | | primitives (and utils/mutex.h is now threading.h).
* moved traffic_selectors from charon to libstrongswanAndreas Steffen2009-12-202-2/+2
|
* Do not execute the callback job if it has been cancelled since registrationMartin Willi2009-12-031-2/+8
|
* Cleaned up some code of the mediation extension.Tobias Brunner2009-09-042-9/+15
|
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-041-1/+1
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-7/+5
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-0431-174/+174
|
* Fixed some typos; whitespace cleanup.Tobias Brunner2009-09-021-1/+1
|
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵Tobias Brunner2009-08-141-1/+1
| | | | enums mutex/condvar/rwlock_type_t.
* make use of the new trap-managerMartin Willi2009-05-082-26/+7
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-3031-62/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-4/+4
| | | | | important change for developers: %Y replaces %D to print identities!
* merged multi-auth branch back into trunkMartin Willi2009-04-141-1/+15
|
* updated DoxyfileMartin Willi2009-03-2416-16/+16
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* do not delete passive IKE_SAsMartin Willi2008-11-281-0/+5
|
* refactored and cleaned up child_sa interfaceMartin Willi2008-11-191-1/+1
| | | | | | | replaced add/update calls by a install() call allocating SPIs always externally support installation of non-allocated CHILD_SAs some other cleanups
* completed migration of MIPv6 connectionsAndreas Steffen2008-11-162-0/+31
|
* fixing mediation extensionTobias Brunner2008-11-111-7/+17
|
* preliminary support of Mobile IPv6Andreas Steffen2008-11-111-79/+5
|
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-051-12/+14
|
* got rid of deprecated create_iterator_locked()Martin Willi2008-11-051-0/+2
|
* added support for xfrm remote kmaddressAndreas Steffen2008-11-032-9/+25
|
* migrate job creates a new IKE_SAAndreas Steffen2008-11-031-11/+35
|
* migrate_job() finds a matching child_cfgAndreas Steffen2008-11-032-0/+220
|
* parse xfrm and pf_key acquire messages and subscribe to migrate messagesAndreas Steffen2008-10-312-6/+30
|
* reintegrated bus-refactoring branchMartin Willi2008-10-141-41/+43
|
* userland support to process notifies for new NAT mappings detected in UDP ↵Martin Willi2008-10-072-0/+150
| | | | encapsulation
* introduced an additional bus->signal parameter for signal specific dataMartin Willi2008-07-181-6/+7
| | | | added SIG_IKE/SIG_CHD macros for signal emitting
* ike_sa_manager enumerable, not iterableMartin Willi2008-04-141-5/+5
|
* using dpd actions to enforce connection stateMartin Willi2008-04-111-1/+1
| | | | dpd actions a per child-, not peer ike-sa
* enabling acquire for mediated connectionsTobias Brunner2008-04-102-18/+5
|
* fixed two other memory leaksTobias Brunner2008-04-031-0/+1
|
* thread locking for sender and processor optimizedTobias Brunner2008-04-031-7/+0
|
* mediation extension adapted to the naming convention of the current version ↵Tobias Brunner2008-03-263-18/+18
| | | | of the draft. note: the external interface (config, autotools) has not yet been changed
* two small fixesTobias Brunner2008-03-131-2/+2
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-1327-359/+177
|
* 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