summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* configure sytemd path as required by systemd man-page Bernhard Tittelbach2015-01-162-30/+39
|
* let systemd create /run dirs and a fixBernhard Tittelbach2015-01-161-2/+3
|
* systemd support (--with-systemd) (config/install script untested)Bernhard Tittelbach2015-01-162-8/+30
|
* version output now includes compiler versionChristian Pointner2014-09-271-0/+9
|
* fixed gcrypt thread supportChristian Pointner2014-08-261-34/+10
|
* added license exception for OpenSSLChristian Pointner2014-06-29112-225/+1701
|
* fixed not working singletons - still not threadsafe but at least they don't ↵Christian Pointner2014-06-2914-154/+19
| | | | pretend to be
* while(1) vs. for(;;)Christian Pointner2014-06-286-8/+8
|
* added support for clangChristian Pointner2014-06-223-6/+19
| | | | | | fixed for NetworkAdress and NetworkPrefix
* implemented key derivation using libnettleChristian Pointner2014-06-222-12/+21
|
* implemented auth algo using nettle (not tested yet)Christian Pointner2014-06-222-10/+11
|
* implemented cipher using nettle (not tested yet)Christian Pointner2014-06-222-9/+22
|
* added compile switches for libnettleChristian Pointner2014-06-228-3/+83
|
* improved selection of crypto libChristian Pointner2014-06-2210-102/+120
|
* fixed typo in license headerChristian Pointner2014-06-21112-112/+112
|
* mingw build works nowChristian Pointner2012-01-066-21/+43
|
* some mingw build fixes (still not working)Christian Pointner2012-01-064-9/+22
|
* compiler clean windows checksChristian Pointner2012-01-0511-20/+25
|
* fixed mingw build targetChristian Pointner2012-01-051-5/+0
|
* added cross compile mingw configure targetChristian Pointner2012-01-051-5/+53
|
* changed boost::asio::ip::tcp::acceptor::io_service() to get_io_service()Christian Pointner2011-12-301-1/+1
|
* cleanup at configureChristian Pointner2011-02-281-3/+7
|
* added build fix for (debian/ubuntu)Christian Pointner2011-02-281-10/+10
|
* fixed configure (no svn error output)Christian Pointner2010-02-201-1/+1
|
* non-functional changes only: use standard writing of stdint.h types; still ↵Markus Grüneis2010-02-1855-307/+305
| | | | import from boost (compiler compatibility)
* whitespace only change: unified formatting with "astyle --style=k/r ↵Markus Grüneis2010-02-17109-2711/+2982
| | | | --indent=spaces=2 --unpad-paren --add-brackets --align-pointer=type --keep-one-line-blocks --indent-col1-comments --lineend=linux --suffix=none --recursive"
* allegedly-release-friendly dirty dirty dirty hack (concerning pids)Christian Pointner2010-02-162-8/+22
|
* malloc/free vs new at posix sysexecChristian Pointner2010-02-164-29/+49
|
* fixed build of anytun-controldChristian Pointner2010-02-162-16/+11
| | | | | | cleanups
* fixed win32 buildMarkus Grüneis2010-02-169-193/+185
|
* fixed Makefile distclean targetChristian Pointner2010-02-081-0/+2
|
* cleaned up dependenciesChristian Pointner2010-02-071-38/+55
|
* introduced posixDaemon as DaemonService for posix targetsChristian Pointner2010-02-0613-116/+310
| | | | | | some dependency cleanups
* removed NO_EXECChristian Pointner2010-02-066-32/+20
| | | | | | added NOMINMAX to windows build targets
* removed Doxygen configChristian Pointner2010-02-041-1252/+0
|
* some cleanupChristian Pointner2010-02-044-18/+18
|
* fixed build on posixChristian Pointner2010-02-044-23/+28
| | | | | | some cleanup
* win32 support for sysExec, sysExec.hpp arch-specific files introducedMarkus Grüneis2010-02-044-125/+342
|
* fixed build on windows (version.h)Christian Pointner2010-01-242-0/+38
|
* added --version parameterChristian Pointner2010-01-247-13/+60
|
* added setgpid at daemonizeChristian Pointner2010-01-241-0/+2
|
* fixed init script for differend Config dirs and multiconnection with no ↵Othmar Gsenger2010-01-231-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 sigwaitChristian Pointner2010-01-232-12/+20
|
* fixed build for WinServiceChristian Pointner2010-01-201-1/+1
|
* type cleanupChristian Pointner2010-01-205-16/+15
|
* cleanupChristian Pointner2010-01-201-1/+1
|
* added unknown-signal signal handlerChristian Pointner2010-01-203-2/+9
|
* fixed build on posixChristian Pointner2010-01-201-1/+1
|
* winService works now together with signalControllerChristian Pointner2010-01-208-31/+34
|
* integrated winservice into signal controllerChristian Pointner2010-01-208-104/+109
|