Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - import of strongswan-2.7.0 | Martin Willi | 2006-04-28 | 1 | -140/+0 |
| | | | | | - applied patch for charon | ||||
* | - rewrite of logger_manager, uses now one instance per context | Martin Willi | 2006-03-23 | 1 | -7/+0 |
| | | | | | | | - 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 | -2/+0 |
| | | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed! | ||||
* | - refactored ike proposal | Martin Willi | 2006-02-14 | 1 | -31/+22 |
| | | | | | | | | - uses now proposal_t, wich is also used by child proposals - ike key derivation refactored - crypter_t api has get_key_size now - some other improvements here and there | ||||
* | - works with new proposal code | Martin Willi | 2006-02-09 | 1 | -1/+3 |
| | | | | | - still some(!) memleaks | ||||
* | - fixed alot of bugs in child_proposal | Martin Willi | 2006-02-08 | 1 | -7/+3 |
| | | | | | - near to working state ;-) | ||||
* | - dead end implementation | Martin Willi | 2006-02-06 | 1 | -16/+8 |
| | |||||
* | - added todo's | Jan Hutter | 2005-12-12 | 1 | -0/+2 |
| | |||||
* | - code cleanup of encoding package | Martin Willi | 2005-12-06 | 1 | -9/+17 |
| | |||||
* | - implemented functionality to generate sa payload from | Jan Hutter | 2005-12-01 | 1 | -1/+28 |
| | | | | | | child_proposal_t's and vice versa... | ||||
* | implemented and tested functionality to create sa_payload from | Jan Hutter | 2005-12-01 | 1 | -0/+27 |
| | | | | | ike_proposal_t's and also generate ike_proposal_t's from sa_payload | ||||
* | - changed creation of iterator | Jan Hutter | 2005-11-29 | 1 | -2/+2 |
| | | | | - chanded all clone calls | ||||
* | - removed memory allocation checks!!! | Jan Hutter | 2005-11-28 | 1 | -22/+16 |
| | |||||
* | - moved linked_list_iterator_t to iterator_t, located in iterator.h | Martin Willi | 2005-11-24 | 1 | -1/+1 |
| | |||||
* | changed enum and structs names to _t | Jan Hutter | 2005-11-24 | 1 | -3/+3 |
| | |||||
* | - created encoding package | Martin Willi | 2005-11-23 | 1 | -0/+110 |