Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - added log_bytes and log_chunk | Martin Willi | 2005-11-10 | 2 | -72/+155 | |
| | | | | | | - fixed logger - uses now syslog only - comments | |||||
* | - linked_list, event_queue, send_queue and job_queue returns now | Jan Hutter | 2005-11-10 | 16 | -132/+95 | |
| | | | | count directly | |||||
* | - Doxygen configuration refined | Jan Hutter | 2005-11-10 | 1 | -354/+354 | |
| | ||||||
* | - source code fully documented | Jan Hutter | 2005-11-10 | 2 | -17/+19 | |
| | ||||||
* | - source code documented | Jan Hutter | 2005-11-10 | 2 | -40/+108 | |
| | ||||||
* | Configuration file to generate documentation from source code | Jan Hutter | 2005-11-10 | 1 | -0/+406 | |
| | ||||||
* | - allocator functionality capsulated in a global object | Jan Hutter | 2005-11-10 | 2 | -89/+145 | |
| | ||||||
* | - code documentation cleaned | Jan Hutter | 2005-11-09 | 2 | -15/+19 | |
| | ||||||
* | (no commit message) | Jan Hutter | 2005-11-09 | 1 | -1/+1 | |
| | ||||||
* | ms changed to us | Jan Hutter | 2005-11-09 | 1 | -1/+1 | |
| | ||||||
* | - test output improved | Jan Hutter | 2005-11-09 | 1 | -7/+16 | |
| | ||||||
* | (no commit message) | Jan Hutter | 2005-11-09 | 2 | -5/+5 | |
| | ||||||
* | - enabled all tests | Jan Hutter | 2005-11-09 | 1 | -2/+2 | |
| | ||||||
* | - made function static | Jan Hutter | 2005-11-09 | 1 | -2/+2 | |
| | ||||||
* | - source documented | Jan Hutter | 2005-11-09 | 2 | -18/+77 | |
| | ||||||
* | - all header field types implemented and tested | Jan Hutter | 2005-11-09 | 2 | -12/+91 | |
| | ||||||
* | "" | Martin Willi | 2005-11-09 | 2 | -0/+208 | |
| | ||||||
* | - u int values can be generated: Not fully tested ! | Jan Hutter | 2005-11-09 | 4 | -21/+107 | |
| | ||||||
* | - added | Martin Willi | 2005-11-09 | 2 | -0/+112 | |
| | | | | - nothing implemented | |||||
* | generation of uint implemented but not tested | Jan Hutter | 2005-11-09 | 6 | -20/+268 | |
| | ||||||
* | - asserts for ike_sa_manager construction/destruction | Martin Willi | 2005-11-09 | 1 | -3/+9 | |
| | | | | - still a memleak remaining :-( | |||||
* | - finish functionality of ike_sa_manager | Martin Willi | 2005-11-09 | 4 | -112/+354 | |
| | | | | - tested | |||||
* | - cleaned up file (variable name changes, etc) | Jan Hutter | 2005-11-09 | 2 | -57/+108 | |
| | ||||||
* | - memory allocation now works with allocator-functions... | Jan Hutter | 2005-11-09 | 25 | -37/+57 | |
| | ||||||
* | - changed memory allocator functions to own allocator calls | Jan Hutter | 2005-11-09 | 22 | -606/+606 | |
| | ||||||
* | - changed allocator calls to new allocator functions | Jan Hutter | 2005-11-09 | 3 | -11/+17 | |
| | ||||||
* | - implemented thread save memory allocator | Jan Hutter | 2005-11-09 | 2 | -0/+221 | |
| | ||||||
* | - started to implement a generator test | Jan Hutter | 2005-11-09 | 2 | -0/+77 | |
| | ||||||
* | - added payload_info_t for ike header | Jan Hutter | 2005-11-09 | 1 | -0/+8 | |
| | ||||||
* | - added payload_info_t | Jan Hutter | 2005-11-09 | 1 | -0/+32 | |
| | ||||||
* | - added generator test 1 | Jan Hutter | 2005-11-09 | 1 | -2/+10 | |
| | ||||||
* | - added function declarations | Jan Hutter | 2005-11-09 | 1 | -2/+15 | |
| | ||||||
* | - begun to implement generator | Jan Hutter | 2005-11-09 | 1 | -4/+140 | |
| | ||||||
* | - added array of payload infos | Jan Hutter | 2005-11-09 | 1 | -0/+44 | |
| | ||||||
* | - uncompletet test for ike_sa_manager | Martin Willi | 2005-11-08 | 2 | -0/+123 | |
| | ||||||
* | - untested implementation of ike_sa_manager | Martin Willi | 2005-11-08 | 6 | -4/+667 | |
| | ||||||
* | - generator skeleton written | Jan Hutter | 2005-11-08 | 2 | -0/+131 | |
| | ||||||
* | - added payload_type_t | Jan Hutter | 2005-11-08 | 1 | -3/+85 | |
| | ||||||
* | - defined data struct and encoding rules for the ikev2-header | Jan Hutter | 2005-11-08 | 2 | -0/+161 | |
| | ||||||
* | - defined basic encoding types of ike-header and ike-payload fields | Jan Hutter | 2005-11-08 | 1 | -0/+196 | |
| | ||||||
* | - basic test for ike_sa_t written (must be refined later) | Jan Hutter | 2005-11-08 | 4 | -3/+113 | |
| | ||||||
* | - class ike_sa_t partly implemented | Jan Hutter | 2005-11-08 | 2 | -0/+255 | |
| | ||||||
* | - inserting and removing now needs a linked_list_iterator_t* instead of | Jan Hutter | 2005-11-08 | 4 | -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_FOUND | Martin Willi | 2005-11-08 | 1 | -1/+3 | |
| | ||||||
* | - added pluto includes | Jan Hutter | 2005-11-08 | 1 | -0/+4 | |
| | ||||||
* | - element destructor => private | Martin Willi | 2005-11-08 | 2 | -16/+16 | |
| | ||||||
* | - added function replace_values | Jan Hutter | 2005-11-08 | 3 | -15/+51 | |
| | ||||||
* | - wrong file name in documentation fixed | Jan Hutter | 2005-11-08 | 2 | -2/+2 | |
| | ||||||
* | - implemented create and destroy function | Jan Hutter | 2005-11-08 | 2 | -0/+80 | |
| | ||||||
* | - implemented create and destroy function | Jan Hutter | 2005-11-08 | 2 | -0/+82 | |
| |