Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -402/+0 |
| | |||||
* | Added charon.send/receive_delay options to simulate different RTTs | Martin Willi | 2010-03-03 | 1 | -1/+17 |
| | |||||
* | Migrated receiver_t to METHOD/INIT macros | Martin Willi | 2010-03-03 | 1 | -19/+16 |
| | |||||
* | Using the thread wrapper in charon, libstrongswan and their plugins. | Tobias Brunner | 2009-12-23 | 1 | -6/+0 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -36/+36 |
| | |||||
* | use time_monotonic() instead of time() for statistics and time difference ↵ | Martin Willi | 2009-08-31 | 1 | -4/+4 |
| | | | | calculations | ||||
* | fixed identation | Martin Willi | 2009-05-13 | 1 | -49/+49 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | allow to globally disable DOS protection by setting charon.dos_protection to no. | Tobias Brunner | 2008-11-26 | 1 | -0/+5 |
| | |||||
* | performance optimization for the DOS protection. | Tobias Brunner | 2008-11-25 | 1 | -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 Willi | 2008-07-30 | 1 | -1/+9 |
| | | | | cookies/aggressiveness check | ||||
* | fixed typo | Andreas Steffen | 2008-05-21 | 1 | -1/+1 |
| | |||||
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 1 | -8/+13 |
| | | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random) | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -14/+17 |
| | |||||
* | introduced callback_job: | Martin Willi | 2007-06-11 | 1 | -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->interfaces | Martin Willi | 2007-05-23 | 1 | -0/+1 |
| | |||||
* | cosmetics | Andreas Steffen | 2007-05-15 | 1 | -1/+1 |
| | |||||
* | simplified capability dropping | Martin Willi | 2007-05-09 | 1 | -2/+1 |
| | |||||
* | changing UID/GID after startup of pluto/charon | Martin Willi | 2007-05-07 | 1 | -2/+4 |
| | | | | added --with-uid/--with-gid configure option | ||||
* | reducing capabilities of the threads to a minimum | Martin Willi | 2007-05-03 | 1 | -0/+3 |
| | | | | | | proper flush of pending packets on daemon shutdown adding local address as gateway address in dynamic route | ||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -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 |