aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/settings.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved settings_t to utils folderTobias Brunner2012-10-241-313/+0
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
|
* Documentation about some time values clarifiedTobias Brunner2012-09-241-1/+1
|
* Fixed common misspellings.Tobias Brunner2011-07-201-1/+1
| | | | Mostly found by 'codespell'.
* Revert alloc_str changesMartin Willi2011-04-211-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_strMartin Willi2011-04-211-1/+19
|
* Added a merge option to optionally reload files instead of merging themMartin Willi2011-04-151-6/+10
|
* Added functions to modify/create settings in settings_t.Tobias Brunner2010-12-031-0/+45
|
* Helper functions added to easily convert enumerated values.Tobias Brunner2010-12-031-1/+41
|
* Ensure that sections exist when using load_files_section.Tobias Brunner2010-12-031-4/+5
|
* Added documentation about new features of settings_t.Tobias Brunner2010-12-031-2/+48
|
* Added functions to settings_t to load files dynamically at runtime.Tobias Brunner2010-12-031-0/+33
|
* Fixed settings lookup if the section/key contains dots, second tryMartin Willi2010-08-091-1/+4
|
* Fixing some includes by replacing <> with "".Tobias Brunner2010-03-021-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 settingsMartin Willi2010-01-111-0/+10
|
* Support enumeration of key/value pairs in a section of strongswan.confMartin Willi2009-11-171-0/+11
|
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-101-1/+4
|
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-11/+11
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-4/+4
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merged multi-auth branch back into trunkMartin Willi2009-04-141-1/+1
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* settings section enumerationMartin Willi2008-11-071-18/+32
| | | | printf style key lookup
* time values in strongswan.conf can be optionally specified in days (d), ↵Andreas Steffen2008-09-041-1/+10
| | | | hours (h), minutes (m), or seconds (s)
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-0/+96