Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed anytun02 compat mode | Christian Pointner | 2009-04-07 | 1 | -4/+2 |
| | |||||
* | removed ld_kdr and key store | Christian Pointner | 2009-03-16 | 1 | -1/+1 |
| | | | | | | started to add role support to key derivation | ||||
* | added --role to options parser | Christian Pointner | 2009-03-16 | 1 | -0/+3 |
| | |||||
* | added command line option for auth tag length | Christian Pointner | 2009-03-13 | 1 | -2/+2 |
| | |||||
* | moved hex-dump function to log_* | Christian Pointner | 2009-03-12 | 1 | -17/+0 |
| | |||||
* | fixed build on FreeBSD | Christian Pointner | 2009-03-04 | 1 | -1/+1 |
| | |||||
* | moved from %m to %s and strerror | Christian Pointner | 2009-02-26 | 1 | -6/+6 |
| | |||||
* | added -4 and -6 switches to udp socket | Christian Pointner | 2009-02-26 | 1 | -2/+2 |
| | |||||
* | added -4 and -6 command line arguments | Christian Pointner | 2009-02-26 | 1 | -1/+4 |
| | |||||
* | fixed some name resolution issues | Christian Pointner | 2009-02-24 | 1 | -6/+12 |
| | |||||
* | fixed cleanup at errors in main | Christian Pointner | 2009-02-23 | 1 | -5/+21 |
| | |||||
* | added command line parameters for new logging | Christian Pointner | 2009-02-23 | 1 | -5/+27 |
| | |||||
* | added extended logging support | Christian Pointner | 2009-02-23 | 1 | -17/+20 |
| | |||||
* | small cleanup | Christian Pointner | 2009-02-18 | 1 | -1/+1 |
| | |||||
* | added runtime switch for anytun 0.2 crypto compability | Christian Pointner | 2009-02-18 | 1 | -2/+4 |
| | |||||
* | fixed gcrypt/ssl issue | Christian Pointner | 2009-02-04 | 1 | -0/+2 |
| | |||||
* | cleaned file header | Christian Pointner | 2009-02-04 | 1 | -7/+7 |
| | |||||
* | not sending packet when remote addr is unkown | Christian Pointner | 2009-02-04 | 1 | -0/+4 |
| | |||||
* | new ifconfig syntax (only command line parser yet) | Christian Pointner | 2009-02-03 | 1 | -1/+1 |
| | |||||
* | droping privileges without chroot is now possible | Christian Pointner | 2009-01-28 | 1 | -2/+12 |
| | |||||
* | 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 |
| | | | | | | some cleanup | ||||
* | 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 |
| | | | | | | fixed key derivation rate bug | ||||
* | 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 option for passphrase enabled option for kd-prf | ||||
* | 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 |
| | | | | | | NOTE: with NO_LIBGMP the cipher and the keyderivation don't work until now | ||||
* | added auth algo | Christian Pointner | 2009-01-03 | 1 | -4/+15 |
| | | | | | | | tested with anytun an ANYTUN_02_COMPAT set switched defaults for kd-prf, cipher and auth algo to use crypto | ||||
* | some improvements in key derivation | Christian Pointner | 2009-01-02 | 1 | -6/+14 |
| | | | | | | | note this is no longer compatible to anytun and currently not compliant to the rfc (but probably will) | ||||
* | some cleanup at key derivation | Christian Pointner | 2009-01-02 | 1 | -3/+4 |
| | | | | | | cipher supports now multiple key lengths and uses key derivation directly | ||||
* | 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 |
| | | | | | | fixed memory errors with key and salt handling | ||||
* | added aes-ctr cipher | Christian Pointner | 2009-01-01 | 1 | -0/+36 |
| | | | | | | TODO: key derivation | ||||
* | 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 |
| | | | | | | | options parser gives now a hint where the error happened added build instructions for OpenBSD to Readme |