summaryrefslogtreecommitdiff
path: root/src/anytun.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | | | getsddrinfo still needs libc
* turn off routing, when no multi connection support (no sync hosts or tap device)Othmar Gsenger2009-02-181-27/+13
| | | | | | no autorouting on --ifconfig
* 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
| | | | | | added groupname command line option
* 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 dev actual node as parameter to exec script
* 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 ↵Christian Pointner2009-01-201-36/+20
| | | | | | | arrives some cleanup
* 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
| | | | | added some length checks for incoming packets
* added passphrase support to key derivationChristian Pointner2009-01-181-1/+1
|
* removed debug outputChristian Pointner2009-01-171-4/+1
|
* options parser refactoringChristian Pointner2009-01-171-16/+20
|
* added Log to stdoutChristian Pointner2009-01-161-3/+7
| | | | | | added dummy stdio tun device some cleanups (windows)
* small cleanupChristian Pointner2009-01-161-1/+2
|
* changed strerr to boost::system::errorOthmar Gsenger2009-01-161-2/+1
| | | | | this might need some testing
* added log kd rate parameteryChristian Pointner2009-01-151-6/+16
|
* added a workaround for strerror_r problemChristian Pointner2009-01-151-8/+8
| | | | | | moved initLibGcrypt to right position (needs to be called before any other libgcrypt call)
* auth algo now stores direction as wellChristian Pointner2009-01-151-4/+4
|