summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cherry-pick build reproducibility fixes from masterChristian Pointner2017-01-042-18/+20
* updated doc and other stuff after moving to GITChristian Pointner2016-02-241-5/+6
* fixed return code after signalChristian Pointner2015-05-132-8/+14
* make prefix variable more standard compliantChristian Pointner2015-05-121-1/+1
* improved version outputChristian Pointner2014-09-271-0/+6
* fixed missing AI_ADDRCONFIG on some platformsChristian Pointner2014-08-301-0/+4
* fixe bsd tun device warningsChristian Pointner2014-08-301-2/+6
* while(1) vs. for(;;)Christian Pointner2014-06-281-1/+1
* added exception to the license which allows linking against OpenSSLChristian Pointner2014-06-2135-0/+455
* implemented key derivation in nettleChristian Pointner2014-06-213-11/+18
* implemented auth tag with nettle (not tested yet)Christian Pointner2014-06-212-14/+15
* implemented cipher with nettle (not tested yet)Christian Pointner2014-06-212-10/+12
* added defines for nettle as crypto libChristian Pointner2014-06-218-26/+111
* refactored crypto lib selectionChristian Pointner2014-06-218-97/+98
* fixed typo in descriptionChristian Pointner2014-06-2135-35/+35
* merged most changes from rail branch to trunkChristian Pointner2014-06-0835-290/+339
* fixed errnous copy of remote endChristian Pointner2014-02-091-0/+1
* added clang supportChristian Pointner2012-09-253-12/+21
* -Wall cleanupChristian Pointner2012-09-259-11/+23
* configure script cleanupChristian Pointner2011-03-101-8/+11
* added length field to udp_endpoint_tChristian Pointner2010-11-293-46/+32
* fixed bugged in udp_endpoint_to_stringChristian Pointner2010-11-261-1/+1
* fixed buildChristian Pointner2010-10-031-1/+1
* small refactoringChristian Pointner2010-10-031-5/+5
* blocking SIG_PIPE and SIG_CHLD by defaultChristian Pointner2010-10-031-2/+9
* fixed configure (no svn error output)Christian Pointner2010-02-201-1/+1
* fixed spelling errorsChristian Pointner2010-02-172-3/+3
* updated copyright yearChristian Pointner2010-02-1135-35/+35
* fixed typoChristian Pointner2010-01-161-1/+1
* got rid of V4_MAPPED stuffChristian Pointner2010-01-162-25/+0
* multi sockets work nowChristian Pointner2010-01-163-18/+67
* listening on multiple sockets nowChristian Pointner2010-01-163-55/+62
* changed name of udp structureChristian Pointner2010-01-163-42/+59
* added --debug cmd line optionsChristian Pointner2010-01-142-0/+10
* moved crypto initilization to seperate header fileChristian Pointner2010-01-112-44/+98
* moved default log target to optionsChristian Pointner2010-01-112-18/+16
* signal_handler include cleanupChristian Pointner2010-01-061-5/+2
* fixed spelling errorChristian Pointner2009-12-231-1/+1
* added version info into binaryChristian Pointner2009-12-224-2/+48
* added patch from Cyril Brulebois in order to enable build on Debian/Freebsd K...Christian Pointner2009-12-182-3/+3
* fixed spelling error programm != programChristian Pointner2009-12-141-1/+1
* fixed memory error at string_listChristian Pointner2009-11-231-2/+2
* fixed typo at include guardsChristian Pointner2009-11-2316-32/+32
* added --no-manpage to configure and makeChristian Pointner2009-11-152-7/+29
* no in-place sed at make installChristian Pointner2009-11-151-4/+5
* configure script updateChristian Pointner2009-11-141-0/+3
* added --no-examples to configure scriptChristian Pointner2009-11-142-3/+22
* small fix at configureChristian Pointner2009-11-142-3/+2
* example configs get installed in examples directory nowChristian Pointner2009-11-142-21/+36
* improved error handling at configure argumentsChristian Pointner2009-11-131-5/+11