aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/network/receiver.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-402/+0
|
* Added charon.send/receive_delay options to simulate different RTTsMartin Willi2010-03-031-1/+17
|
* Migrated receiver_t to METHOD/INIT macrosMartin Willi2010-03-031-19/+16
|
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-6/+0
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-36/+36
|
* use time_monotonic() instead of time() for statistics and time difference ↵Martin Willi2009-08-311-4/+4
| | | | calculations
* fixed identationMartin Willi2009-05-131-49/+49
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* allow to globally disable DOS protection by setting charon.dos_protection to no.Tobias Brunner2008-11-261-0/+5
|
* performance optimization for the DOS protection.Tobias Brunner2008-11-251-16/+23
| | | | | | * half-open SAs per peer are tracked in a hash table * charon.dos_protection setting replaced with charon.cookie_threshold and charon.block_threshold * chunk_hash function added
* added strongswan.conf option "charon.dos_protection" to disable ↵Martin Willi2008-07-301-1/+9
| | | | cookies/aggressiveness check
* fixed typoAndreas Steffen2008-05-211-1/+1
|
* added API for random number generators, served through credential factoryMartin Willi2008-04-151-8/+13
| | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random)
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-14/+17
|
* introduced callback_job:Martin Willi2007-06-111-86/+78
| | | | | | | | | | | | 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
* proper thread cancellation when using the charon->interfacesMartin Willi2007-05-231-0/+1
|
* cosmeticsAndreas Steffen2007-05-151-1/+1
|
* simplified capability droppingMartin Willi2007-05-091-2/+1
|
* changing UID/GID after startup of pluto/charonMartin Willi2007-05-071-2/+4
| | | | added --with-uid/--with-gid configure option
* reducing capabilities of the threads to a minimumMartin Willi2007-05-031-0/+3
| | | | | | proper flush of pending packets on daemon shutdown adding local address as gateway address in dynamic route
* restructured file layoutMartin Willi2007-04-101-0/+372
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