summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-172-65/+65
|
* 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
| | | | | | which works for linux and should work on windows as wellstrerror_r
* got rid of NOPACKED (struct alignment works now under Windows)Christian Pointner2009-01-169-23/+40
| | | | | crypto works now under windows using openssl crypto
* added Log to stdoutChristian Pointner2009-01-1610-17/+49
| | | | | | added dummy stdio tun device some cleanups (windows)
* small cleanupChristian Pointner2009-01-161-1/+2
|
* changed strerr to boost::system::errorOthmar Gsenger2009-01-163-15/+5
| | | | | this might need some testing
* 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
| | | | | | moved initLibGcrypt to right position (needs to be called before any other libgcrypt call)
* 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
|
* typename refactoringChristian Pointner2009-01-157-40/+45
|
* fixed buildChristian Pointner2009-01-151-2/+2
|
* small cleanupChristian Pointner2009-01-153-42/+56
|
* small cleanupChristian Pointner2009-01-152-18/+20
|
* removed useless fileChristian Pointner2009-01-151-417/+0
|
* added missing file headersChristian Pointner2009-01-155-0/+155
|
* small cleanupChristian Pointner2009-01-153-6/+6
|
* add multi kd supportChristian Pointner2009-01-153-43/+50
|
* small cleanupChristian Pointner2009-01-153-38/+23
|
* ported uanytun key derivation to anytunChristian Pointner2009-01-1512-448/+334
| | | | | | | | 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-143-102/+118
|
* ported cipher from uanytun to anytunChristian Pointner2009-01-145-120/+164
|
* ported uAnytun sequence window to anytunChristian Pointner2009-01-124-50/+114
|
* cleaned up includesOthmar Gsenger2009-01-121-2/+0
|
* removed some object files from nosync targetOthmar Gsenger2009-01-121-3/+3
|
* fixed anytun-nosync build targetOthmar Gsenger2009-01-127-34/+61
|
* moved rtp stuff to anyrtpproxy and removed it from anytunOthmar Gsenger2009-01-1214-84/+52
|
* clean up MakefileChristian Pointner2009-01-122-151/+34
|
* added new passphrase and config file to cmd line option lettersChristian Pointner2009-01-051-2/+2
|
* changed -R|--route to -T|--route because -R was already takenChristian Pointner2009-01-025-8/+61
| | | | | | added a file containing all used letters for command line
* allways write exceptions to logOthmar Gsenger2009-01-021-6/+4
|
* catch exception from anytun-showtables if no/wrong inputOthmar Gsenger2008-12-301-1/+10
|
* sync race condition work-arround (needs better fix!)Othmar Gsenger2008-12-301-1/+5
|
* fixed windows endian includeOthmar Gsenger2008-12-292-2/+16
|
* added endian.hOthmar Gsenger2008-12-294-26/+56
|