Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -444/+0 |
| | |||||
* | Using the thread wrapper in charon, libstrongswan and their plugins. | Tobias Brunner | 2009-12-23 | 1 | -1/+0 |
| | |||||
* | 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). | ||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -31/+31 |
| | |||||
* | OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵ | Tobias Brunner | 2009-08-14 | 1 | -1/+1 |
| | | | | enums mutex/condvar/rwlock_type_t. | ||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -1/+1 |
| | | | | | important change for developers: %Y replaces %D to print identities! | ||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 1 | -106/+206 |
| | |||||
* | extended changeset [4753] | Andreas Steffen | 2008-12-04 | 1 | -1/+2 |
| | |||||
* | handling peer_match with higher priority tan ike_match to select correct ↵ | Martin Willi | 2008-12-04 | 1 | -1/+1 |
| | | | | config if IPs are equal | ||||
* | fixed a double-unlock bug, showed up when using rwlocks in backend manager | Martin Willi | 2008-11-28 | 1 | -22/+4 |
| | |||||
* | use rwlocks in backend manager to allow simultaneous access | Martin Willi | 2008-11-27 | 1 | -19/+19 |
| | |||||
* | cosmetics in debug output | Andreas Steffen | 2008-11-11 | 1 | -6/+11 |
| | |||||
* | logging peer addresses in peer_cfg lookup | Martin Willi | 2008-07-01 | 1 | -1/+2 |
| | |||||
* | added host match prio to debugging output | Martin Willi | 2008-07-01 | 1 | -7/+8 |
| | |||||
* | peer_cfg lookup takes peer addresses into account | Martin Willi | 2008-07-01 | 1 | -80/+97 |
| | |||||
* | DNS resolving of ike_cfg hosts dynamically on demand | Martin Willi | 2008-06-06 | 1 | -4/+18 |
| | |||||
* | fixed peer_cfg lookup when omitting IDr | Martin Willi | 2008-03-19 | 1 | -0/+5 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -138/+213 |
| | |||||
* | prototype implemementation of an sqlite configuration backend | Martin Willi | 2007-09-18 | 1 | -0/+17 |
| | |||||
* | removed paranoid module checking | Martin Willi | 2007-05-25 | 1 | -13/+0 |
| | |||||
* | support of CA-based ipsec policies | Andreas Steffen | 2007-05-18 | 1 | -9/+7 |
| | |||||
* | restructuring of configuration backends | Martin Willi | 2007-04-27 | 1 | -0/+244 |
added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP |