aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/utils/logger_manager.h
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-051-155/+0
|
* - rewrote a lot of RSA stuffMartin Willi2006-03-301-9/+23
| | | | | | | | | | - done major work for ASN1/decoder - allow loading of ASN1 der encoded private keys, public keys and certificates - extracting public key from certificates - passing certificates from stroke to charon => basic authentication with RSA certificates works!
* - starter work on asn1 with der de/encoderMartin Willi2006-03-241-0/+2
| | | | | | - RSA private and public key can load read key from ASN1 DER - some other fixes here and there
* - rewrite of logger_manager, uses now one instance per contextMartin Willi2006-03-231-33/+12
| | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-)
* - first attempt for connection loading and starting via "stroke"Martin Willi2006-03-141-0/+6
| | | | | - some improvements here and there
* - configuration_manager replaced by configuration_t interfaceMartin Willi2006-03-071-1/+1
| | | | | | | | - 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
* - key derivation for child_sa worksMartin Willi2006-02-101-1/+1
|
* - code cleaned upJan Hutter2005-12-061-10/+10
|
* - some doc updatesMartin Willi2005-12-051-2/+11
|
* - logging cleanupMartin Willi2005-12-041-0/+1
| | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads
* - state ike_sa_init_responded implemented (has some memleaks)Martin Willi2005-12-021-0/+1
|
* - return value cleanupMartin Willi2005-11-281-22/+7
|
* - code documentation cleanedJan Hutter2005-11-251-20/+35
|
* - typedefs changedMartin Willi2005-11-241-7/+7
|
* - changed include pathsMartin Willi2005-11-231-1/+1
|
* - added new logging context for configuration managerJan Hutter2005-11-221-1/+2
|
* - added thread-id to log for some contexesMartin Willi2005-11-211-4/+5
| | | | | - cleaned up logger output
* - renamed EVENT_THREAD to SCHEDULER_THREADMartin Willi2005-11-171-1/+1
|
* - added context for DAEMONJan Hutter2005-11-161-1/+2
|
* - added mappings for logger_context_t typesJan Hutter2005-11-161-1/+1
| | | | - added new logger_contex_t IKE_SA_MANAGER
* - logger in utilsMartin Willi2005-11-111-0/+140
- allocator in utils - tests.c -> testcases/testcases.c