Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - added and tested id_payload_t | Jan Hutter | 2005-11-29 | 2 | -3/+1 |
| | |||||
* | - changed creation of iterator | Jan Hutter | 2005-11-29 | 3 | -12/+10 |
| | | | | - chanded all clone calls | ||||
* | fixed bug when inserting with iterator | Jan Hutter | 2005-11-29 | 1 | -0/+1 |
| | |||||
* | - changed allocation behavior | Martin Willi | 2005-11-29 | 1 | -0/+2 |
| | |||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 13 | -572/+186 |
| | |||||
* | (no commit message) | Jan Hutter | 2005-11-28 | 1 | -3/+9 |
| | |||||
* | - encryptino payload | Martin Willi | 2005-11-28 | 1 | -1/+1 |
| | |||||
* | - added compution of all needed keys and also creation of needed | Jan Hutter | 2005-11-28 | 1 | -0/+1 |
| | | | | transform objects | ||||
* | - wrote test for aes_cbc but encryption does not seem to work :-( | Jan Hutter | 2005-11-28 | 1 | -1/+1 |
| | |||||
* | - moved hasher_*_t to *_hasher_t | Martin Willi | 2005-11-27 | 1 | -5/+6 |
| | | | | | - some logging improvements | ||||
* | - code cleanups | Martin Willi | 2005-11-26 | 1 | -7/+7 |
| | |||||
* | - lovlevels specified for each context | Martin Willi | 2005-11-26 | 3 | -47/+56 |
| | | | | | | | - threadsave log_bytes - default logging to stdout, easier for debugging - fixed logging to file | ||||
* | code documentation cleaned | Jan Hutter | 2005-11-25 | 2 | -45/+99 |
| | |||||
* | - code documentation cleaned | Jan Hutter | 2005-11-25 | 5 | -60/+55 |
| | |||||
* | - code documentation cleaned | Jan Hutter | 2005-11-25 | 3 | -53/+50 |
| | |||||
* | - code documentation cleaned | Jan Hutter | 2005-11-25 | 3 | -62/+80 |
| | |||||
* | - code documentation cleaned | Jan Hutter | 2005-11-25 | 2 | -51/+45 |
| | |||||
* | - chunk is freed differently | Jan Hutter | 2005-11-25 | 1 | -2/+2 |
| | |||||
* | - code refined | Jan Hutter | 2005-11-25 | 2 | -100/+171 |
| | | | | - documentation cleaned | ||||
* | - code refined | Jan Hutter | 2005-11-25 | 2 | -281/+226 |
| | | | | | - documentation cleaned | ||||
* | - began to clean code documentation | Jan Hutter | 2005-11-24 | 2 | -31/+33 |
| | |||||
* | - moved algorithm definitions from payloads to corresponding transforms | Martin Willi | 2005-11-24 | 1 | -1/+1 |
| | | | | | - cleanup of docs in transforms | ||||
* | - moved linked_list_iterator_t to iterator_t, located in iterator.h | Martin Willi | 2005-11-24 | 4 | -104/+149 |
| | |||||
* | - moved remove-method to iterator | Martin Willi | 2005-11-24 | 3 | -65/+65 |
| | |||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 14 | -74/+77 |
| | |||||
* | - moved host_t from util to network | Martin Willi | 2005-11-23 | 3 | -295/+0 |
| | |||||
* | - | Martin Willi | 2005-11-23 | 1 | -0/+48 |
| | |||||
* | - changed include paths | Martin Willi | 2005-11-23 | 15 | -23/+22 |
| | |||||
* | - added new logging context for configuration manager | Jan Hutter | 2005-11-22 | 2 | -2/+5 |
| | |||||
* | - still one memory leak and segmentation fault | Jan Hutter | 2005-11-21 | 1 | -2/+1 |
| | |||||
* | - allready partly working | Jan Hutter | 2005-11-21 | 1 | -0/+1 |
| | |||||
* | - fixed loglevel output bug | Martin Willi | 2005-11-21 | 1 | -2/+2 |
| | |||||
* | - added thread-id to log for some contexes | Martin Willi | 2005-11-21 | 4 | -24/+112 |
| | | | | | - cleaned up logger output | ||||
* | - commented | Martin Willi | 2005-11-21 | 2 | -13/+118 |
| | | | | | - added some getters | ||||
* | - memory leak fixed | Jan Hutter | 2005-11-18 | 1 | -6/+13 |
| | |||||
* | - implemented all diffie hellman groups | Jan Hutter | 2005-11-18 | 2 | -2/+108 |
| | | | | | - diffie hellman tested | ||||
* | - wrote diffie_hellman_t but not tested | Jan Hutter | 2005-11-18 | 2 | -0/+3 |
| | |||||
* | - redefined logger levels | Martin Willi | 2005-11-18 | 1 | -9/+25 |
| | |||||
* | - started to implement diffie hellman class | Jan Hutter | 2005-11-17 | 3 | -1/+268 |
| | |||||
* | - iterator insertion | Martin Willi | 2005-11-17 | 2 | -81/+58 |
| | |||||
* | - renamed EVENT_THREAD to SCHEDULER_THREAD | Martin Willi | 2005-11-17 | 2 | -2/+2 |
| | |||||
* | - host_t for storing host address | Martin Willi | 2005-11-16 | 2 | -0/+188 |
| | |||||
* | - added methods which will allocate mem | Martin Willi | 2005-11-16 | 2 | -1/+59 |
| | |||||
* | - fixed bug of generator | Jan Hutter | 2005-11-16 | 1 | -3/+7 |
| | |||||
* | - tried to fix memory errors | Jan Hutter | 2005-11-16 | 2 | -9/+13 |
| | |||||
* | - added number of working threads | Jan Hutter | 2005-11-16 | 1 | -1/+1 |
| | |||||
* | - fixed bug in naming of logger | Jan Hutter | 2005-11-16 | 1 | -28/+1 |
| | |||||
* | - added context for DAEMON | Jan Hutter | 2005-11-16 | 2 | -1/+3 |
| | |||||
* | - randomizer_t written and tested | Jan Hutter | 2005-11-16 | 2 | -0/+291 |
| | |||||
* | - added mappings for logger_context_t types | Jan Hutter | 2005-11-16 | 2 | -1/+16 |
| | | | | - added new logger_contex_t IKE_SA_MANAGER |