summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* moved from %m to %s and strerror Christian Pointner2009-02-266-24/+25
* added -4 and -6 switches to udp socketChristian Pointner2009-02-265-28/+31
* added -4 and -6 command line argumentsChristian Pointner2009-02-263-2/+37
* cleanupChristian Pointner2009-02-262-2/+2
* fixed some name resolution issuesChristian Pointner2009-02-243-18/+41
* fixed addrlen bug @ getaddrinfoChristian Pointner2009-02-241-2/+2
* fixed bug @ file log targetChristian Pointner2009-02-243-3/+21
* logtarget gets now disbaled if level <= 0Christian Pointner2009-02-232-4/+6
* fixed cleanup at errors in mainChristian Pointner2009-02-231-5/+21
* added command line parameters for new loggingChristian Pointner2009-02-235-36/+96
* added duplicates detection for new logging Christian Pointner2009-02-233-2/+24
* added extended logging supportChristian Pointner2009-02-2313-120/+621
* added string_listChristian Pointner2009-02-233-0/+160
* tested with gcc pedantic -> cleanupChristian Pointner2009-02-206-9/+16
* fixed compat mode bugChristian Pointner2009-02-181-2/+2
* small cleanupChristian Pointner2009-02-181-0/+1
* small cleanupChristian Pointner2009-02-181-1/+1
* added runtime switch for anytun 0.2 crypto compabilityChristian Pointner2009-02-188-26/+30
* fixed loglevel at daemonizeChristian Pointner2009-02-121-4/+4
* improved daemonizingChristian Pointner2009-02-121-1/+21
* added install target to make fileChristian Pointner2009-02-062-2/+67
* fixed gcrypt/ssl issueChristian Pointner2009-02-041-0/+2
* remove LD completlyChristian Pointner2009-02-041-3/+1
* always use gcc for linking (not ld)Christian Pointner2009-02-042-1/+2
* cleaned file header Christian Pointner2009-02-0430-210/+210
* added --target option to configure scriptChristian Pointner2009-02-041-0/+4
* not sending packet when remote addr is unkownChristian Pointner2009-02-043-1/+8
* improved tap device handling on openbsdChristian Pointner2009-02-041-0/+7
* OpenBSD support for new ifconifg methodChristian Pointner2009-02-041-36/+35
* added linux support for new ifconfig usageChristian Pointner2009-02-044-18/+37
* fixed build on bsd (do_ifconfig not working yet)Christian Pointner2009-02-031-43/+40
* new ifconfig syntax (only command line parser yet)Christian Pointner2009-02-036-63/+97
* droping privileges without chroot is now possibleChristian Pointner2009-01-284-40/+97
* readded phony targets to makefileChristian Pointner2009-01-281-0/+2
* reenabled ld-kdrChristian Pointner2009-01-283-19/+19
* deactivated option for ld_kdrChristian Pointner2009-01-283-18/+20
* cleanupChristian Pointner2009-01-221-4/+2
* updated exit status handling of exec scriptChristian Pointner2009-01-202-2/+13
* switching key derivation prf to null if no auth or no encChristian Pointner2009-01-201-0/+6
* fixed bug which prevents uanytun from detecting device type properlyChristian Pointner2009-01-194-7/+6
* moved signal init to better placeChristian Pointner2009-01-181-2/+1
* fixed anytun 0.2 compat modeChristian Pointner2009-01-162-6/+0
* fixed packet length errors Christian Pointner2009-01-168-4/+32
* Release 0.2.1rel-0.2.1v0.2.1Christian Pointner2009-01-143-51/+27
* change dual kd to single kd with 2 key storagesChristian Pointner2009-01-147-83/+79
* fixed auth_algo length checkChristian Pointner2009-01-141-2/+1
* small improvement auth_algoChristian Pointner2009-01-141-1/+7