Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | - created header and c file for this type (without content) | Jan Hutter | 2005-11-08 | 2 | -0/+51 | |
| | ||||||
* | - created header and c file for this type (no content at the moment) | Jan Hutter | 2005-11-08 | 2 | -0/+49 | |
| | ||||||
* | - added test for ike_sa_id_t | Jan Hutter | 2005-11-08 | 3 | -1/+138 | |
| | ||||||
* | - added clone functionality | Jan Hutter | 2005-11-08 | 2 | -6/+28 | |
| | ||||||
* | - IKE_SA-Identification class writen, but not tested | Jan Hutter | 2005-11-08 | 2 | -0/+249 | |
| | ||||||
* | - added new types used to identify a specific IKE_SA | Jan Hutter | 2005-11-08 | 1 | -0/+17 | |
| | ||||||
* | - LEAK_DETECTIVE activated | Jan Hutter | 2005-11-08 | 4 | -7/+8 | |
| | | | | | | - memory leak in event_queue_t fixed | |||||
* | - socket test fixed | Jan Hutter | 2005-11-08 | 1 | -3/+3 | |
| | ||||||
* | - freeing of NULL pointer is checked | Jan Hutter | 2005-11-08 | 1 | -1/+4 | |
| |