Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - import of strongswan-2.7.0 | Martin Willi | 2006-04-28 | 1 | -231/+0 |
| | | | | | - applied patch for charon | ||||
* | - fixed doxygen build | Martin Willi | 2006-04-20 | 1 | -0/+10 |
| | | | | | - seperates now in lib and charon | ||||
* | - refactored ike proposal | Martin Willi | 2006-02-14 | 1 | -4/+4 |
| | | | | | | | | - 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 | ||||
* | - fixed alot of bugs in child_proposal | Martin Willi | 2006-02-08 | 1 | -3/+5 |
| | | | | | - near to working state ;-) | ||||
* | - dead end implementation | Martin Willi | 2006-02-06 | 1 | -21/+18 |
| | |||||
* | - code cleanup in network and config | Martin Willi | 2005-12-06 | 1 | -1/+1 |
| | | | | | - moved packet_t members to private, added getter and setters | ||||
* | - code cleanup of encoding package | Martin Willi | 2005-12-06 | 1 | -10/+7 |
| | |||||
* | - added notify message handling to ike_sa_init_requested_t and | Jan Hutter | 2005-12-02 | 1 | -1/+6 |
| | | | | responder_init_t | ||||
* | implemented and tested functionality to create sa_payload from | Jan Hutter | 2005-12-01 | 1 | -0/+33 |
| | | | | | ike_proposal_t's and also generate ike_proposal_t's from sa_payload | ||||
* | - changed creation of iterator | Jan Hutter | 2005-11-29 | 1 | -4/+4 |
| | | | | - chanded all clone calls | ||||
* | - removed memory allocation checks!!! | Jan Hutter | 2005-11-28 | 1 | -35/+21 |
| | |||||
* | - added compution of all needed keys and also creation of needed | Jan Hutter | 2005-11-28 | 1 | -0/+15 |
| | | | | transform objects | ||||
* | - 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 | -6/+6 |
| | |||||
* | - created encoding package | Martin Willi | 2005-11-23 | 1 | -0/+186 |