aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/processing
Commit message (Collapse)AuthorAgeFilesLines
* do not respawn cancelled threads if we are shutting downMartin Willi2008-12-121-1/+3
|
* execute events if difference is 0, prevents a busywaitMartin Willi2008-12-121-2/+3
|
* do not delete passive IKE_SAsMartin Willi2008-11-281-0/+5
|
* optimized the scheduler for performance by replacing the linked list with a ↵Tobias Brunner2008-11-251-47/+109
| | | | heap.
* replacing the pthread_mutex in scheduler_t with the wrapped implementation.Tobias Brunner2008-11-251-22/+18
| | | | added a method to condvar_t which allows to wait for an absolute timeout.
* 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-052-43/+49
|
* 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-032-16/+27
|
* securing total_threads with the mutex while destroying the processorTobias Brunner2008-04-021-0/+2
|
* 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-1331-432/+213
|
* 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-192-4/+7
|
* 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-113-4/+15
|
* introduced callback_job:Martin Willi2007-06-1123-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_managerMartin Willi2007-05-162-192/+0
|
* simplified capability droppingMartin Willi2007-05-092-4/+2
|
* 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
* changing UID/GID after startup of pluto/charonMartin Willi2007-05-072-2/+2
| | | | added --with-uid/--with-gid configure option
* reducing capabilities of the threads to a minimumMartin Willi2007-05-032-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 goMartin Willi2007-04-111-1/+1
|
* cleaned up apidocMartin Willi2007-04-114-8/+8
| | | | | | added some comments removed configuration.[ch], as it does not make sense like it is
* restructured file layoutMartin Willi2007-04-1032-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