aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/parser/conf_parser.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some typosTobias Brunner2015-08-131-1/+1
|
* starter: Add starter group and fix formatting of conf_parser_section_t enumTobias Brunner2014-06-301-2/+4
| | | | Make use of the Markdown support in recent Doxygen versions.
* starter: Add new bison/flex based parser for ipsec.confTobias Brunner2014-06-191-0/+120
The parser simply returns key/value pairs of all sections, it already resolves also= and allows overriding options in all included sections (not only %default), options set in included section can also be cleared again (key=). It provides other improvements too, like quoted strings (with escape sequences), unlimited includes and better whitespace/comment handling.