aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/utils/logger_manager.c
Commit message (Collapse)AuthorAgeFilesLines
* - reworked configuration framework completlyMartin Willi2006-03-161-6/+1
| | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed!
* - first attempt for connection loading and starting via "stroke"Martin Willi2006-03-141-3/+4
| | | | | - some improvements here and there
* - configuration_manager replaced by configuration_t interfaceMartin Willi2006-03-071-2/+4
| | | | | | | | - current configuration_manager is now static_configuration (testing) - first draft of starter_configuration, which should once interact with ipsec starter (via whack?) - some cleanups - socket_t uses RAW socket, which allows parallel service of pluto/charon
* - fixed socket code, so we know on which address we receive trafficMartin Willi2006-02-161-0/+1
| | | | | - AH/ESP setup in kernel is working now!!! :-)))
* - installing of child sa worksMartin Willi2006-02-161-2/+1
| | | | | - need correct IP adresses to actually use IPsec
* - key derivation for child_sa worksMartin Willi2006-02-101-3/+5
|
* - works with new proposal codeMartin Willi2006-02-091-0/+1
| | | | | - still some(!) memleaks
* - 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