summaryrefslogtreecommitdiff
path: root/src/anytun.cpp
Commit message (Expand)AuthorAgeFilesLines
* added security fix to release branchv0.3.2Christian Pointner2010-01-131-2/+3
* fixed copyrightrel-0.3.1v0.3.1Christian Pointner2009-10-291-1/+1
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
* 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
* added error callback to resolver for better handlingChristian Pointner2009-03-221-1/+6
* added support for configurabel auth tag lengthChristian Pointner2009-03-171-2/+2
* removed key derivation rate entirelyChristian Pointner2009-03-171-2/+1
* changed packetSource to use gResolverChristian Pointner2009-03-051-26/+27
* fixed daemonizing and boost::thread problem (workaround)Christian Pointner2009-03-051-25/+19
* 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
* 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
* initial checkin of new resolverChristian Pointner2009-03-031-0/+9
* fixed log target string parserChristian Pointner2009-02-221-3/+3
* remove useless log priorities CRIT,EMERG,ALERTChristian Pointner2009-02-221-12/+12
* added -L|--log to command line parserChristian Pointner2009-02-221-12/+18
* added signal controller (console control handler) to windowsChristian Pointner2009-02-221-3/+2
* fixed build on Windows (after logging chances)Christian Pointner2009-02-221-1/+9
* added extended logging capability Christian Pointner2009-02-221-10/+7
* added file logging targetChristian Pointner2009-02-201-1/+1
* fixed sync errorOthmar Gsenger2009-02-201-10/+11
* added some log messagesOthmar Gsenger2009-02-201-3/+7
* windows service works nowChristian Pointner2009-02-201-3/+49
* fixed disabledRoutingOthmar Gsenger2009-02-181-0/+1
* added anytun02 compat runtime switchChristian Pointner2009-02-181-4/+7
* static build mostly fixedOthmar Gsenger2009-02-181-3/+5
* turn off routing, when no multi connection support (no sync hosts or tap device)Othmar Gsenger2009-02-181-27/+13
* moved to new handling if ifconfig parameters (more windows friendly)Christian Pointner2009-01-311-4/+6
* refactoringChristian Pointner2009-01-301-2/+2
* droping privileges is now possible without chrootChristian Pointner2009-01-301-4/+8
* merged options parserChristian Pointner2009-01-281-0/+1
* no routing disable -R and warningChristian Pointner2009-01-211-1/+3
* improved esit status handling of exec script for unixChristian Pointner2009-01-201-2/+2
* added actual node to tundevice (currently only for windows)Christian Pointner2009-01-201-2/+1
* recv also throws runtime error on windows when an icmp unreachable message ar...Christian Pointner2009-01-201-36/+20
* fixed silly bug at new tundeviceChristian Pointner2009-01-191-4/+12
* first working version of windows TunDevice (currently only tap)Christian Pointner2009-01-191-1/+1
* some cleanupChristian Pointner2009-01-181-12/+14
* doing replay protection before learning remote hostChristian Pointner2009-01-181-8/+13