summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* no stripping by default at make installChristian Pointner2009-11-112-4/+13
* fixed install targetChristian Pointner2009-11-112-24/+3
* 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
* 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
* fixed build for no-crypt targetChristian Pointner2009-06-241-0/+2
* moved from execl to execveChristian Pointner2009-06-243-5/+6
* added timestamp to file, stdout and stderr log messagesChristian Pointner2009-05-031-3/+24
* added signal handling without racesChristian Pointner2009-05-033-35/+138
* removed anytun02 compat modeChristian Pointner2009-04-077-40/+13
* updated to new crypto labelChristian Pointner2009-03-231-6/+6
* added deprecated warning for anytun02-compatChristian Pointner2009-03-171-1/+3
* fixed label salt errorChristian Pointner2009-03-171-2/+2
* fixed endianess error at new labelChristian Pointner2009-03-173-5/+7
* removed role symmetric (useless)Christian Pointner2009-03-164-10/+49
* removed ld_kdr and key store Christian Pointner2009-03-169-128/+61
* added --role to options parserChristian Pointner2009-03-163-0/+31
* added command line option for auth tag lengthChristian Pointner2009-03-137-69/+69
* moved hex-dump function to log_* Christian Pointner2009-03-123-17/+28
* bugfix @ BSD tunDeviceChristian Pointner2009-03-041-1/+3
* fixes for FreeBSDChristian Pointner2009-03-042-13/+29
* fixed build on FreeBSDChristian Pointner2009-03-046-6/+7
* updated manpage and usage infoChristian Pointner2009-03-031-1/+1
* deactivated --ld-kdrChristian Pointner2009-03-031-1/+1
* removed useless library dependenciesChristian Pointner2009-03-031-2/+1
* make distclean is now always possibleChristian Pointner2009-03-031-1/+5
* tabs to spacesChristian Pointner2009-03-011-11/+11
* added adduser and deluser to insatll targetChristian Pointner2009-02-282-17/+47
* added additional security check in case remote address is not setChristian Pointner2009-02-261-1/+1
* removed not working setsockopt V6ONLYChristian Pointner2009-02-261-8/+9
* fixed address length for openbsdChristian Pointner2009-02-261-1/+8