Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added setgpid at daemonize | Christian Pointner | 2010-01-24 | 1 | -0/+2 |
| | |||||
* | fixed init script for differend Config dirs and multiconnection with no ↵ | Othmar Gsenger | 2010-01-23 | 1 | -13/+15 |
| | | | | | | | | default key derivation important: fixed priviledge dropping with multi connection (anytun-controlld), was not working with default config files | ||||
* | now using sigtimedwait instead of sigwait | Christian Pointner | 2010-01-23 | 2 | -12/+20 |
| | |||||
* | fixed build for WinService | Christian Pointner | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | type cleanup | Christian Pointner | 2010-01-20 | 5 | -16/+15 |
| | |||||
* | cleanup | Christian Pointner | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | added unknown-signal signal handler | Christian Pointner | 2010-01-20 | 3 | -2/+9 |
| | |||||
* | fixed build on posix | Christian Pointner | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | winService works now together with signalController | Christian Pointner | 2010-01-20 | 8 | -31/+34 |
| | |||||
* | integrated winservice into signal controller | Christian Pointner | 2010-01-20 | 8 | -104/+109 |
| | |||||
* | updated windows signal handler | Christian Pointner | 2010-01-20 | 1 | -52/+27 |
| | |||||
* | moved from SignalHandler Classes to boost::functions | Christian Pointner | 2010-01-20 | 3 | -105/+59 |
| | |||||
* | fixed signal handler on windows | Christian Pointner | 2010-01-19 | 2 | -5/+9 |
| | |||||
* | splitted signalController and SignalHandlers | Christian Pointner | 2010-01-19 | 6 | -241/+276 |
| | |||||
* | reenabled signalController for FreeBSD (not Debian kfreebsd) | Christian Pointner | 2010-01-16 | 1 | -1/+1 |
| | |||||
* | added debug option to getter/setter | Christian Pointner | 2010-01-15 | 2 | -5/+22 |
| | |||||
* | fixe comment | Christian Pointner | 2010-01-13 | 1 | -1/+1 |
| | |||||
* | clean up | Christian Pointner | 2010-01-13 | 2 | -14/+14 |
| | |||||
* | added multi socket to SyncServer (better of IPv4 and IPv6) | Christian Pointner | 2010-01-13 | 4 | -24/+65 |
| | |||||
* | fixed packet length check | Christian Pointner | 2010-01-13 | 1 | -2/+3 |
| | |||||
* | fixed packet length | Christian Pointner | 2010-01-13 | 3 | -6/+3 |
| | |||||
* | single thread per socket | Christian Pointner | 2010-01-13 | 3 | -58/+54 |
| | |||||
* | disables unsupported socket option on windows | Christian Pointner | 2010-01-13 | 1 | -0/+2 |
| | |||||
* | added mutli socket recv to packet source | Christian Pointner | 2010-01-13 | 2 | -13/+104 |
| | |||||
* | better speration of waitForScript and waitAndDestroy() | Christian Pointner | 2010-01-12 | 1 | -12/+13 |
| | |||||
* | references are better than pointer ;) | Christian Pointner | 2010-01-12 | 5 | -9/+9 |
| | |||||
* | improved new SysExec cleanup | Christian Pointner | 2010-01-12 | 7 | -20/+47 |
| | |||||
* | cleanup | Christian Pointner | 2010-01-11 | 1 | -1/+1 |
| | |||||
* | added --debug option to help text | Othmar Gsenger | 2010-01-11 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | added manpage to svn (and later to release tarball) | Christian Pointner | 2009-12-22 | 7 | -940/+6 |
| | | | | | | 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 | 1 | -1/+1 |
| | | | | | | fixed device name uanytun to anytun at p2p examples | ||||
* | fixed spelling error unkown != unknown | Christian Pointner | 2009-12-14 | 2 | -3/+3 |
| | |||||
* | added windows 64bit build target | Othmar Gsenger | 2009-11-19 | 3 | -0/+348 |
| | |||||
* | 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 |
| |