summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | replaced inet_ntop with getnameinfo at udp_endpoint_to_string
* 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 ↵Christian Pointner2009-12-182-3/+3
| | | | Kernel
* 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
| | | | | | no gzip on manpages at make install
* example configs get installed in examples directory nowChristian Pointner2009-11-142-21/+36
|
* improved error handling at configure argumentsChristian Pointner2009-11-131-5/+11
|
* fixed include guards, new format: UANYTUN_filename_h_INCLUDEDChristian Pointner2009-11-1217-32/+37
|
* smalle Makefile improvementChristian Pointner2009-11-121-4/+4
|
* cleaned MakefileChristian Pointner2009-11-122-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 installChristian Pointner2009-11-112-4/+13
| | | | | | | added strip target to makefile added hidden ebuild-compat option to configure
* fixed install targetChristian Pointner2009-11-112-24/+3
| | | | | | removed user installation for install target
* small configure improvementChristian Pointner2009-11-081-5/+27
|
* switched to GPLv3 or higherChristian Pointner2009-10-2834-68/+102
|
* fixed build on FreeBSDChristian Pointner2009-10-062-3/+1
|
* cleanupChristian Pointner2009-06-241-3/+3
|
* added pipe to uanytun_exec for execve errorsChristian Pointner2009-06-241-4/+34
|
* more portibke way of calling execveChristian Pointner2009-06-243-3/+6
|
* fixed build on linuxChristian Pointner2009-06-241-0/+1
|
* fixed ifconfig calls for linux and bsdChristian Pointner2009-06-244-6/+6
| | | | | | fixed execve error handling
* bsd tun device now also uses uanytun_execChristian Pointner2009-06-242-17/+11
|
* linux tun device now uses uanytun_exec for ifconfig callChristian Pointner2009-06-244-47/+92
|