summaryrefslogtreecommitdiff
path: root/src/anytun.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added license exception for OpenSSLChristian Pointner2014-06-291-2/+15
|
* while(1) vs. for(;;)Christian Pointner2014-06-281-2/+2
|
* fixed typo in license headerChristian Pointner2014-06-211-1/+1
|
* mingw build works nowChristian Pointner2012-01-061-0/+1
|
* compiler clean windows checksChristian Pointner2012-01-051-1/+1
|
* non-functional changes only: use standard writing of stdint.h types; still ↵Markus Grüneis2010-02-181-5/+5
| | | | import from boost (compiler compatibility)
* whitespace only change: unified formatting with "astyle --style=k/r ↵Markus Grüneis2010-02-171-169/+166
| | | | --indent=spaces=2 --unpad-paren --add-brackets --align-pointer=type --keep-one-line-blocks --indent-col1-comments --lineend=linux --suffix=none --recursive"
* fixed build of anytun-controldChristian Pointner2010-02-161-8/+3
| | | | | | cleanups
* fixed win32 buildMarkus Grüneis2010-02-161-14/+12
|
* introduced posixDaemon as DaemonService for posix targetsChristian Pointner2010-02-061-15/+13
| | | | | | some dependency cleanups
* removed NO_EXECChristian Pointner2010-02-061-4/+3
| | | | | | added NOMINMAX to windows build targets
* added --version parameterChristian Pointner2010-01-241-4/+2
|
* now using sigtimedwait instead of sigwaitChristian Pointner2010-01-231-2/+0
|
* winService works now together with signalControllerChristian Pointner2010-01-201-2/+2
|
* integrated winservice into signal controllerChristian Pointner2010-01-201-17/+5
|
* reenabled signalController for FreeBSD (not Debian kfreebsd)Christian Pointner2010-01-161-1/+1
|
* fixed packet length checkChristian Pointner2010-01-131-2/+3
|
* fixed packet lengthChristian Pointner2010-01-131-2/+0
|
* single thread per socketChristian Pointner2010-01-131-1/+1
|
* references are better than pointer ;)Christian Pointner2010-01-121-1/+1
|
* improved new SysExec cleanupChristian Pointner2010-01-121-2/+2
|
* cleanupOthmar Gsenger2010-01-111-12/+2
| | | | | | added cmd line option --debug
* cleaned up crypto initOthmar Gsenger2010-01-111-24/+4
| | | | | | cleaned up default log targets
* fixed line indentionOthmar Gsenger2010-01-111-16/+16
| | | | | | fixed signal controler init position
* fixed priviledge dropping on freebsdOthmar Gsenger2010-01-101-26/+31
| | | | | | maybee todo: remove old non working preprocessor staments like NO_EXEC to make code simpler
* UDPPacketSource now opens one socket for each resolved endpointChristian Pointner2010-01-081-1/+1
|
* moved to resolver iterator at onResolve callback functionsChristian Pointner2010-01-081-1/+6
|
* disable signal controller for FreeBSD. this needs some more works.Othmar Gsenger2009-12-231-0/+2
| | | | | | also TODO: fix priviledge dropping on FreeBSD
* 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 spell errorChristian Pointner2009-10-041-1/+1
|
* added improved script executionChristian Pointner2009-10-041-15/+9
|
* starting post up script in seperate threadChristian Pointner2009-05-011-4/+10
|
* removed anytun02-compat modeChristian Pointner2009-04-071-6/+3
|
* fixed build on windowsChristian Pointner2009-03-231-0/+8
|
* added gResolver to SyncServerChristian Pointner2009-03-221-61/+25
| | | | | | some cleanup
* added error callback to resolver for better handlingChristian Pointner2009-03-221-1/+6
| | | | | | of resolvCallback exceptions
* added support for configurabel auth tag lengthChristian Pointner2009-03-171-2/+2
|
* removed key derivation rate entirelyChristian Pointner2009-03-171-2/+1
| | | | | | | added new role based label updated configs and manpages
* changed packetSource to use gResolverChristian Pointner2009-03-051-26/+27
|
* fixed daemonizing and boost::thread problem (workaround)Christian Pointner2009-03-051-25/+19
| | | | | | fixed signalController
* added resolvAddrType to gResolverChristian Pointner2009-03-051-7/+4
|
* moved sync thread creation before priv.drop to allow bind on privileged portsChristian Pointner2009-03-051-10/+12
|
* fixed const @ tundeviceChristian Pointner2009-03-051-4/+4
|
* got rid of ThreadParamChristian Pointner2009-03-051-28/+27
|
* fixed signalcontrollerChristian Pointner2009-03-041-4/+4
| | | | | | fixed BOOST_IS_ABSTRACT Problem with newer versions of boost
* cleanup (less warnings on MSVC)Christian Pointner2009-03-041-3/+3
|
* cleanupChristian Pointner2009-03-041-18/+2
|
* fix build Christian Pointner2009-03-041-1/+1
|
* - extended gResolver: supports completion-callbackMarkus Grüneis2009-03-041-6/+10
|