summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* small makefile cleanupChristian Pointner2009-01-282-16/+46
* merged options parserChristian Pointner2009-01-289-932/+146
* setting device status to up after ifconfigChristian Pointner2009-01-222-3/+3
* windows tap driver version gets checked nowChristian Pointner2009-01-211-1/+22
* improved adapter search which cares about componentidsChristian Pointner2009-01-212-9/+19
* added minimalisstic registry wrapperChristian Pointner2009-01-215-37/+209
* added do_ifconfig for windowsChristian Pointner2009-01-212-4/+19
* no routing disable -R and warningChristian Pointner2009-01-212-1/+5
* Windows tunDevice cleanupChristian Pointner2009-01-213-38/+71
* tun mode works now on windowsChristian Pointner2009-01-216-9/+50
* safer handling of registry functions Christian Pointner2009-01-204-29/+70
* further cleanup for system executionChristian Pointner2009-01-203-5/+25
* fixed linux and bsd tunDevice (filedescriptor gets now closed in case of an e...Christian Pointner2009-01-202-9/+14
* improved esit status handling of exec script for unixChristian Pointner2009-01-202-4/+12
* added actual_node_ to linux and bsd device as wellChristian Pointner2009-01-202-0/+3
* added actual node to tundevice (currently only for windows)Christian Pointner2009-01-203-5/+9
* recv also throws runtime error on windows when an icmp unreachable message ar...Christian Pointner2009-01-202-36/+20
* moved overlapped structs to class members (CreateEvent only once)Christian Pointner2009-01-192-16/+17
* fixed silly bug at new tundeviceChristian Pointner2009-01-196-21/+32
* fixed overlapped handling of read and write at windows tundeviceChristian Pointner2009-01-191-8/+22
* first working version of windows TunDevice (currently only tap)Christian Pointner2009-01-193-10/+34
* windows tap device open works now (some cleanup needed)Christian Pointner2009-01-192-2/+53
* started to implement windows tunDevice Christian Pointner2009-01-196-2/+104
* some cleanupChristian Pointner2009-01-1817-41/+66
* doing replay protection before learning remote hostChristian Pointner2009-01-186-10/+37
* added more sophisticated configure scriptChristian Pointner2009-01-182-16/+88
* added passphrase support to key derivationChristian Pointner2009-01-185-15/+136
* enabled 128,192 and 256 bit keys for cipher and key derivationChristian Pointner2009-01-183-1/+45
* removed debug outputChristian Pointner2009-01-171-4/+1
* updated docsChristian Pointner2009-01-171-60/+60
* options parser cleanupChristian Pointner2009-01-172-134/+132
* options parser refactoringChristian Pointner2009-01-175-332/+458
* small cleanupChristian Pointner2009-01-171-54/+54
* switched to system_category for boost::system_errorChristian Pointner2009-01-171-2/+2
* got rid of NOPACKED (struct alignment works now under Windows)Christian Pointner2009-01-169-23/+40
* added Log to stdoutChristian Pointner2009-01-1610-17/+49
* small cleanupChristian Pointner2009-01-161-1/+2
* changed strerr to boost::system::errorOthmar Gsenger2009-01-163-15/+5
* removed old files from vc++ project fileOthmar Gsenger2009-01-152-36/+4
* added log kd rate parameteryChristian Pointner2009-01-154-28/+75
* added initialized flag to key derivationChristian Pointner2009-01-152-5/+6
* fixed NOPACKED (Windows build)Christian Pointner2009-01-154-13/+15
* small cleanupChristian Pointner2009-01-151-2/+0
* added a workaround for strerror_r problemChristian Pointner2009-01-152-11/+18
* log class can now easily use errno and gpg_errChristian Pointner2009-01-1510-71/+72
* improved Makefile (clean now for -j *)Christian Pointner2009-01-151-9/+13
* auth algo now stores direction as wellChristian Pointner2009-01-155-22/+26
* cipher now stores kd directionChristian Pointner2009-01-155-36/+40
* removed useless buf variable @ some log messagesChristian Pointner2009-01-152-18/+0
* added key store capabilityChristian Pointner2009-01-152-41/+26