aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/utils/logger_manager.c
Commit message (Collapse)AuthorAgeFilesLines
* - code cleaned upJan Hutter2005-12-061-3/+25
|
* - added payload CERTJan Hutter2005-12-051-0/+1
| | | | | | - cleaned code of different states - added additional notify handling
* - logging cleanupMartin Willi2005-12-041-14/+32
| | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads
* - preshared secrets are now retrieved over configuration_managerJan Hutter2005-12-031-4/+6
|
* - fixesMartin Willi2005-12-021-2/+1
|
* - state ike_sa_init_responded implemented (has some memleaks)Martin Willi2005-12-021-0/+2
|
* - fixed bugsJan Hutter2005-12-011-1/+0
|
* - new configuration support added to ike_sa and statesJan Hutter2005-12-011-0/+1
|
* - changed creation of iteratorJan Hutter2005-11-291-4/+4
| | | | - chanded all clone calls
* - return value cleanupMartin Willi2005-11-281-130/+31
|
* - encryptino payload Martin Willi2005-11-281-1/+1
|
* - added compution of all needed keys and also creation of needed Jan Hutter2005-11-281-0/+1
| | | | transform objects
* - wrote test for aes_cbc but encryption does not seem to work :-(Jan Hutter2005-11-281-1/+1
|
* - moved hasher_*_t to *_hasher_tMartin Willi2005-11-271-5/+6
| | | | | - some logging improvements
* - lovlevels specified for each contextMartin Willi2005-11-261-4/+19
| | | | | | | - threadsave log_bytes - default logging to stdout, easier for debugging - fixed logging to file
* - code documentation cleanedJan Hutter2005-11-251-24/+29
|
* - moved linked_list_iterator_t to iterator_t, located in iterator.hMartin Willi2005-11-241-3/+3
|
* - moved remove-method to iteratorMartin Willi2005-11-241-1/+1
|
* - typedefs changedMartin Willi2005-11-241-6/+7
|
* - changed include pathsMartin Willi2005-11-231-3/+3
|
* - added new logging context for configuration managerJan Hutter2005-11-221-1/+3
|
* - still one memory leak and segmentation faultJan Hutter2005-11-211-2/+1
|
* - allready partly workingJan Hutter2005-11-211-0/+1
|
* - added thread-id to log for some contexesMartin Willi2005-11-211-13/+24
| | | | | - cleaned up logger output
* - renamed EVENT_THREAD to SCHEDULER_THREADMartin Willi2005-11-171-1/+1
|
* - fixed bug in naming of loggerJan Hutter2005-11-161-28/+1
|
* - added context for DAEMONJan Hutter2005-11-161-0/+1
|
* - added mappings for logger_context_t typesJan Hutter2005-11-161-0/+15
| | | | - added new logger_contex_t IKE_SA_MANAGER
* fixed bug in logger_managerJan Hutter2005-11-161-4/+12
|
* - notify payload written and testedJan Hutter2005-11-151-1/+1
|
* - logger in utilsMartin Willi2005-11-111-0/+461
- allocator in utils - tests.c -> testcases/testcases.c