aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/encoding/generator.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-888/+0
|
* Properly initialize attribute encoding/length valuesMartin Willi2009-11-121-0/+2
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-85/+85
|
* reverted rule_count back to size_t, as it is passed as pointer (fixes 64bit ↵Martin Willi2009-06-191-5/+5
| | | | issues)
* use signed lengths in parser and generatorMartin Willi2009-06-171-13/+13
|
* fixed dumping of integers in generatorMartin Willi2009-05-201-3/+3
|
* cleanup of generator codeMartin Willi2009-05-181-214/+184
|
* removed unused 64-bit integer parsing ruleMartin Willi2009-05-181-18/+0
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merged multi-auth branch back into trunkMartin Willi2009-04-141-4/+4
|
* removed private generator function pointers, allows compiler to inlineMartin Willi2008-11-261-274/+152
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-7/+2
|
* merged EAP framework from branch into trunkMartin Willi2007-02-121-2/+2
| | | | | includes a lot of other modifications
* fixed some byte-order issuesMartin Willi2006-12-121-5/+8
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-1/+1
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* improved signal handling and emittingMartin Willi2006-10-261-26/+26
|
* removed deprecated iterator methods (has_next & current)Martin Willi2006-10-241-30/+18
| | | | added iterator hook to manipulate iterator the clean way
* introduced new logging subsystem using bus:Martin Willi2006-10-181-47/+41
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* (no commit message)Martin Willi2006-05-101-0/+1077