Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated copyright year | Christian Pointner | 2010-02-11 | 1 | -1/+1 |
* | fixed typo | Christian Pointner | 2010-01-16 | 1 | -1/+1 |
* | multi sockets work now | Christian Pointner | 2010-01-16 | 1 | -8/+13 |
* | listening on multiple sockets now | Christian Pointner | 2010-01-16 | 1 | -6/+0 |
* | changed name of udp structure | Christian Pointner | 2010-01-16 | 1 | -8/+8 |
* | moved crypto initilization to seperate header file | Christian Pointner | 2010-01-11 | 1 | -44/+5 |
* | moved default log target to options | Christian Pointner | 2010-01-11 | 1 | -18/+13 |
* | added version info into binary | Christian Pointner | 2009-12-22 | 1 | -1/+7 |
* | switched to GPLv3 or higher | Christian Pointner | 2009-10-28 | 1 | -2/+3 |
* | more portibke way of calling execve | Christian Pointner | 2009-06-24 | 1 | -1/+2 |
* | fixed ifconfig calls for linux and bsd | Christian Pointner | 2009-06-24 | 1 | -1/+1 |
* | moved from execl to execve | Christian Pointner | 2009-06-24 | 1 | -1/+2 |
* | added signal handling without races | Christian Pointner | 2009-05-03 | 1 | -14/+24 |
* | 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 |
* | 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 |
* | 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 |