Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 37 | -3973/+0 |
| | |||||
* | Avoid a race condition that could lead to a segmentation fault. | Tobias Brunner | 2010-02-25 | 1 | -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 Brunner | 2010-02-02 | 1 | -6/+7 |
| | |||||
* | Support for closing CHILD/IKE_SA if a CHILD_SA is inactive. | Martin Willi | 2010-01-12 | 2 | -0/+203 |
| | |||||
* | Join worker threads when destroying the processor. | Tobias Brunner | 2009-12-23 | 1 | -10/+24 |
| | |||||
* | Callback job refactored and fixed. | Tobias Brunner | 2009-12-23 | 2 | -47/+106 |
| | |||||
* | Using the thread wrapper in charon, libstrongswan and their plugins. | Tobias Brunner | 2009-12-23 | 2 | -19/+26 |
| | |||||
* | Separated the public interfaces of the threading primitives. | Tobias Brunner | 2009-12-23 | 3 | -3/+3 |
| | |||||
* | Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵ | Tobias Brunner | 2009-12-23 | 3 | -3/+3 |
| | | | | primitives (and utils/mutex.h is now threading.h). | ||||
* | moved traffic_selectors from charon to libstrongswan | Andreas Steffen | 2009-12-20 | 2 | -2/+2 |
| | |||||
* | Do not execute the callback job if it has been cancelled since registration | Martin Willi | 2009-12-03 | 1 | -2/+8 |
| | |||||
* | Cleaned up some code of the mediation extension. | Tobias Brunner | 2009-09-04 | 2 | -9/+15 |
| | |||||
* | remove spaces before tabs at the beginning of lines (^( )+\t) | Martin Willi | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | remove spaces within tabs (\t( )+\t) | Martin Willi | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 1 | -7/+5 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 35 | -234/+234 |
| | |||||
* | Fixed some typos; whitespace cleanup. | Tobias Brunner | 2009-09-02 | 1 | -1/+1 |
| | |||||
* | use time_monotonic() instead of gettimeofday() for time difference calculations | Martin Willi | 2009-08-31 | 1 | -2/+0 |
| | |||||
* | use monotonic time source in convar->timed_wait, and in the scheduler using it | Martin Willi | 2009-08-31 | 2 | -3/+6 |
| | |||||
* | OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵ | Tobias Brunner | 2009-08-14 | 3 | -6/+6 |
| | | | | enums mutex/condvar/rwlock_type_t. | ||||
* | typo | Tobias Brunner | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | documented the idea behind the current implementation of the scheduler | Tobias Brunner | 2009-05-15 | 2 | -5/+52 |
| | |||||
* | make use of the new trap-manager | Martin Willi | 2009-05-08 | 2 | -26/+7 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 35 | -70/+0 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -4/+4 |
| | | | | | important change for developers: %Y replaces %D to print identities! | ||||
* | schedule_job uses seconds to support time values larger than 49 days | Martin Willi | 2009-04-21 | 2 | -44/+101 |
| | | | | added schedule_job_ms for ms resolution events | ||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 1 | -1/+15 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 18 | -18/+18 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | do not respawn cancelled threads if we are shutting down | Martin Willi | 2008-12-12 | 1 | -1/+3 |
| | |||||
* | execute events if difference is 0, prevents a busywait | Martin Willi | 2008-12-12 | 1 | -2/+3 |
| | |||||
* | do not delete passive IKE_SAs | Martin Willi | 2008-11-28 | 1 | -0/+5 |
| | |||||
* | optimized the scheduler for performance by replacing the linked list with a ↵ | Tobias Brunner | 2008-11-25 | 1 | -47/+109 |
| | | | | heap. | ||||
* | replacing the pthread_mutex in scheduler_t with the wrapped implementation. | Tobias Brunner | 2008-11-25 | 1 | -22/+18 |
| | | | | added a method to condvar_t which allows to wait for an absolute timeout. | ||||
* | refactored and cleaned up child_sa interface | Martin Willi | 2008-11-19 | 1 | -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 connections | Andreas Steffen | 2008-11-16 | 2 | -0/+31 |
| | |||||
* | fixing mediation extension | Tobias Brunner | 2008-11-11 | 1 | -7/+17 |
| | |||||
* | preliminary support of Mobile IPv6 | Andreas Steffen | 2008-11-11 | 1 | -79/+5 |
| | |||||
* | replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variant | Martin Willi | 2008-11-05 | 2 | -43/+49 |
| | |||||
* | got rid of deprecated create_iterator_locked() | Martin Willi | 2008-11-05 | 1 | -0/+2 |
| | |||||
* | added support for xfrm remote kmaddress | Andreas Steffen | 2008-11-03 | 2 | -9/+25 |
| | |||||
* | migrate job creates a new IKE_SA | Andreas Steffen | 2008-11-03 | 1 | -11/+35 |
| | |||||
* | migrate_job() finds a matching child_cfg | Andreas Steffen | 2008-11-03 | 2 | -0/+220 |
| | |||||
* | parse xfrm and pf_key acquire messages and subscribe to migrate messages | Andreas Steffen | 2008-10-31 | 2 | -6/+30 |
| | |||||
* | reintegrated bus-refactoring branch | Martin Willi | 2008-10-14 | 1 | -41/+43 |
| | |||||
* | userland support to process notifies for new NAT mappings detected in UDP ↵ | Martin Willi | 2008-10-07 | 2 | -0/+150 |
| | | | | encapsulation | ||||
* | introduced an additional bus->signal parameter for signal specific data | Martin Willi | 2008-07-18 | 1 | -6/+7 |
| | | | | added SIG_IKE/SIG_CHD macros for signal emitting | ||||
* | ike_sa_manager enumerable, not iterable | Martin Willi | 2008-04-14 | 1 | -5/+5 |
| | |||||
* | using dpd actions to enforce connection state | Martin Willi | 2008-04-11 | 1 | -1/+1 |
| | | | | dpd actions a per child-, not peer ike-sa | ||||
* | enabling acquire for mediated connections | Tobias Brunner | 2008-04-10 | 2 | -18/+5 |
| | |||||
* | fixed two other memory leaks | Tobias Brunner | 2008-04-03 | 1 | -0/+1 |
| |