Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -4/+4 |
| | |||||
* | proposal: Add possibility to register custom proposal keyword parser | Thomas Egerer | 2014-01-20 | 1 | -0/+13 |
| | | | | | | | | | If a proposal string cannot be matched to a token using strcmp (e.g. if you want to register a whole class of algorithms containing their ID, like my_alg_2342), you can use the provided function to register a parser that transforms the given string into a proposal token. Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com> | ||||
* | Fix Doxygen comment for proposal_keywords_t | Tobias Brunner | 2012-09-18 | 1 | -1/+1 |
| | | | | Two dots seem to mark the end of a list. | ||||
* | Added possibility to register custom proposal keywords | Tobias Brunner | 2012-09-13 | 1 | -8/+54 |
| | | | | Keyword lookup and registration are handled via the new lib->proposal object. | ||||
* | Removed len argument from proposal_get_token() | Tobias Brunner | 2012-09-13 | 1 | -2/+1 |
| | | | | Also use enumerators instead of lexparser.h to parse proposal strings. | ||||
* | Moved proposal_keywords to proposal_keywords_static | Francois ten Krooden | 2012-09-13 | 1 | -21/+57 |
| | | | | Added new proposal keywords with function to reference the static keywords. | ||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 1 | -3/+3 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | moved definition of proposal_token from proposal.c to proposal_keywords.h | Andreas Steffen | 2009-05-19 | 1 | -0/+9 |
| | |||||
* | moved IKEv2 proposals and transforms to libstrongswan | Andreas Steffen | 2009-05-15 | 1 | -0/+25 |