aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/generator.c
Commit message (Collapse)AuthorAgeFilesLines
* - created encoding packageMartin Willi2005-11-231-1125/+0
|
* - changed include pathsMartin Willi2005-11-231-12/+12
|
* added field type IKE_SPIJan Hutter2005-11-221-1/+14
|
* - cleaned up loggingMartin Willi2005-11-211-37/+59
|
* - baschtelMartin Willi2005-11-181-1/+2
| | | | - works initiating, results in shared secret
* - redefined logger levelsMartin Willi2005-11-181-27/+27
|
* - renamed mappingsMartin Willi2005-11-161-4/+4
|
* - fixed bug of generatorJan Hutter2005-11-161-4/+13
|
* - included globals.hJan Hutter2005-11-161-2/+1
|
* - nonce payload testedJan Hutter2005-11-151-0/+24
| | | | | - generator for nonce data written
* - notify payload written and testedJan Hutter2005-11-151-2/+28
|
* - wrote payload sa_payloadJan Hutter2005-11-151-1/+25
| | | | | | - wrote additions in generator sa_payload - wrote test for sa_payload
* - generator refactoredJan Hutter2005-11-151-21/+34
|
* - generator refactoredJan Hutter2005-11-151-51/+168
|
* - SA Payload is generatedJan Hutter2005-11-151-1/+58
|
* - test of header payload rewrittenJan Hutter2005-11-151-0/+15
|
* - generating of proposal substructureJan Hutter2005-11-141-3/+65
|
* - transform_substructure fully implementedJan Hutter2005-11-141-0/+91
| | | | | - generator now generates ransform_substructure and containing attributes - test for transform substructure written
* - class transform_attribute fully tested and writtenJan Hutter2005-11-141-4/+108
| | | | - generating of this type works!
* LENGTH is not anymore availableJan Hutter2005-11-141-2/+7
|
* - removed generator context object and implemented payload-interface in ↵Jan Hutter2005-11-141-308/+230
| | | | generator
* - 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-2/+4
| | | | | - allocator in utils - tests.c -> testcases/testcases.c
* generator now has its generator_context which is used to generate more Jan Hutter2005-11-101-111/+108
| | | | then one payload in sequence...
* - private function for every field typeJan Hutter2005-11-101-35/+98
|
* - source code documentation improvedJan Hutter2005-11-101-41/+92
|
* objects in source documentation renamed from xy-object to xy objectJan Hutter2005-11-101-41/+41
|
* - fixed bug in memory reallocationJan Hutter2005-11-101-10/+11
|
* - removed strongswan includes, we are now self-contained ;-)Martin Willi2005-11-101-3/+0
|
* - all header field types implemented and testedJan Hutter2005-11-091-3/+42
|
* - u int values can be generated: Not fully tested !Jan Hutter2005-11-091-18/+95
|
* generation of uint implemented but not testedJan Hutter2005-11-091-15/+200
|
* - memory allocation now works with allocator-functions...Jan Hutter2005-11-091-2/+3
|
* - changed memory allocator functions to own allocator callsJan Hutter2005-11-091-24/+24
|
* - begun to implement generator Jan Hutter2005-11-091-4/+140
|
* - generator skeleton writtenJan Hutter2005-11-081-0/+71