summaryrefslogtreecommitdiff
path: root/src/daemon.hpp
Commit message (Collapse)AuthorAgeFilesLines
* introduced posixDaemon as DaemonService for posix targetsChristian Pointner2010-02-061-167/+0
| | | | | | some dependency cleanups
* added setgpid at daemonizeChristian Pointner2010-01-241-0/+2
|
* fixed spelling error unkown != unknownChristian Pointner2009-12-141-2/+2
|
* fixed header file include guards to be C++ compliant; now always use format ↵Markus Grüneis2009-11-111-3/+2
| | | | ANYTUN_<filename>_INCLUDED
* fixed copyrightrel-0.3.1v0.3.1Christian Pointner2009-10-291-1/+1
|
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
| | | | | | this is release 0.3.1
* fixed spelling errorChristian Pointner2009-05-291-1/+1
|
* fixed daemonizing and boost::thread problem (workaround)Christian Pointner2009-03-051-4/+16
| | | | | | fixed signalController
* moved LogErrno to AnytunErrnoChristian Pointner2009-02-221-8/+8
|
* replaced regular throws with AnytunError::thowErrChristian Pointner2009-02-221-42/+22
|
* static build mostly fixedOthmar Gsenger2009-02-181-0/+2
| | | | | | getsddrinfo still needs libc
* improved daemonizingChristian Pointner2009-02-121-1/+25
|
* droping privileges is now possible without chrootChristian Pointner2009-01-301-25/+64
| | | | | | added groupname command line option
* some cleanupChristian Pointner2009-01-181-1/+1
|
* added missing file headersChristian Pointner2009-01-151-0/+31
|
* small cleanupChristian Pointner2009-01-151-1/+1
|
* fixed some compiler warnings for ubuntu intrepidChristian Pointner2008-12-271-4/+14
|
* added some windows support (not working now)Othmar Gsenger2008-11-281-0/+8
| | | | | | try to build with following Options: NOCRYPT;NODAEMON;NOEXEC;NOPACKED;NOSYSLOG;NOROUTING;NOSIGNALCONTROLLER
* added compile time options NOCRYPT,NODAEMON,NOEXEC for easyier windows portingOthmar Gsenger2008-11-281-1/+5
| | | | | | moved crypto init functions to cryptinit.hpp and exec to sysexec.hpp (as this will be platform dependant)
* fixed anytun-controldOthmar Gsenger2008-11-171-0/+55