Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated exit status handling of exec script | Christian Pointner | 2009-01-20 | 1 | -1/+1 |
* | fixed bug which prevents uanytun from detecting device type properly | Christian Pointner | 2009-01-19 | 1 | -2/+2 |
* | moved signal init to better place | Christian Pointner | 2009-01-18 | 1 | -2/+1 |
* | fixed packet length errors | Christian Pointner | 2009-01-16 | 1 | -3/+11 |
* | Release 0.2.1rel-0.2.1v0.2.1 | Christian Pointner | 2009-01-14 | 1 | -1/+0 |
* | change dual kd to single kd with 2 key storages | Christian Pointner | 2009-01-14 | 1 | -25/+15 |
* | --key and --salt have now higher priority than a passphrase | Christian Pointner | 2009-01-07 | 1 | -4/+7 |
* | minor cleanups | Christian Pointner | 2009-01-07 | 1 | -5/+10 |
* | cleaned up main_loop | Christian Pointner | 2009-01-06 | 1 | -78/+93 |
* | cleaned up main_loop a little | Christian Pointner | 2009-01-06 | 1 | -32/+54 |
* | some cleanup | Christian Pointner | 2009-01-06 | 1 | -7/+13 |
* | added libssl crypto based auth algo HMAC-Sha1 | Christian Pointner | 2009-01-05 | 1 | -0/+4 |
* | removed useless gcry_strsource output | Christian Pointner | 2009-01-04 | 1 | -2/+2 |
* | added NO_LIBGMP and NO_CRYPT to build a daemon without cryptosupport | Christian Pointner | 2009-01-04 | 1 | -3/+22 |
* | added auth algo | Christian Pointner | 2009-01-03 | 1 | -4/+15 |
* | some improvements in key derivation | Christian Pointner | 2009-01-02 | 1 | -6/+14 |
* | some cleanup at key derivation | Christian Pointner | 2009-01-02 | 1 | -3/+4 |
* | added option ld-kdr for the key derivation rate | Christian Pointner | 2009-01-02 | 1 | -1/+1 |
* | cosmetic change | Christian Pointner | 2009-01-02 | 1 | -1/+1 |
* | key derivation seems to work now | Christian Pointner | 2009-01-02 | 1 | -10/+12 |
* | added key derivation - not tested yet | Christian Pointner | 2009-01-01 | 1 | -3/+2 |
* | fixed build on OpenBSD | Christian Pointner | 2009-01-01 | 1 | -0/+9 |
* | added aes-ctr cipher | Christian Pointner | 2009-01-01 | 1 | -0/+36 |
* | removed useless malloc for seq_window_t | Christian Pointner | 2008-12-31 | 1 | -5/+5 |
* | removed useless malloc for cipher_t | Christian Pointner | 2008-12-31 | 1 | -6/+6 |
* | removed useless malloc for udp_t | Christian Pointner | 2008-12-31 | 1 | -8/+8 |
* | fixed useless malloc for dev_t | Christian Pointner | 2008-12-31 | 1 | -7/+7 |
* | changed useless malloc for options_t | Christian Pointner | 2008-12-31 | 1 | -13/+12 |
* | added sequence window | Christian Pointner | 2008-12-31 | 1 | -8/+31 |
* | fixed some out of memory errors | Christian Pointner | 2008-12-30 | 1 | -4/+10 |
* | added bsd tun device | Christian Pointner | 2008-12-29 | 1 | -3/+17 |
* | improved signal handling | Christian Pointner | 2008-12-29 | 1 | -1/+13 |
* | first working version (null cipher and no auth tag) | Christian Pointner | 2008-12-28 | 1 | -24/+36 |
* | processing of device packets works now (null cipher and no auth algo) | Christian Pointner | 2008-12-28 | 1 | -31/+48 |
* | some cleanup | Christian Pointner | 2008-12-28 | 1 | -0/+2 |
* | added cipher (net tested yet) | Christian Pointner | 2008-12-28 | 1 | -0/+2 |
* | cleaned up main loop (still some building blocks missing) | Christian Pointner | 2008-12-28 | 1 | -13/+29 |
* | int main() is pretty finished now | Christian Pointner | 2008-12-28 | 1 | -38/+64 |
* | options parser almost done | Christian Pointner | 2008-12-28 | 1 | -1/+3 |
* | added options parser | Christian Pointner | 2008-12-28 | 1 | -0/+10 |
* | some cleanup | Christian Pointner | 2008-12-28 | 1 | -79/+30 |
* | added encrypted packet | Christian Pointner | 2008-12-28 | 1 | -30/+42 |
* | added plain packet | Christian Pointner | 2008-12-28 | 1 | -26/+97 |
* | some cleanup | Christian Pointner | 2008-12-28 | 1 | -11/+32 |
* | some memory erros fixed | Christian Pointner | 2008-12-28 | 1 | -4/+5 |
* | added enpoint to string functions | Christian Pointner | 2008-12-28 | 1 | -0/+4 |
* | fixed memory error und udp_close | Christian Pointner | 2008-12-28 | 1 | -0/+2 |
* | added udp socket | Christian Pointner | 2008-12-28 | 1 | -0/+8 |
* | added datatypes.h | Christian Pointner | 2008-12-27 | 1 | -0/+2 |
* | some more memory erros @ tun device fixed | Christian Pointner | 2008-12-27 | 1 | -7/+9 |