aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - asserts for ike_sa_manager construction/destructionMartin Willi2005-11-091-3/+9
* - finish functionality of ike_sa_managerMartin Willi2005-11-094-112/+354
* - 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
* - 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
* - created header and c file for this type (without content)Jan Hutter2005-11-082-0/+51
* - created header and c file for this type (no content at the moment)Jan Hutter2005-11-082-0/+49
* - added test for ike_sa_id_tJan Hutter2005-11-083-1/+138
* - added clone functionalityJan Hutter2005-11-082-6/+28
* - IKE_SA-Identification class writen, but not testedJan Hutter2005-11-082-0/+249
* - added new types used to identify a specific IKE_SAJan Hutter2005-11-081-0/+17
* - LEAK_DETECTIVE activatedJan Hutter2005-11-084-7/+8
* - socket test fixedJan Hutter2005-11-081-3/+3
* - freeing of NULL pointer is checkedJan Hutter2005-11-081-1/+4
* - added scheduler testMartin Willi2005-11-071-0/+7
* - implemented basic schedulerMartin Willi2005-11-072-0/+149
* - test for scheduler implementedMartin Willi2005-11-072-0/+123
* - renamed add method to add_absoluteMartin Willi2005-11-073-5/+37
* - receiver-test writtenJan Hutter2005-11-072-0/+117
* - added test of receiverJan Hutter2005-11-071-2/+8
* - global objects are defined in globals.hJan Hutter2005-11-071-4/+1
* - added cancelation point on receiveJan Hutter2005-11-071-1/+13
* - receiver_t written, but not testedJan Hutter2005-11-072-0/+166
* - global objects are defined in globalsJan Hutter2005-11-073-13/+43
* - wrote test for sender_tJan Hutter2005-11-073-4/+124