Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved settings_t to utils folder | Tobias Brunner | 2012-10-24 | 1 | -313/+0 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Documentation about some time values clarified | Tobias Brunner | 2012-09-24 | 1 | -1/+1 |
| | |||||
* | Fixed common misspellings. | Tobias Brunner | 2011-07-20 | 1 | -1/+1 |
| | | | | Mostly found by 'codespell'. | ||||
* | Revert alloc_str changes | Martin Willi | 2011-04-21 | 1 | -19/+1 |
| | | | | | | This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5. | ||||
* | Added a thread save, allocating settings get_str variant called alloc_str | Martin Willi | 2011-04-21 | 1 | -1/+19 |
| | |||||
* | Added a merge option to optionally reload files instead of merging them | Martin Willi | 2011-04-15 | 1 | -6/+10 |
| | |||||
* | Added functions to modify/create settings in settings_t. | Tobias Brunner | 2010-12-03 | 1 | -0/+45 |
| | |||||
* | Helper functions added to easily convert enumerated values. | Tobias Brunner | 2010-12-03 | 1 | -1/+41 |
| | |||||
* | Ensure that sections exist when using load_files_section. | Tobias Brunner | 2010-12-03 | 1 | -4/+5 |
| | |||||
* | Added documentation about new features of settings_t. | Tobias Brunner | 2010-12-03 | 1 | -2/+48 |
| | |||||
* | Added functions to settings_t to load files dynamically at runtime. | Tobias Brunner | 2010-12-03 | 1 | -0/+33 |
| | |||||
* | Fixed settings lookup if the section/key contains dots, second try | Martin Willi | 2010-08-09 | 1 | -1/+4 |
| | |||||
* | 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/+10 |
| | |||||
* | Support enumeration of key/value pairs in a section of strongswan.conf | Martin Willi | 2009-11-17 | 1 | -0/+11 |
| | |||||
* | pass NULL to library_init() to load settings from default file | Martin Willi | 2009-09-10 | 1 | -1/+4 |
| | |||||
* | remove spaces before tabs at the beginning of lines (^( )+\t) | Martin Willi | 2009-09-04 | 1 | -11/+11 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -4/+4 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 1 | -1/+1 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 1 | -1/+1 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | settings section enumeration | Martin Willi | 2008-11-07 | 1 | -18/+32 |
| | | | | printf style key lookup | ||||
* | time values in strongswan.conf can be optionally specified in days (d), ↵ | Andreas Steffen | 2008-09-04 | 1 | -1/+10 |
| | | | | hours (h), minutes (m), or seconds (s) | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -0/+96 |