summaryrefslogtreecommitdiff
path: root/src/anytun.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* cipher now stores kd directionChristian Pointner2009-01-151-4/+4
|
* small cleanupChristian Pointner2009-01-151-41/+41
|
* small cleanupChristian Pointner2009-01-151-11/+13
|
* small cleanupChristian Pointner2009-01-151-3/+0
|
* ported uanytun key derivation to anytunChristian Pointner2009-01-151-4/+6
| | | | | | | | no key store until now (ld_kdr gets ignored) no multi kd until now (WritersLock instead of ReadersLock @ generate) finally removed creepy mpi class
* ported authAlgo from uanytun to anytunChristian Pointner2009-01-141-24/+7
|
* ported cipher from uanytun to anytunChristian Pointner2009-01-141-21/+2
|
* ported uAnytun sequence window to anytunChristian Pointner2009-01-121-15/+5
|
* fixed anytun-nosync build targetOthmar Gsenger2009-01-121-22/+27
|
* allways write exceptions to logOthmar Gsenger2009-01-021-6/+4
|
* typo in helpOthmar Gsenger2008-12-261-1/+1
|
* some documentationOthmar Gsenger2008-12-231-1/+10
|