Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for openssl 1.1.0. | Christian Pointner | 2018-06-08 | 5 | -15/+38 |
| | | | | Thanks to Eneas U de Queiroz <cote2004-github@yahoo.com> | ||||
* | fix missing include in linux/tun.c | Christian Pointner | 2018-06-08 | 1 | -0/+1 |
| | |||||
* | fix another off-by-one error in sprintf | Christian Pointner | 2018-06-08 | 1 | -1/+1 |
| | |||||
* | fix off-by-one error in linux/tun.c | Christian Pointner | 2018-06-08 | 1 | -1/+1 |
| | |||||
* | cherry-pick build reproducibility fixes from master | Christian Pointner | 2017-01-04 | 2 | -18/+20 |
| | |||||
* | updated doc and other stuff after moving to GIT | Christian Pointner | 2016-02-24 | 1 | -5/+6 |
| | |||||
* | fixed return code after signal | Christian Pointner | 2015-05-13 | 2 | -8/+14 |
| | |||||
* | make prefix variable more standard compliant | Christian Pointner | 2015-05-12 | 1 | -1/+1 |
| | |||||
* | improved version output | Christian Pointner | 2014-09-27 | 1 | -0/+6 |
| | |||||
* | fixed missing AI_ADDRCONFIG on some platforms | Christian Pointner | 2014-08-30 | 1 | -0/+4 |
| | |||||
* | fixe bsd tun device warnings | Christian Pointner | 2014-08-30 | 1 | -2/+6 |
| | |||||
* | while(1) vs. for(;;) | Christian Pointner | 2014-06-28 | 1 | -1/+1 |
| | |||||
* | added exception to the license which allows linking against OpenSSL | Christian Pointner | 2014-06-21 | 35 | -0/+455 |
| | |||||
* | implemented key derivation in nettle | Christian Pointner | 2014-06-21 | 3 | -11/+18 |
| | | | | | | fixed key length for cipher | ||||
* | implemented auth tag with nettle (not tested yet) | Christian Pointner | 2014-06-21 | 2 | -14/+15 |
| | |||||
* | implemented cipher with nettle (not tested yet) | Christian Pointner | 2014-06-21 | 2 | -10/+12 |
| | |||||
* | added defines for nettle as crypto lib | Christian Pointner | 2014-06-21 | 8 | -26/+111 |
| | | | | | | further improved selection of crypto lib | ||||
* | refactored crypto lib selection | Christian Pointner | 2014-06-21 | 8 | -97/+98 |
| | |||||
* | fixed typo in description | Christian Pointner | 2014-06-21 | 35 | -35/+35 |
| | |||||
* | merged most changes from rail branch to trunk | Christian Pointner | 2014-06-08 | 35 | -290/+339 |
| | |||||
* | fixed errnous copy of remote end | Christian Pointner | 2014-02-09 | 1 | -0/+1 |
| | |||||
* | added clang support | Christian Pointner | 2012-09-25 | 3 | -12/+21 |
| | |||||
* | -Wall cleanup | Christian Pointner | 2012-09-25 | 9 | -11/+23 |
| | |||||
* | configure script cleanup | Christian Pointner | 2011-03-10 | 1 | -8/+11 |
| | |||||
* | added length field to udp_endpoint_t | Christian Pointner | 2010-11-29 | 3 | -46/+32 |
| | | | | | | replaced inet_ntop with getnameinfo at udp_endpoint_to_string | ||||
* | fixed bugged in udp_endpoint_to_string | Christian Pointner | 2010-11-26 | 1 | -1/+1 |
| | |||||
* | fixed build | Christian Pointner | 2010-10-03 | 1 | -1/+1 |
| | |||||
* | small refactoring | Christian Pointner | 2010-10-03 | 1 | -5/+5 |
| | |||||
* | blocking SIG_PIPE and SIG_CHLD by default | Christian Pointner | 2010-10-03 | 1 | -2/+9 |
| | |||||
* | fixed configure (no svn error output) | Christian Pointner | 2010-02-20 | 1 | -1/+1 |
| | |||||
* | fixed spelling errors | Christian Pointner | 2010-02-17 | 2 | -3/+3 |
| | |||||
* | updated copyright year | Christian Pointner | 2010-02-11 | 35 | -35/+35 |
| | |||||
* | fixed typo | Christian Pointner | 2010-01-16 | 1 | -1/+1 |
| | |||||
* | got rid of V4_MAPPED stuff | Christian Pointner | 2010-01-16 | 2 | -25/+0 |
| | |||||
* | multi sockets work now | Christian Pointner | 2010-01-16 | 3 | -18/+67 |
| | |||||
* | listening on multiple sockets now | Christian Pointner | 2010-01-16 | 3 | -55/+62 |
| | |||||
* | changed name of udp structure | Christian Pointner | 2010-01-16 | 3 | -42/+59 |
| | |||||
* | added --debug cmd line options | Christian Pointner | 2010-01-14 | 2 | -0/+10 |
| | |||||
* | moved crypto initilization to seperate header file | Christian Pointner | 2010-01-11 | 2 | -44/+98 |
| | |||||
* | moved default log target to options | Christian Pointner | 2010-01-11 | 2 | -18/+16 |
| | |||||
* | signal_handler include cleanup | Christian Pointner | 2010-01-06 | 1 | -5/+2 |
| | |||||
* | fixed spelling error | Christian Pointner | 2009-12-23 | 1 | -1/+1 |
| | |||||
* | added version info into binary | Christian Pointner | 2009-12-22 | 4 | -2/+48 |
| | |||||
* | added patch from Cyril Brulebois in order to enable build on Debian/Freebsd ↵ | Christian Pointner | 2009-12-18 | 2 | -3/+3 |
| | | | | Kernel | ||||
* | fixed spelling error programm != program | Christian Pointner | 2009-12-14 | 1 | -1/+1 |
| | |||||
* | fixed memory error at string_list | Christian Pointner | 2009-11-23 | 1 | -2/+2 |
| | |||||
* | fixed typo at include guards | Christian Pointner | 2009-11-23 | 16 | -32/+32 |
| | |||||
* | added --no-manpage to configure and make | Christian Pointner | 2009-11-15 | 2 | -7/+29 |
| | |||||
* | no in-place sed at make install | Christian Pointner | 2009-11-15 | 1 | -4/+5 |
| | |||||
* | configure script update | Christian Pointner | 2009-11-14 | 1 | -0/+3 |
| |