aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/settings.c
Commit message (Expand)AuthorAgeFilesLines
* settings: Move to a separate folderTobias Brunner2014-05-151-1520/+0
* settings: Reduce log verbosity if strongswan.conf does not existTobias Brunner2014-03-311-1/+10
* settings: Log all errors on level 1Tobias Brunner2014-03-041-4/+3
* settings: Avoid conf file parsing beyond allocated bufferThomas Egerer2014-03-031-2/+2
* settings: Use thread-safe dirname(3)Tobias Brunner2014-02-241-5/+3
* settings: Use dirname(3) correctlyTobias Brunner2014-02-241-4/+4
* 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