aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
...
* - added log_bytes and log_chunkMartin Willi2005-11-102-72/+155
| | | | | | - fixed logger - uses now syslog only - comments
* - linked_list, event_queue, send_queue and job_queue returns nowJan Hutter2005-11-1016-132/+95
| | | | count directly
* - Doxygen configuration refinedJan Hutter2005-11-101-354/+354
|
* - source code fully documentedJan Hutter2005-11-102-17/+19
|
* - source code documentedJan Hutter2005-11-102-40/+108
|
* Configuration file to generate documentation from source codeJan Hutter2005-11-101-0/+406
|
* - allocator functionality capsulated in a global objectJan Hutter2005-11-102-89/+145
|
* - code documentation cleanedJan Hutter2005-11-092-15/+19
|
* (no commit message)Jan Hutter2005-11-091-1/+1
|
* ms changed to usJan Hutter2005-11-091-1/+1
|
* - test output improvedJan Hutter2005-11-091-7/+16
|
* (no commit message)Jan Hutter2005-11-092-5/+5
|
* - enabled all testsJan Hutter2005-11-091-2/+2
|
* - made function static Jan Hutter2005-11-091-2/+2
|
* - source documentedJan Hutter2005-11-092-18/+77
|
* - all header field types implemented and testedJan Hutter2005-11-092-12/+91
|
* ""Martin Willi2005-11-092-0/+208
|
* - u int values can be generated: Not fully tested !Jan Hutter2005-11-094-21/+107
|
* - addedMartin Willi2005-11-092-0/+112
| | | | - nothing implemented
* generation of uint implemented but not testedJan Hutter2005-11-096-20/+268
|
* - asserts for ike_sa_manager construction/destructionMartin Willi2005-11-091-3/+9
| | | | - still a memleak remaining :-(
* - finish functionality of ike_sa_managerMartin Willi2005-11-094-112/+354
| | | | - tested
* - cleaned up file (variable name changes, etc)Jan Hutter2005-11-092-57/+108
|
* - memory allocation now works with allocator-functions...Jan Hutter2005-11-0925-37/+57
|
* - changed memory allocator functions to own allocator callsJan Hutter2005-11-0922-606/+606
|
* - changed allocator calls to new allocator functionsJan Hutter2005-11-093-11/+17
|
* - implemented thread save memory allocatorJan Hutter2005-11-092-0/+221
|
* - started to implement a generator testJan Hutter2005-11-092-0/+77
|
* - added payload_info_t for ike headerJan Hutter2005-11-091-0/+8
|
* - added payload_info_tJan Hutter2005-11-091-0/+32
|
* - added generator test 1Jan Hutter2005-11-091-2/+10
|
* - added function declarationsJan Hutter2005-11-091-2/+15
|
* - begun to implement generator Jan Hutter2005-11-091-4/+140
|
* - added array of payload infosJan Hutter2005-11-091-0/+44
|
* - uncompletet test for ike_sa_managerMartin Willi2005-11-082-0/+123
|
* - untested implementation of ike_sa_managerMartin Willi2005-11-086-4/+667
|
* - generator skeleton writtenJan Hutter2005-11-082-0/+131
|
* - added payload_type_t Jan Hutter2005-11-081-3/+85
|
* - defined data struct and encoding rules for the ikev2-headerJan Hutter2005-11-082-0/+161
|
* - defined basic encoding types of ike-header and ike-payload fieldsJan Hutter2005-11-081-0/+196
|
* - basic test for ike_sa_t written (must be refined later)Jan Hutter2005-11-084-3/+113
|
* - class ike_sa_t partly implementedJan Hutter2005-11-082-0/+255
|
* - inserting and removing now needs a linked_list_iterator_t* instead of Jan Hutter2005-11-084-227/+286
| | | | | | | a linked_list_element_t* - linked_list_element_t removed - has_next now returns bool instead of status_t
* - added status_t: INVAILD_ARG, NOT_FOUNDMartin Willi2005-11-081-1/+3
|
* - added pluto includesJan Hutter2005-11-081-0/+4
|
* - element destructor => privateMartin Willi2005-11-082-16/+16
|
* - added function replace_valuesJan Hutter2005-11-083-15/+51
|
* - wrong file name in documentation fixedJan Hutter2005-11-082-2/+2
|
* - implemented create and destroy functionJan Hutter2005-11-082-0/+80
|
* - implemented create and destroy functionJan Hutter2005-11-082-0/+82
|