aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/parser.c
Commit message (Collapse)AuthorAgeFilesLines
* - created encoding packageMartin Willi2005-11-231-923/+0
|
* - changed include pathsMartin Willi2005-11-231-15/+15
|
* - added support for encoding type IKE_SPIJan Hutter2005-11-221-0/+51
|
* - cleaned up loggingMartin Willi2005-11-211-9/+9
|
* - cleanup of loggingMartin Willi2005-11-211-32/+57
|
* - redefined logger levelsMartin Willi2005-11-181-2/+2
|
* - added logging of chunk_t'sJan Hutter2005-11-171-0/+1
|
* - spi_t replaced with u_int64_tJan Hutter2005-11-161-0/+11
|
* - renamed mappingsMartin Willi2005-11-161-22/+22
|
* - 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