Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - created encoding package | Martin Willi | 2005-11-23 | 1 | -877/+0 |
| | |||||
* | - changed include paths | Martin Willi | 2005-11-23 | 1 | -10/+10 |
| | |||||
* | - added get_responder_spi function | Jan Hutter | 2005-11-22 | 1 | -0/+10 |
| | |||||
* | - memory leak fixed | Jan Hutter | 2005-11-22 | 1 | -0/+1 |
| | |||||
* | - allready partly working | Jan Hutter | 2005-11-21 | 1 | -10/+2 |
| | |||||
* | - cleaned up logging | Martin Willi | 2005-11-21 | 1 | -21/+48 |
| | |||||
* | - current payload type was read at wrong location | Jan Hutter | 2005-11-21 | 1 | -3/+5 |
| | |||||
* | - added cloning of already generated packet | Jan Hutter | 2005-11-21 | 1 | -1/+7 |
| | |||||
* | - baschtel | Martin Willi | 2005-11-18 | 1 | -2/+8 |
| | | | | - works initiating, results in shared secret | ||||
* | - changed ike_sa_id interface | Martin Willi | 2005-11-18 | 1 | -7/+18 |
| | | | | | - definition of private ike_sa methods | ||||
* | - added build_message to ike_sa | Martin Willi | 2005-11-18 | 1 | -29/+5 |
| | | | | - removed is_initiator in message, flag is stored in ike_sa_id | ||||
* | (no commit message) | Martin Willi | 2005-11-18 | 1 | -0/+7 |
| | |||||
* | - redefined logger levels | Martin Willi | 2005-11-18 | 1 | -4/+4 |
| | |||||
* | "" | Martin Willi | 2005-11-17 | 1 | -2/+6 |
| | |||||
* | (no commit message) | Jan Hutter | 2005-11-17 | 1 | -2/+1 |
| | |||||
* | - added verify functionality | Jan Hutter | 2005-11-17 | 1 | -8/+13 |
| | |||||
* | - parse_body improved | Jan Hutter | 2005-11-17 | 1 | -13/+159 |
| | |||||
* | - started to implement message type check | Jan Hutter | 2005-11-17 | 1 | -14/+168 |
| | |||||
* | - processing of incoming message in worker thread programmed | Jan Hutter | 2005-11-16 | 1 | -5/+35 |
| | |||||
* | - spi_t replaced with u_int64_t | Jan Hutter | 2005-11-16 | 1 | -6/+41 |
| | |||||
* | - implemented generate-method | Martin Willi | 2005-11-16 | 1 | -20/+184 |
| | | | | - untested | ||||
* | - fixed bad SVN issues, should all work again now | Martin Willi | 2005-11-14 | 1 | -1/+2 |
| | | | | | - does not compile, need rewrite of parser and generator | ||||
* | - logger in utils | Martin Willi | 2005-11-11 | 1 | -2/+2 |
| | | | | | - allocator in utils - tests.c -> testcases/testcases.c | ||||
* | - moved queues into subfolder queues | Martin Willi | 2005-11-11 | 1 | -2/+3 |
| | | | | - created subdirectory utils for linked_list_t and co. | ||||
* | - wrote public functions to set and get important values of a message | Jan Hutter | 2005-11-10 | 1 | -1/+76 |
| | |||||
* | generator now has its generator_context which is used to generate more | Jan Hutter | 2005-11-10 | 1 | -0/+120 |
| | | | | then one payload in sequence... | ||||
* | - started to implement message | Jan Hutter | 2005-11-10 | 1 | -7/+37 |
| | |||||
* | - removed strongswan includes, we are now self-contained ;-) | Martin Willi | 2005-11-10 | 1 | -3/+0 |
| | |||||
* | - memory allocation now works with allocator-functions... | Jan Hutter | 2005-11-09 | 1 | -1/+2 |
| | |||||
* | - changed memory allocator functions to own allocator calls | Jan Hutter | 2005-11-09 | 1 | -11/+11 |
| | |||||
* | - implemented create and destroy function | Jan Hutter | 2005-11-08 | 1 | -0/+54 |
| | |||||
* | - created header and c file for this type (no content at the moment) | Jan Hutter | 2005-11-08 | 1 | -0/+23 |