Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - -Wall -Werror added | Martin Willi | 2005-11-24 | 1 | -1/+1 | |
| | ||||||
* | - moved linked_list_iterator_t to iterator_t, located in iterator.h | Martin Willi | 2005-11-24 | 23 | -156/+201 | |
| | ||||||
* | function better described | Jan Hutter | 2005-11-24 | 1 | -1/+5 | |
| | ||||||
* | - moved remove-method to iterator | Martin Willi | 2005-11-24 | 5 | -67/+67 | |
| | ||||||
* | - fixed some docu issues | Martin Willi | 2005-11-24 | 1 | -3/+4 | |
| | ||||||
* | - updated documentation, should be the reference | Martin Willi | 2005-11-24 | 2 | -31/+28 | |
| | ||||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 61 | -241/+302 | |
| | ||||||
* | changed enum and structs names to _t | Jan Hutter | 2005-11-24 | 45 | -177/+198 | |
| | ||||||
* | - memory leaks fixed | Jan Hutter | 2005-11-24 | 6 | -15/+27 | |
| | | | | - failed tests fixed | |||||
* | - moved host_t from util to network | Martin Willi | 2005-11-23 | 6 | -8/+8 | |
| | ||||||
* | - fixed doxyfile | Martin Willi | 2005-11-23 | 1 | -1/+1 | |
| | ||||||
* | - | Martin Willi | 2005-11-23 | 11 | -19/+328 | |
| | ||||||
* | - created new makefiles | Jan Hutter | 2005-11-23 | 9 | -10/+250 | |
| | ||||||
* | - unmanaged build | Martin Willi | 2005-11-23 | 2 | -0/+87 | |
| | ||||||
* | (no commit message) | Martin Willi | 2005-11-23 | 14 | -0/+2493 | |
| | ||||||
* | ok | Martin Willi | 2005-11-23 | 16 | -692/+15 | |
| | ||||||
* | - deleted | Martin Willi | 2005-11-23 | 14 | -2493/+0 | |
| | ||||||
* | - config pkg | Martin Willi | 2005-11-23 | 2 | -0/+677 | |
| | ||||||
* | - created package threads | Martin Willi | 2005-11-23 | 13 | -8/+8 | |
| | ||||||
* | - created encoding package | Martin Willi | 2005-11-23 | 44 | -100/+99 | |
| | ||||||
* | - moved packet and socket in new network-package | Martin Willi | 2005-11-23 | 18 | -32/+32 | |
| | ||||||
* | - jobs moved into queues | Martin Willi | 2005-11-23 | 11 | -6/+6 | |
| | ||||||
* | - changed include paths | Martin Willi | 2005-11-23 | 76 | -245/+245 | |
| | ||||||
* | - changed include paths | Jan Hutter | 2005-11-23 | 41 | -127/+127 | |
| | ||||||
* | include paths changed | Jan Hutter | 2005-11-23 | 13 | -26/+26 | |
| | ||||||
* | - include path changed | Jan Hutter | 2005-11-23 | 19 | -61/+61 | |
| | ||||||
* | - shared secret was not retrieved | Jan Hutter | 2005-11-23 | 1 | -4/+5 | |
| | ||||||
* | - fixed bugs | Jan Hutter | 2005-11-23 | 2 | -0/+25 | |
| | ||||||
* | - added compution of secrets | Jan Hutter | 2005-11-23 | 1 | -0/+9 | |
| | ||||||
* | - set default Hash function to MD5 | Jan Hutter | 2005-11-23 | 1 | -6/+6 | |
| | ||||||
* | - cleaned code, no functional change | Jan Hutter | 2005-11-23 | 1 | -11/+9 | |
| | ||||||
* | - added logging of nonces | Jan Hutter | 2005-11-23 | 1 | -0/+3 | |
| | ||||||
* | - buffer pointer was not increased | Jan Hutter | 2005-11-23 | 1 | -1/+3 | |
| | ||||||
* | - bug in creating fixed | Jan Hutter | 2005-11-23 | 1 | -1/+1 | |
| | ||||||
* | added CHUNK_INITIALIZER | Jan Hutter | 2005-11-23 | 2 | -0/+3 | |
| | ||||||
* | - hmac supports md5 | Martin Willi | 2005-11-23 | 1 | -0/+1 | |
| | ||||||
* | - md5 hmac test | Martin Willi | 2005-11-22 | 4 | -6/+204 | |
| | ||||||
* | - added support for encoding type IKE_SPI | Jan Hutter | 2005-11-22 | 1 | -0/+51 | |
| | ||||||
* | (no commit message) | Jan Hutter | 2005-11-22 | 1 | -56/+30 | |
| | ||||||
* | added new fields | Jan Hutter | 2005-11-22 | 1 | -32/+86 | |
| | ||||||
* | changed way to get transforms | Jan Hutter | 2005-11-22 | 2 | -31/+25 | |
| | ||||||
* | changed encoding rules to support type IKE_SPI | Jan Hutter | 2005-11-22 | 1 | -2/+2 | |
| | ||||||
* | added encoding type IKE_SPI | Jan Hutter | 2005-11-22 | 2 | -1/+12 | |
| | ||||||
* | -starte to implement function to set secrets | Jan Hutter | 2005-11-22 | 1 | -0/+174 | |
| | ||||||
* | - added function to retrieve responder spi | Jan Hutter | 2005-11-22 | 1 | -0/+8 | |
| | ||||||
* | added field type IKE_SPI | Jan Hutter | 2005-11-22 | 1 | -1/+14 | |
| | ||||||
* | - added get_responder_spi function | Jan Hutter | 2005-11-22 | 1 | -0/+10 | |
| | ||||||
* | - added md5 test | Martin Willi | 2005-11-22 | 1 | -2/+2 | |
| | ||||||
* | - fixed some minor comment issues | Martin Willi | 2005-11-22 | 2 | -2/+2 | |
| | ||||||
* | - prf_hmac_sha1 is now a generig prf_hmac | Martin Willi | 2005-11-22 | 3 | -27/+31 | |
| | | | | | - supports md5 |