Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change interface for enumerator_create_filter() callback | Tobias Brunner | 2017-05-26 | 1 | -14/+33 |
| | | | | | This avoids the unportable 5 pointer hack, but requires enumerating in the callback. | ||||
* | Migrate all enumerators to venumerate() interface change | Tobias Brunner | 2017-05-26 | 1 | -2/+6 |
| | |||||
* | starter: Ingore %default conn and ca sections | Tobias Brunner | 2014-06-26 | 1 | -0/+12 |
| | |||||
* | starter: Add new bison/flex based parser for ipsec.conf | Tobias Brunner | 2014-06-19 | 1 | -0/+655 |
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. |