aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/settings/settings.c
Commit message (Expand)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-7/+7
* settings: Add settings_value_as_uint64() helper functionTobias Brunner2015-11-111-0/+25
* settings: Add methods and a constructor to parse settings from stringsTobias Brunner2015-07-281-11/+58
* settings: Make loading a NULL or empty pattern a (nop-)successMartin Willi2014-09-221-1/+1
* settings: Allow spaces in time settings before the optional unitMartin Willi2014-07-071-0/+5
* settings: Be more strict in converting settings to specific data typesMartin Willi2014-07-071-5/+15
* settings: strongswan.conf must be loaded explicitlyTobias Brunner2014-05-151-6/+2
* settings: Only purge sections if necessaryTobias Brunner2014-05-151-40/+1
* settings: Maintain order of sections and settings while enumeratingTobias Brunner2014-05-151-5/+11
* settings: Don't overwrite values in-placeTobias Brunner2014-05-151-20/+1
* settings: Add functions to add sections and key/value pairs to a sectionTobias Brunner2014-05-151-6/+3
* settings: Don't enumerate key/value pairs with NULL valueTobias Brunner2014-05-151-1/+1
* settings: Use generated parser instead of our ownTobias Brunner2014-05-151-566/+53
* settings: Use glob enumerator to load included filesTobias Brunner2014-05-151-32/+13
* settings: Move to a separate folderTobias Brunner2014-05-151-0/+1520