aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/utils/logger.c
Commit message (Collapse)AuthorAgeFilesLines
* ../svn-commit.tmpMartin Willi2006-04-051-360/+0
|
* - rewrote a lot of RSA stuffMartin Willi2006-03-301-2/+11
| | | | | | | | | | - 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-13/+22
| | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-)
* - works quite well now with ipsec.conf & ipsec starterMartin Willi2006-03-201-11/+17
|
* - 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!
* - key derivation for child_sa worksMartin Willi2006-02-101-11/+14
|
* - code cleaned upJan Hutter2005-12-071-0/+4
|
* ../svn-commit.tmpMartin Willi2005-12-071-3/+3
|
* - code cleaned upJan Hutter2005-12-061-10/+11
|
* - logging cleanupMartin Willi2005-12-041-7/+6
| | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads
* - return value cleanupMartin Willi2005-11-281-32/+13
|
* - lovlevels specified for each contextMartin Willi2005-11-261-40/+34
| | | | | | | - threadsave log_bytes - default logging to stdout, easier for debugging - fixed logging to file
* - code documentation cleanedJan Hutter2005-11-251-22/+15
|
* - typedefs changedMartin Willi2005-11-241-2/+3
|
* - changed include pathsMartin Willi2005-11-231-2/+2
|
* - fixed loglevel output bugMartin Willi2005-11-211-2/+2
|
* - added thread-id to log for some contexesMartin Willi2005-11-211-6/+82
| | | | | - cleaned up logger output
* - added number of working threadsJan Hutter2005-11-161-1/+1
|
* - logger in utilsMartin Willi2005-11-111-0/+284
- allocator in utils - tests.c -> testcases/testcases.c