aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/settings
Commit message (Expand)AuthorAgeFilesLines
* settings: Merge quoted strings that span multiple linesTobias Brunner2015-03-201-3/+2
* settings: Make loading a NULL or empty pattern a (nop-)successMartin Willi2014-09-221-1/+1
* settings: Use strongswan.conf used during library initialization for reloadMartin Willi2014-09-221-3/+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: Properly match } and # in include statementsTobias Brunner2014-05-151-6/+16
* settings: Eliminate performance warningTobias Brunner2014-05-151-2/+0
* parser-helper: Make parser_helper_file_t privateTobias Brunner2014-05-151-3/+3
* settings: strongswan.conf must be loaded explicitlyTobias Brunner2014-05-152-7/+5
* settings: Replace deprecated YYLEX_PARAM with %lex-paramTobias Brunner2014-05-151-3/+7
* settings: Include generated header after othersTobias Brunner2014-05-152-4/+4
* settings: Reduce log verbosity if files can't be openedTobias Brunner2014-05-151-1/+10
* settings: Adopt the new order of sections and settings when replacing configsTobias Brunner2014-05-151-6/+36
* settings: Only purge sections if necessaryTobias Brunner2014-05-153-55/+86
* settings: Maintain order of sections and settings while enumeratingTobias Brunner2014-05-153-9/+35
* settings: Don't overwrite values in-placeTobias Brunner2014-05-153-29/+36
* settings: Add functions to add sections and key/value pairs to a sectionTobias Brunner2014-05-154-68/+82
* 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: Optionally keep track of removed/replaced valuesTobias Brunner2014-05-153-16/+45
* settings: Add flex/bison based parser for strongswan.confTobias Brunner2014-05-153-0/+495
* settings: Extract section and key/value pair types and helper functionsTobias Brunner2014-05-152-0/+284
* settings: Use glob enumerator to load included filesTobias Brunner2014-05-151-32/+13
* settings: Move to a separate folderTobias Brunner2014-05-152-0/+1871