Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - reworked configuration framework completly | Martin Willi | 2006-03-16 | 1 | -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 Willi | 2006-03-14 | 1 | -3/+4 |
| | | | | | - some improvements here and there | ||||
* | - configuration_manager replaced by configuration_t interface | Martin Willi | 2006-03-07 | 1 | -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 traffic | Martin Willi | 2006-02-16 | 1 | -0/+1 |
| | | | | | - AH/ESP setup in kernel is working now!!! :-))) | ||||
* | - installing of child sa works | Martin Willi | 2006-02-16 | 1 | -2/+1 |
| | | | | | - need correct IP adresses to actually use IPsec | ||||
* | - key derivation for child_sa works | Martin Willi | 2006-02-10 | 1 | -3/+5 |
| | |||||
* | - works with new proposal code | Martin Willi | 2006-02-09 | 1 | -0/+1 |
| | | | | | - still some(!) memleaks | ||||
* | - code cleaned up | Jan Hutter | 2005-12-06 | 1 | -3/+25 |
| | |||||
* | - added payload CERT | Jan Hutter | 2005-12-05 | 1 | -0/+1 |
| | | | | | | - cleaned code of different states - added additional notify handling | ||||
* | - logging cleanup | Martin Willi | 2005-12-04 | 1 | -14/+32 |
| | | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads | ||||
* | - preshared secrets are now retrieved over configuration_manager | Jan Hutter | 2005-12-03 | 1 | -4/+6 |
| | |||||
* | - fixes | Martin Willi | 2005-12-02 | 1 | -2/+1 |
| | |||||
* | - state ike_sa_init_responded implemented (has some memleaks) | Martin Willi | 2005-12-02 | 1 | -0/+2 |
| | |||||
* | - fixed bugs | Jan Hutter | 2005-12-01 | 1 | -1/+0 |
| | |||||
* | - new configuration support added to ike_sa and states | Jan Hutter | 2005-12-01 | 1 | -0/+1 |
| | |||||
* | - changed creation of iterator | Jan Hutter | 2005-11-29 | 1 | -4/+4 |
| | | | | - chanded all clone calls | ||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 1 | -130/+31 |
| | |||||
* | - encryptino payload | Martin Willi | 2005-11-28 | 1 | -1/+1 |
| | |||||
* | - added compution of all needed keys and also creation of needed | Jan Hutter | 2005-11-28 | 1 | -0/+1 |
| | | | | transform objects | ||||
* | - wrote test for aes_cbc but encryption does not seem to work :-( | Jan Hutter | 2005-11-28 | 1 | -1/+1 |
| | |||||
* | - moved hasher_*_t to *_hasher_t | Martin Willi | 2005-11-27 | 1 | -5/+6 |
| | | | | | - some logging improvements | ||||
* | - lovlevels specified for each context | Martin Willi | 2005-11-26 | 1 | -4/+19 |
| | | | | | | | - threadsave log_bytes - default logging to stdout, easier for debugging - fixed logging to file | ||||
* | - code documentation cleaned | Jan Hutter | 2005-11-25 | 1 | -24/+29 |
| | |||||
* | - moved linked_list_iterator_t to iterator_t, located in iterator.h | Martin Willi | 2005-11-24 | 1 | -3/+3 |
| | |||||
* | - moved remove-method to iterator | Martin Willi | 2005-11-24 | 1 | -1/+1 |
| | |||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 1 | -6/+7 |
| | |||||
* | - changed include paths | Martin Willi | 2005-11-23 | 1 | -3/+3 |
| | |||||
* | - added new logging context for configuration manager | Jan Hutter | 2005-11-22 | 1 | -1/+3 |
| | |||||
* | - still one memory leak and segmentation fault | Jan Hutter | 2005-11-21 | 1 | -2/+1 |
| | |||||
* | - allready partly working | Jan Hutter | 2005-11-21 | 1 | -0/+1 |
| | |||||
* | - added thread-id to log for some contexes | Martin Willi | 2005-11-21 | 1 | -13/+24 |
| | | | | | - cleaned up logger output | ||||
* | - renamed EVENT_THREAD to SCHEDULER_THREAD | Martin Willi | 2005-11-17 | 1 | -1/+1 |
| | |||||
* | - fixed bug in naming of logger | Jan Hutter | 2005-11-16 | 1 | -28/+1 |
| | |||||
* | - added context for DAEMON | Jan Hutter | 2005-11-16 | 1 | -0/+1 |
| | |||||
* | - added mappings for logger_context_t types | Jan Hutter | 2005-11-16 | 1 | -0/+15 |
| | | | | - added new logger_contex_t IKE_SA_MANAGER | ||||
* | fixed bug in logger_manager | Jan Hutter | 2005-11-16 | 1 | -4/+12 |
| | |||||
* | - notify payload written and tested | Jan Hutter | 2005-11-15 | 1 | -1/+1 |
| | |||||
* | - logger in utils | Martin Willi | 2005-11-11 | 1 | -0/+461 |
- allocator in utils - tests.c -> testcases/testcases.c |