Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 1 | -3/+3 |
| | |||||
* | The parsed timeval is unsigned. | Tobias Brunner | 2010-03-03 | 1 | -2/+2 |
| | |||||
* | Fixing some includes by replacing <> with "". | Tobias Brunner | 2010-03-02 | 1 | -2/+2 |
| | | | | I changed only the includes needed to fix the build on Android, which has an utils.h system header file, but we should probably change all the local includes in libstrongswan to "" and relative paths. | ||||
* | Added a "double" getter to libstrongswan settings | Martin Willi | 2010-01-11 | 1 | -0/+25 |
| | |||||
* | Support enumeration of key/value pairs in a section of strongswan.conf | Martin Willi | 2009-11-17 | 1 | -0/+34 |
| | |||||
* | pass NULL to library_init() to load settings from default file | Martin Willi | 2009-09-10 | 1 | -32/+32 |
| | |||||
* | remove spaces before tabs at the beginning of lines (^( )+\t) | Martin Willi | 2009-09-04 | 1 | -2/+2 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -25/+25 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | moved strcaseeq() macro from constants.h to utils.h | Andreas Steffen | 2009-04-17 | 1 | -8/+8 |
| | |||||
* | pluto uses the libstrongswan leak detective and a stripped-down version of ↵ | Andreas Steffen | 2009-04-16 | 1 | -0/+1 |
| | | | | library_t | ||||
* | settings section enumeration | Martin Willi | 2008-11-07 | 1 | -16/+104 |
| | | | | printf style key lookup | ||||
* | time values in strongswan.conf can be optionally specified in days (d), ↵ | Andreas Steffen | 2008-09-04 | 1 | -3/+40 |
| | | | | hours (h), minutes (m), or seconds (s) | ||||
* | fixed "enabled" value key word | Martin Willi | 2008-06-10 | 1 | -1/+3 |
| | | | | more debugging for settings parser | ||||
* | added an error message when strongswan.conf cannot be read | Tobias Brunner | 2008-05-19 | 1 | -0/+1 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -0/+408 |