Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - 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 | |
| | ||||||
* | - added scheduler test | Martin Willi | 2005-11-07 | 1 | -0/+7 | |
| | ||||||
* | - implemented basic scheduler | Martin Willi | 2005-11-07 | 2 | -0/+149 | |
| | ||||||
* | - test for scheduler implemented | Martin Willi | 2005-11-07 | 2 | -0/+123 | |
| | ||||||
* | - renamed add method to add_absolute | Martin Willi | 2005-11-07 | 3 | -5/+37 | |
| | | | | - added add_relative method | |||||
* | - receiver-test written | Jan Hutter | 2005-11-07 | 2 | -0/+117 | |
| | ||||||
* | - added test of receiver | Jan Hutter | 2005-11-07 | 1 | -2/+8 | |
| | ||||||
* | - global objects are defined in globals.h | Jan Hutter | 2005-11-07 | 1 | -4/+1 | |
| | ||||||
* | - added cancelation point on receive | Jan Hutter | 2005-11-07 | 1 | -1/+13 | |
| | ||||||
* | - receiver_t written, but not tested | Jan Hutter | 2005-11-07 | 2 | -0/+166 | |
| | ||||||
* | - global objects are defined in globals | Jan Hutter | 2005-11-07 | 3 | -13/+43 | |
| | ||||||
* | - wrote test for sender_t | Jan Hutter | 2005-11-07 | 3 | -4/+124 | |
| | ||||||
* | - fixed memory free error | Jan Hutter | 2005-11-07 | 1 | -1/+3 | |
| | ||||||
* | - sender_t written, but not tested! | Jan Hutter | 2005-11-07 | 3 | -4/+198 | |
| | ||||||
* | - wrong documentation fixed | Jan Hutter | 2005-11-07 | 1 | -1/+0 | |
| | ||||||
* | - global job-queue renamed to global_job_queue | Jan Hutter | 2005-11-07 | 1 | -2/+2 | |
| | ||||||
* | - test of socket destroy added | Jan Hutter | 2005-11-07 | 1 | -0/+3 | |
| | ||||||
* | - error in memory allocation fixed | Jan Hutter | 2005-11-07 | 1 | -3/+4 | |
| | ||||||
* | - updated comments | Martin Willi | 2005-11-07 | 3 | -26/+66 | |
| |