aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/settings.c
Commit message (Expand)AuthorAgeFilesLines
* settings: Add support to enumerate sections and key/value pairs with fallbacksTobias Brunner2014-02-121-28/+157
* settings: Implement subsections and key/value pairs with sorted arraysTobias Brunner2014-02-121-68/+74
* settings: Add method that allows to define fallback sections for other sectionsTobias Brunner2014-02-121-13/+141
* settings: Make print_key() not rely on null-terminated beginning of key bufferTobias Brunner2014-02-121-10/+5
* settings: Allow empty strings in section keyTobias Brunner2014-02-121-23/+31
* settings: Add a set_default_str() to set a different default for a keyMartin Willi2013-05-061-0/+21
* Moved settings_t to utils folderTobias Brunner2012-10-241-0/+1227