aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/parser.c
Commit message (Collapse)AuthorAgeFilesLines
* - parsing notify messgeMartin Willi2005-11-151-0/+10
| | | | - tested
* - support for key exchange payloadMartin Willi2005-11-151-0/+10
| | | | - tested
* - nonce payload addedMartin Willi2005-11-151-7/+11
| | | | - tested
* - commented parserMartin Willi2005-11-151-68/+214
|
* - parser succesfully parses sa payload Martin Willi2005-11-141-142/+409
|
* - clean loggingMartin Willi2005-11-141-33/+52
| | | | - testet too-short-input errors
* - fixed parser to use new payload mechanismsMartin Willi2005-11-141-293/+251
|
* - fixed bad SVN issues, should all work again nowMartin Willi2005-11-141-0/+1
| | | | | - does not compile, need rewrite of parser and generator
* - logger in utilsMartin Willi2005-11-111-4/+5
| | | | | - allocator in utils - tests.c -> testcases/testcases.c
* - renamed logger_manager method get_logger to create_loggerMartin Willi2005-11-111-1/+1
|
* - add a log for testing mapping-functionalityMartin Willi2005-11-111-1/+4
|
* - fixed bug in logger_t not storing the name of itJan Hutter2005-11-111-2/+4
|
* - wrote logger_managerJan Hutter2005-11-111-1/+1
|
* - documentedMartin Willi2005-11-111-26/+35
| | | | - fixed argument order for parse_payload
* - parser successfully parses an ike_headerMartin Willi2005-11-101-1/+362
| | | | - no doxygen yet
* - removed strongswan includes, we are now self-contained ;-)Martin Willi2005-11-101-3/+0
|
* - addedMartin Willi2005-11-091-0/+47
- nothing implemented