Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 7 | -1637/+0 |
| | |||||
* | Using the thread wrapper in charon, libstrongswan and their plugins. | Tobias Brunner | 2009-12-23 | 1 | -51/+26 |
| | |||||
* | Separated the public interfaces of the threading primitives. | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
| | |||||
* | Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵ | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
| | | | | primitives (and utils/mutex.h is now threading.h). | ||||
* | Store completed authentication rounds permanently on IKE_SA, with flush option | Martin Willi | 2009-12-01 | 3 | -7/+5 |
| | |||||
* | Added a get_sa() method to the bus, allowing a thread to lookup its IKE_SA | Martin Willi | 2009-11-30 | 2 | -0/+19 |
| | |||||
* | Fixed all doxygen warnings | Martin Willi | 2009-10-22 | 1 | -1/+1 |
| | |||||
* | Emit a ALERT_SHUTDOWN_SIGNAL before shutting down the daemon | Martin Willi | 2009-09-22 | 1 | -0/+2 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 7 | -89/+89 |
| | |||||
* | OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵ | Tobias Brunner | 2009-08-14 | 1 | -2/+2 |
| | | | | enums mutex/condvar/rwlock_type_t. | ||||
* | raise an alert() if the RADIUS server is not responding | Martin Willi | 2009-07-16 | 1 | -0/+2 |
| | |||||
* | added an alert() bus hook to raise critical system errors and notifications | Martin Willi | 2009-07-16 | 3 | -4/+67 |
| | |||||
* | implemented ike_down() bus hook | Martin Willi | 2009-07-09 | 1 | -23/+37 |
| | |||||
* | implemented ike_up() bus hook | Martin Willi | 2009-07-09 | 2 | -0/+38 |
| | |||||
* | implemented child_up() bus hook | Martin Willi | 2009-07-09 | 2 | -0/+42 |
| | |||||
* | implemented ike_rekey()/child_rekey() bus hooks | Martin Willi | 2009-07-09 | 2 | -0/+80 |
| | |||||
* | added new listener callbacks to track SAs | Martin Willi | 2009-07-09 | 1 | -0/+40 |
| | |||||
* | moved listener_t interface definition to a separate file | Martin Willi | 2009-07-09 | 5 | -108/+134 |
| | |||||
* | do not abort notifying listeners if a listener unregisters | Martin Willi | 2009-07-02 | 1 | -6/+0 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 6 | -12/+0 |
| | |||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 2 | -0/+66 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 3 | -3/+3 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | dynamic logging configuration through strongswan.conf | Martin Willi | 2008-11-11 | 3 | -0/+22 |
| | | | | fallback to existing ipsec.conf/stroke loglevel configuration | ||||
* | added hooks for IKE and CHILD keymat | Martin Willi | 2008-10-30 | 2 | -4/+117 |
| | |||||
* | fixed some compiler warnings | Martin Willi | 2008-10-27 | 1 | -1/+0 |
| | |||||
* | moved updown script invocation to an optional plugin | Martin Willi | 2008-10-16 | 1 | -0/+3 |
| | |||||
* | bus uses finally recusive locking | Martin Willi | 2008-10-16 | 1 | -47/+58 |
| | | | | other small fixes | ||||
* | reintegrated bus-refactoring branch | Martin Willi | 2008-10-14 | 6 | -311/+334 |
| | |||||
* | fixed bus args copy on non i386 archs | Martin Willi | 2008-07-21 | 1 | -1/+6 |
| | |||||
* | reverted bus to non-recursive mutex due instability | Martin Willi | 2008-07-21 | 1 | -1/+1 |
| | |||||
* | introduced an additional bus->signal parameter for signal specific data | Martin Willi | 2008-07-18 | 4 | -37/+56 |
| | | | | added SIG_IKE/SIG_CHD macros for signal emitting | ||||
* | allow but filter recursive listener invocation | Martin Willi | 2008-07-18 | 1 | -1/+14 |
| | |||||
* | avoid heap allocation in bus->signal for performance reasons | Martin Willi | 2008-07-17 | 2 | -34/+51 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 6 | -127/+88 |
| | |||||
* | fixed callback_job cancellation for threads waiting in the bus | Martin Willi | 2007-11-19 | 1 | -6/+43 |
| | |||||
* | refactored bus and interface to resolve threading issues (WIP) | Martin Willi | 2007-11-15 | 2 | -255/+86 |
| | |||||
* | added vsignal todo | Martin Willi | 2007-10-25 | 1 | -0/+4 |
| | |||||
* | backports from the p2p-nat-t branch: | Tobias Brunner | 2007-07-19 | 1 | -1/+1 |
| | | | | | | * double assignment of function ''destroy'' in some jobs * typos | ||||
* | further mobike improvements, regarding to NAT-T | Martin Willi | 2007-06-27 | 1 | -1/+1 |
| | |||||
* | documentation fixes and updates | Martin Willi | 2007-06-11 | 1 | -5/+11 |
| | |||||
* | introduced callback_job: | Martin Willi | 2007-06-11 | 1 | -25/+7 |
| | | | | | | | | | | | | 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 | 2 | -1/+71 |
| | |||||
* | properly ignoring signals rised by a thread which is in listening state | Martin Willi | 2007-05-08 | 1 | -11/+8 |
| | |||||
* | allow to have listening state TRUE while sending singal ourself | Martin Willi | 2007-05-03 | 1 | -0/+7 |
| | |||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 4 | -7/+19 |
| | |||||
* | fixed 64 bit issue | Andreas Steffen | 2006-11-01 | 1 | -3/+4 |
| | |||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 1 | -9/+34 |
| | | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements | ||||
* | moved typedefs to beginning of files to solve some include problems | Martin Willi | 2006-10-30 | 4 | -24/+18 |
| | | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups | ||||
* | added some missing 'AUD' entries | Andreas Steffen | 2006-10-28 | 1 | -14/+10 |
| | |||||
* | improved signal handling and emitting | Martin Willi | 2006-10-26 | 4 | -114/+78 |
| |