aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/tests
Commit message (Collapse)AuthorAgeFilesLines
* - renamed tests to testcasesMartin Willi2005-11-1130-2254/+0
|
* - wrote logger_managerJan Hutter2005-11-112-7/+16
|
* - documentedMartin Willi2005-11-111-1/+1
| | | | - fixed argument order for parse_payload
* - ike_header parsing testMartin Willi2005-11-102-0/+119
|
* generator now has its generator_context which is used to generate more Jan Hutter2005-11-101-3/+22
| | | | then one payload in sequence...
* - wrote clone function for packedJan Hutter2005-11-102-0/+97
| | | | | - test for whole packet functionality
* - updated commentsMartin Willi2005-11-101-1/+1
| | | | - revised get_count function
* - added logger outputJan Hutter2005-11-101-6/+11
|
* - fixed memleak (ike_sa_id clone behavior)Martin Willi2005-11-101-22/+30
|
* objects in source documentation renamed from xy-object to xy objectJan Hutter2005-11-103-30/+30
|
* - fixed bug in memory reallocationJan Hutter2005-11-101-1/+3
|
* - removed strongswan includes, we are now self-contained ;-)Martin Willi2005-11-102-6/+0
|
* - linked_list, event_queue, send_queue and job_queue returns nowJan Hutter2005-11-105-48/+25
| | | | count directly
* (no commit message)Jan Hutter2005-11-092-5/+5
|
* - all header field types implemented and testedJan Hutter2005-11-091-9/+49
|
* - u int values can be generated: Not fully tested !Jan Hutter2005-11-091-1/+8
|
* generation of uint implemented but not testedJan Hutter2005-11-092-0/+43
|
* - asserts for ike_sa_manager construction/destructionMartin Willi2005-11-091-3/+9
| | | | - still a memleak remaining :-(
* - finish functionality of ike_sa_managerMartin Willi2005-11-091-22/+148
| | | | - tested
* - memory allocation now works with allocator-functions...Jan Hutter2005-11-097-6/+12
|
* - changed memory allocator functions to own allocator callsJan Hutter2005-11-095-82/+82
|
* - changed allocator calls to new allocator functionsJan Hutter2005-11-091-1/+1
|
* - started to implement a generator testJan Hutter2005-11-092-0/+77
|
* - uncompletet test for ike_sa_managerMartin Willi2005-11-082-0/+123
|
* - basic test for ike_sa_t written (must be refined later)Jan Hutter2005-11-082-0/+103
|
* - inserting and removing now needs a linked_list_iterator_t* instead of Jan Hutter2005-11-081-68/+62
| | | | | | | a linked_list_element_t* - linked_list_element_t removed - has_next now returns bool instead of status_t
* - added function replace_valuesJan Hutter2005-11-081-0/+5
|
* - added test for ike_sa_id_tJan Hutter2005-11-082-0/+130
|
* - LEAK_DETECTIVE activatedJan Hutter2005-11-083-5/+5
| | | | | | - memory leak in event_queue_t fixed
* - socket test fixedJan Hutter2005-11-081-3/+3
|
* - test for scheduler implementedMartin Willi2005-11-072-0/+123
|
* - renamed add method to add_absoluteMartin Willi2005-11-071-1/+1
| | | | - added add_relative method
* - receiver-test writtenJan Hutter2005-11-072-0/+117
|
* - global objects are defined in globals.hJan Hutter2005-11-071-4/+1
|
* - wrote test for sender_tJan Hutter2005-11-072-0/+113
|
* - fixed memory free errorJan Hutter2005-11-071-1/+3
|
* - test of socket destroy addedJan Hutter2005-11-071-0/+3
|
* - event_queue_test improvedJan Hutter2005-11-071-28/+102
|
* - revised packet and socket interfaceMartin Willi2005-11-072-10/+23
| | | | | - tested
* - tester_t class rewrittenJan Hutter2005-11-072-0/+181
| | | | | - test for send_queue_t added
* - tests are now performed in its own main tests.cJan Hutter2005-11-0710-90/+12
| | | | | -
* - first attempt of socket abstraction (more to do)Martin Willi2005-11-042-0/+90
|
* - implemented event_queueJan Hutter2005-11-045-0/+115
| | | | | - defined tests for the event_queue
* - linked list now allows inserting and deleting in the middle of the Jan Hutter2005-11-043-20/+117
| | | | | | list - test for this features written
* - iterator for linked list implementedJan Hutter2005-11-043-16/+104
| | | | | | - first test for iterator written - linked list values capsulated into private struct
* - more flexible tester functionMartin Willi2005-11-041-10/+24
|
* - added assertion for destructionMartin Willi2005-11-041-1/+1
|
* -Tester improved (used time is displayed)Jan Hutter2005-11-041-2/+3
|
* - Tests more documentedJan Hutter2005-11-036-25/+71
|
* - Tests are now separated in test files in the tests-directoryJan Hutter2005-11-037-0/+368