summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed line indentionOthmar Gsenger2010-01-111-16/+16
| | | | | | fixed signal controler init position
* fixed double close of pipefdOthmar Gsenger2010-01-111-0/+1
|
* bugfix in new sysexecOthmar Gsenger2010-01-102-8/+13
|
* fixed priviledge dropping on freebsdOthmar Gsenger2010-01-107-56/+101
| | | | | | maybee todo: remove old non working preprocessor staments like NO_EXEC to make code simpler
* dispatching right socket for send to functionChristian Pointner2010-01-081-1/+8
|
* UDPPacketSource now opens one socket for each resolved endpointChristian Pointner2010-01-088-23/+43
|
* moved to resolver iterator at onResolve callback functionsChristian Pointner2010-01-088-15/+30
|
* added visual studio build targets with gcryptChristian Pointner2010-01-075-8/+688
|
* disable signal controller for FreeBSD. this needs some more works.Othmar Gsenger2009-12-231-0/+2
| | | | | | also TODO: fix priviledge dropping on FreeBSD
* do not end signalcontroller on EINTROthmar Gsenger2009-12-231-2/+9
| | | | | | and write a message to log otherwise
* fixed spelling errorChristian Pointner2009-12-232-2/+2
|
* exit SignalController::handle if sigwait failsOthmar Gsenger2009-12-231-2/+4
|
* removed useless patches directoryChristian Pointner2009-12-221-127/+0
|
* updated Readme and ChangeLogChristian Pointner2009-12-222-3/+6
|
* added manpage to svn (and later to release tarball)Christian Pointner2009-12-2212-10/+918
| | | | | | moved manpages to doc directory
* added patch from Cyril Brulebois in order to enable build on Debian/Freebsd ↵Christian Pointner2009-12-182-3/+3
| | | | Kernel
* fixed permissions bug at make installChristian Pointner2009-12-143-3/+3
| | | | | | fixed device name uanytun to anytun at p2p examples
* fixed spelling error unkown != unknownChristian Pointner2009-12-142-3/+3
|
* removed common stuff (moved to repo anytun-common)Christian Pointner2009-12-0559-21804/+0
|
* updated ChangeLog for releaseChristian Pointner2009-12-021-1/+2
|
* added windows 64bit build targetOthmar Gsenger2009-11-193-0/+348
|
* updated ReadmeChristian Pointner2009-11-161-1/+12
|
* added --no-manpage to configure and makeChristian Pointner2009-11-152-15/+40
| | | | | | more protable usage of sed
* configure script updateChristian Pointner2009-11-141-0/+3
|
* added --no-examples to configureChristian Pointner2009-11-142-7/+25
|
* installing example configs in seperater example dir nowChristian Pointner2009-11-142-34/+44
| | | | | | no gzip on manpages at install
* added init.d script documentation to ReadmeChristian Pointner2009-11-131-0/+30
|
* minor improvement of manpage textChristian Pointner2009-11-131-1/+1
|
* improved handling of errors at configure argumentsChristian Pointner2009-11-131-5/+14
|
* cleaned MakefileChristian Pointner2009-11-123-103/+108
| | | | | | | added uninstall target replaces mkdir -p by install -d (more portible)
* fixed header file include guards to be C++ compliant; now always use format ↵Markus Grüneis2009-11-1144-99/+111
| | | | ANYTUN_<filename>_INCLUDED
* added hidden ebuid-compat option to configure scriptChristian Pointner2009-11-111-3/+10
|
* removed strip from installChristian Pointner2009-11-111-6/+2
|
* updated changelogChristian Pointner2009-11-111-0/+6
|
* updated manpagesChristian Pointner2009-11-117-717/+508
|
* updated ReadmeChristian Pointner2009-11-111-20/+19
|
* updated ReadeChristian Pointner2009-11-111-0/+20
|
* no username/groupname in example configChristian Pointner2009-11-118-19/+150
| | | | | | | added install target to Makefile updated svn:ignore for man directory
* updated READMEChristian Pointner2009-11-101-1/+2
|
* fixed readmeChristian Pointner2009-11-101-1/+1
|
* updated readme -> new svnChristian Pointner2009-11-101-1/+1
|
* added txt version of new draftChristian Pointner2009-11-101-0/+1456
|
* fixed example configChristian Pointner2009-11-081-2/+2
|
* include cstring for memcopyOthmar Gsenger2009-11-043-4/+6
| | | | | | | fixes build error on newer systems builds with boost 1.40 now
* fixed copyrightrel-0.3.1v0.3.1Christian Pointner2009-10-29113-131/+133
|
* switched to GPLv3 or higherChristian Pointner2009-10-28108-215/+323
| | | | | | this is release 0.3.1
* updated ChangeLog for new releaseChristian Pointner2009-10-281-0/+7
|
* changed pid file location at initscriptChristian Pointner2009-10-261-10/+12
|
* changed windows tap device for new versionOthmar Gsenger2009-10-171-1/+1
| | | | | works with 64bit windows now
* added FreeBSD build info to ReadmeChristian Pointner2009-10-061-0/+15
|