Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ../svn-commit.tmp | Martin Willi | 2006-04-05 | 1 | -360/+0 |
| | |||||
* | - rewrote a lot of RSA stuff | Martin Willi | 2006-03-30 | 1 | -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 context | Martin Willi | 2006-03-23 | 1 | -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 starter | Martin Willi | 2006-03-20 | 1 | -11/+17 |
| | |||||
* | - reworked configuration framework completly | Martin Willi | 2006-03-16 | 1 | -2/+2 |
| | | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed! | ||||
* | - key derivation for child_sa works | Martin Willi | 2006-02-10 | 1 | -11/+14 |
| | |||||
* | - code cleaned up | Jan Hutter | 2005-12-07 | 1 | -0/+4 |
| | |||||
* | ../svn-commit.tmp | Martin Willi | 2005-12-07 | 1 | -3/+3 |
| | |||||
* | - code cleaned up | Jan Hutter | 2005-12-06 | 1 | -10/+11 |
| | |||||
* | - logging cleanup | Martin Willi | 2005-12-04 | 1 | -7/+6 |
| | | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads | ||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 1 | -32/+13 |
| | |||||
* | - lovlevels specified for each context | Martin Willi | 2005-11-26 | 1 | -40/+34 |
| | | | | | | | - threadsave log_bytes - default logging to stdout, easier for debugging - fixed logging to file | ||||
* | - code documentation cleaned | Jan Hutter | 2005-11-25 | 1 | -22/+15 |
| | |||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 1 | -2/+3 |
| | |||||
* | - changed include paths | Martin Willi | 2005-11-23 | 1 | -2/+2 |
| | |||||
* | - fixed loglevel output bug | Martin Willi | 2005-11-21 | 1 | -2/+2 |
| | |||||
* | - added thread-id to log for some contexes | Martin Willi | 2005-11-21 | 1 | -6/+82 |
| | | | | | - cleaned up logger output | ||||
* | - added number of working threads | Jan Hutter | 2005-11-16 | 1 | -1/+1 |
| | |||||
* | - logger in utils | Martin Willi | 2005-11-11 | 1 | -0/+284 |
- allocator in utils - tests.c -> testcases/testcases.c |