aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/settings/settings_parser.y
Commit message (Expand)AuthorAgeFilesLines
* settings: Extend parser so we can parse settings from a stringTobias Brunner2015-07-281-0/+37
* settings: Add support for multi-line stringsTobias Brunner2015-07-281-1/+1
* settings: Use strongswan.conf used during library initialization for reloadMartin Willi2014-09-221-3/+1
* settings: Replace deprecated YYLEX_PARAM with %lex-paramTobias Brunner2014-05-151-3/+7
* settings: Include generated header after othersTobias Brunner2014-05-151-2/+2
* settings: Reduce log verbosity if files can't be openedTobias Brunner2014-05-151-1/+10
* settings: Add functions to add sections and key/value pairs to a sectionTobias Brunner2014-05-151-25/+3
* settings: Optionally keep track of removed/replaced valuesTobias Brunner2014-05-151-5/+5
* settings: Add flex/bison based parser for strongswan.confTobias Brunner2014-05-151-0/+299