Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup | Othmar Gsenger | 2010-01-11 | 2 | -12/+9 |
| | | | | | | added cmd line option --debug | ||||
* | cleaned up crypto init | Othmar Gsenger | 2010-01-11 | 5 | -40/+38 |
| | | | | | | cleaned up default log targets | ||||
* | fixed line indention | Othmar Gsenger | 2010-01-11 | 1 | -16/+16 |
| | | | | | | fixed signal controler init position | ||||
* | fixed double close of pipefd | Othmar Gsenger | 2010-01-11 | 1 | -0/+1 |
| | |||||
* | bugfix in new sysexec | Othmar Gsenger | 2010-01-10 | 2 | -8/+13 |
| | |||||
* | fixed priviledge dropping on freebsd | Othmar Gsenger | 2010-01-10 | 7 | -56/+101 |
| | | | | | | maybee todo: remove old non working preprocessor staments like NO_EXEC to make code simpler | ||||
* | dispatching right socket for send to function | Christian Pointner | 2010-01-08 | 1 | -1/+8 |
| | |||||
* | UDPPacketSource now opens one socket for each resolved endpoint | Christian Pointner | 2010-01-08 | 8 | -23/+43 |
| | |||||
* | moved to resolver iterator at onResolve callback functions | Christian Pointner | 2010-01-08 | 8 | -15/+30 |
| | |||||
* | added visual studio build targets with gcrypt | Christian Pointner | 2010-01-07 | 5 | -8/+688 |
| | |||||
* | disable signal controller for FreeBSD. this needs some more works. | Othmar Gsenger | 2009-12-23 | 1 | -0/+2 |
| | | | | | | also TODO: fix priviledge dropping on FreeBSD | ||||
* | do not end signalcontroller on EINTR | Othmar Gsenger | 2009-12-23 | 1 | -2/+9 |
| | | | | | | and write a message to log otherwise | ||||
* | fixed spelling error | Christian Pointner | 2009-12-23 | 2 | -2/+2 |
| | |||||
* | exit SignalController::handle if sigwait fails | Othmar Gsenger | 2009-12-23 | 1 | -2/+4 |
| | |||||
* | removed useless patches directory | Christian Pointner | 2009-12-22 | 1 | -127/+0 |
| | |||||
* | updated Readme and ChangeLog | Christian Pointner | 2009-12-22 | 2 | -3/+6 |
| | |||||
* | added manpage to svn (and later to release tarball) | Christian Pointner | 2009-12-22 | 12 | -10/+918 |
| | | | | | | moved manpages to doc directory | ||||
* | added patch from Cyril Brulebois in order to enable build on Debian/Freebsd ↵ | Christian Pointner | 2009-12-18 | 2 | -3/+3 |
| | | | | Kernel | ||||
* | fixed permissions bug at make install | Christian Pointner | 2009-12-14 | 3 | -3/+3 |
| | | | | | | fixed device name uanytun to anytun at p2p examples | ||||
* | fixed spelling error unkown != unknown | Christian Pointner | 2009-12-14 | 2 | -3/+3 |
| | |||||
* | removed common stuff (moved to repo anytun-common) | Christian Pointner | 2009-12-05 | 59 | -21804/+0 |
| | |||||
* | updated ChangeLog for release | Christian Pointner | 2009-12-02 | 1 | -1/+2 |
| | |||||
* | added windows 64bit build target | Othmar Gsenger | 2009-11-19 | 3 | -0/+348 |
| | |||||
* | updated Readme | Christian Pointner | 2009-11-16 | 1 | -1/+12 |
| | |||||
* | added --no-manpage to configure and make | Christian Pointner | 2009-11-15 | 2 | -15/+40 |
| | | | | | | more protable usage of sed | ||||
* | configure script update | Christian Pointner | 2009-11-14 | 1 | -0/+3 |
| | |||||
* | added --no-examples to configure | Christian Pointner | 2009-11-14 | 2 | -7/+25 |
| | |||||
* | installing example configs in seperater example dir now | Christian Pointner | 2009-11-14 | 2 | -34/+44 |
| | | | | | | no gzip on manpages at install | ||||
* | added init.d script documentation to Readme | Christian Pointner | 2009-11-13 | 1 | -0/+30 |
| | |||||
* | minor improvement of manpage text | Christian Pointner | 2009-11-13 | 1 | -1/+1 |
| | |||||
* | improved handling of errors at configure arguments | Christian Pointner | 2009-11-13 | 1 | -5/+14 |
| | |||||
* | cleaned Makefile | Christian Pointner | 2009-11-12 | 3 | -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üneis | 2009-11-11 | 44 | -99/+111 |
| | | | | ANYTUN_<filename>_INCLUDED | ||||
* | added hidden ebuid-compat option to configure script | Christian Pointner | 2009-11-11 | 1 | -3/+10 |
| | |||||
* | removed strip from install | Christian Pointner | 2009-11-11 | 1 | -6/+2 |
| | |||||
* | updated changelog | Christian Pointner | 2009-11-11 | 1 | -0/+6 |
| | |||||
* | updated manpages | Christian Pointner | 2009-11-11 | 7 | -717/+508 |
| | |||||
* | updated Readme | Christian Pointner | 2009-11-11 | 1 | -20/+19 |
| | |||||
* | updated Reade | Christian Pointner | 2009-11-11 | 1 | -0/+20 |
| | |||||
* | no username/groupname in example config | Christian Pointner | 2009-11-11 | 8 | -19/+150 |
| | | | | | | | added install target to Makefile updated svn:ignore for man directory | ||||
* | updated README | Christian Pointner | 2009-11-10 | 1 | -1/+2 |
| | |||||
* | fixed readme | Christian Pointner | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | updated readme -> new svn | Christian Pointner | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | added txt version of new draft | Christian Pointner | 2009-11-10 | 1 | -0/+1456 |
| | |||||
* | fixed example config | Christian Pointner | 2009-11-08 | 1 | -2/+2 |
| | |||||
* | include cstring for memcopy | Othmar Gsenger | 2009-11-04 | 3 | -4/+6 |
| | | | | | | | fixes build error on newer systems builds with boost 1.40 now | ||||
* | fixed copyrightrel-0.3.1v0.3.1 | Christian Pointner | 2009-10-29 | 113 | -131/+133 |
| | |||||
* | switched to GPLv3 or higher | Christian Pointner | 2009-10-28 | 108 | -215/+323 |
| | | | | | | this is release 0.3.1 | ||||
* | updated ChangeLog for new release | Christian Pointner | 2009-10-28 | 1 | -0/+7 |
| | |||||
* | changed pid file location at initscript | Christian Pointner | 2009-10-26 | 1 | -10/+12 |
| |