Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - split up in libstrong, charon, stroke, testing done | Martin Willi | 2006-04-10 | 1 | -16/+24 |
| | | | | | | | | | - new leak detective with malloc hook in library - useable, but needs improvements - logger_manager has now a single instance per library - allows use of loggers from any linking prog - a LOT of other things | ||||
* | - rewrite of logger_manager, uses now one instance per context | Martin Willi | 2006-03-23 | 1 | -11/+3 |
| | | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-) | ||||
* | - reworked configuration framework completly | Martin Willi | 2006-03-16 | 1 | -5/+2 |
| | | | | | | - 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 | -19/+14 |
| | | | | | - some improvements here and there | ||||
* | - configuration_manager replaced by configuration_t interface | Martin Willi | 2006-03-07 | 1 | -6/+6 |
| | | | | | | | | - 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 | ||||
* | - added deletion of IKE_SA | Jan Hutter | 2005-12-12 | 1 | -3/+2 |
| | |||||
* | ../svn-commit.tmp | Martin Willi | 2005-12-07 | 1 | -17/+17 |
| | |||||
* | - log changed | Jan Hutter | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | - code cleaned up | Jan Hutter | 2005-12-06 | 1 | -37/+38 |
| | |||||
* | - implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SA | Jan Hutter | 2005-12-06 | 1 | -22/+142 |
| | |||||
* | - added payload CERT | Jan Hutter | 2005-12-05 | 1 | -6/+43 |
| | | | | | | - cleaned code of different states - added additional notify handling | ||||
* | - logging cleanup | Martin Willi | 2005-12-04 | 1 | -2/+1 |
| | | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads | ||||
* | fixed different bugs when checking out ike sa and retransmitting | Jan Hutter | 2005-12-02 | 1 | -0/+1 |
| | | | | requests | ||||
* | - retransmitting of requests implemented | Jan Hutter | 2005-12-02 | 1 | -7/+24 |
| | |||||
* | - added new job type retransmit_request_job_t | Jan Hutter | 2005-12-02 | 1 | -17/+86 |
| | | | | - fixed memory leaks | ||||
* | - added notify message handling to ike_sa_init_requested_t and | Jan Hutter | 2005-12-02 | 1 | -3/+11 |
| | | | | responder_init_t | ||||
* | cleaned code | Jan Hutter | 2005-12-02 | 1 | -4/+12 |
| | |||||
* | - globals packed in a daemon | Martin Willi | 2005-11-29 | 1 | -14/+14 |
| | |||||
* | - changed allocation behavior | Martin Willi | 2005-11-29 | 1 | -18/+3 |
| | |||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 1 | -48/+20 |
| | |||||
* | - moved hasher_*_t to *_hasher_t | Martin Willi | 2005-11-27 | 1 | -0/+4 |
| | | | | | - some logging improvements | ||||
* | - threads are new identified by pid | Martin Willi | 2005-11-26 | 1 | -7/+9 |
| | |||||
* | - documentation and cleanup of threads package | Martin Willi | 2005-11-25 | 1 | -156/+200 |
| | |||||
* | - added function create_and_checkout to the ike_sa_manager_t | Jan Hutter | 2005-11-24 | 1 | -16/+3 |
| | |||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 1 | -3/+3 |
| | |||||
* | - created package threads | Martin Willi | 2005-11-23 | 1 | -0/+378 |