Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved settings_t to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1227/+0 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Don't require STRONGSWAN_CONF to be defined. | Tobias Brunner | 2012-08-08 | 1 | -2/+9 |
| | |||||
* | Fix file descriptor leak on error | Thomas Jarosch | 2011-08-29 | 1 | -0/+1 |
| | | | | | | Credit goes to cppcheck. Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com> | ||||
* | Revert alloc_str changes | Martin Willi | 2011-04-21 | 1 | -16/+0 |
| | | | | | | This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5. | ||||
* | If key not found, strdup default value, too | Martin Willi | 2011-04-21 | 1 | -6/+2 |
| | |||||
* | Added a thread save, allocating settings get_str variant called alloc_str | Martin Willi | 2011-04-21 | 1 | -0/+20 |
| | |||||
* | Accept NULL files in load_files[_section] as we do in constructor | Martin Willi | 2011-04-15 | 1 | -5/+5 |
| | |||||
* | Added a merge option to optionally reload files instead of merging them | Martin Willi | 2011-04-15 | 1 | -6/+21 |
| | |||||
* | Make availability of glob(3) optional in settings_t. | Tobias Brunner | 2011-03-22 | 1 | -21/+34 |
| | | | | | If glob(3) is not available just try to open the pattern as regular file. The reason for this change is that glob(3) is not available on Android. | ||||
* | Make sure that files included in settings_t are regular files. | Tobias Brunner | 2011-03-22 | 1 | -1/+20 |
| | |||||
* | Added a null-safe strdup variant | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | Added functions to modify/create settings in settings_t. | Tobias Brunner | 2010-12-03 | 1 | -20/+117 |
| | |||||
* | Added an option to create non-existing key/value pairs during search. | Tobias Brunner | 2010-12-03 | 1 | -18/+55 |
| | |||||
* | Compare shorter "boolean" values first. | Tobias Brunner | 2010-12-03 | 1 | -6/+6 |
| | |||||
* | Helper functions added to easily convert enumerated values. | Tobias Brunner | 2010-12-03 | 1 | -18/+51 |
| | |||||
* | Ensure that sections exist when using load_files_section. | Tobias Brunner | 2010-12-03 | 1 | -9/+38 |
| | |||||
* | Skip values and sections without key. | Tobias Brunner | 2010-12-03 | 1 | -0/+12 |
| | |||||
* | Some refactorings in lookup code in settings_t. | Tobias Brunner | 2010-12-03 | 1 | -82/+62 |
| | |||||
* | Made settings_t thread-safe. | Tobias Brunner | 2010-12-03 | 1 | -17/+40 |
| | |||||
* | Added functions to settings_t to load files dynamically at runtime. | Tobias Brunner | 2010-12-03 | 1 | -28/+124 |
| | |||||
* | Allow inclusion of other files in strongswan.conf. | Tobias Brunner | 2010-12-03 | 1 | -7/+144 |
| | |||||
* | Loading of strongswan.conf refactored to a separate function. | Tobias Brunner | 2010-12-03 | 1 | -28/+47 |
| | |||||
* | Allow to replace/extend previously defined values/sections in strongswan.conf. | Tobias Brunner | 2010-12-03 | 1 | -9/+50 |
| | |||||
* | Don't create a section in parse_section. | Tobias Brunner | 2010-12-03 | 1 | -15/+26 |
| | | | | Just add subsections and values to the passed section. | ||||
* | Removed unused static variable "lev". | Tobias Brunner | 2010-12-03 | 1 | -3/+0 |
| | |||||
* | Migrated settings_t to INIT/METHOD macros | Andreas Steffen | 2010-12-02 | 1 | -46/+28 |
| | |||||
* | Fixed settings lookup if the section/key contains dots, second try | Martin Willi | 2010-08-09 | 1 | -22/+106 |
| | |||||
* | The va_list trick does not seem to be portable, revert dots-in-section fix4.4.1 | Martin Willi | 2010-07-30 | 1 | -58/+22 |
| | | | | This reverts commit 8f50d06c354cd31fc295afc5598afff4096b5e77. | ||||
* | Fixed settings lookup if the section/key contains dots | Martin Willi | 2010-07-29 | 1 | -22/+58 |
| | |||||
* | 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 |