aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/utils/logger.h
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-051-199/+0
|
* - rewrote a lot of RSA stuffMartin Willi2006-03-301-0/+10
| | | | | | | | | | - 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!
* - rewrite of logger_manager, uses now one instance per contextMartin Willi2006-03-231-15/+23
| | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-)
* - reworked configuration framework completlyMartin Willi2006-03-161-2/+2
| | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed!
* ../svn-commit.tmpMartin Willi2005-12-071-9/+17
|
* - code cleaned upJan Hutter2005-12-061-9/+12
|
* - logging cleanupMartin Willi2005-12-041-6/+6
| | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads
* - added and tested id_payload_tJan Hutter2005-11-291-1/+1
|
* - return value cleanupMartin Willi2005-11-281-15/+7
|
* - lovlevels specified for each contextMartin Willi2005-11-261-3/+3
| | | | | | | - threadsave log_bytes - default logging to stdout, easier for debugging - fixed logging to file
* - code documentation cleanedJan Hutter2005-11-251-0/+1
|
* - code documentation cleanedJan Hutter2005-11-251-30/+34
|
* - typedefs changedMartin Willi2005-11-241-4/+6
|
* - changed include pathsMartin Willi2005-11-231-1/+2
|
* - added thread-id to log for some contexesMartin Willi2005-11-211-1/+1
| | | | | - cleaned up logger output
* - redefined logger levelsMartin Willi2005-11-181-9/+25
|
* - logger in utilsMartin Willi2005-11-111-0/+154
- allocator in utils - tests.c -> testcases/testcases.c