Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | added --no-examples to configure script | Christian Pointner | 2009-11-14 | 2 | -3/+22 |
| | |||||
* | small fix at configure | Christian Pointner | 2009-11-14 | 2 | -3/+2 |
| | | | | | | no gzip on manpages at make install | ||||
* | example configs get installed in examples directory now | Christian Pointner | 2009-11-14 | 2 | -21/+36 |
| | |||||
* | improved error handling at configure arguments | Christian Pointner | 2009-11-13 | 1 | -5/+11 |
| | |||||
* | fixed include guards, new format: UANYTUN_filename_h_INCLUDED | Christian Pointner | 2009-11-12 | 17 | -32/+37 |
| | |||||
* | smalle Makefile improvement | Christian Pointner | 2009-11-12 | 1 | -4/+4 |
| | |||||
* | cleaned Makefile | Christian Pointner | 2009-11-12 | 2 | -38/+44 |
| | | | | | | | | added uninstall target added cleanall target (also cleans doc dir) replaces mkdir -p by install -d (more portable) | ||||
* | no stripping by default at make install | Christian Pointner | 2009-11-11 | 2 | -4/+13 |
| | | | | | | | added strip target to makefile added hidden ebuild-compat option to configure | ||||
* | fixed install target | Christian Pointner | 2009-11-11 | 2 | -24/+3 |
| | | | | | | removed user installation for install target | ||||
* | small configure improvement | Christian Pointner | 2009-11-08 | 1 | -5/+27 |
| | |||||
* | switched to GPLv3 or higher | Christian Pointner | 2009-10-28 | 34 | -68/+102 |
| |