summaryrefslogtreecommitdiff
path: root/src/authAlgo.h
Commit message (Collapse)AuthorAgeFilesLines
* non-functional changes only: use standard writing of stdint.h types; still ↵Markus Grüneis2010-02-181-2/+2
| | | | import from boost (compiler compatibility)
* whitespace only change: unified formatting with "astyle --style=k/r ↵Markus Grüneis2010-02-171-2/+2
| | | | --indent=spaces=2 --unpad-paren --add-brackets --align-pointer=type --keep-one-line-blocks --indent-col1-comments --lineend=linux --suffix=none --recursive"
* fixed header file include guards to be C++ compliant; now always use format ↵Markus Grüneis2009-11-111-3/+2
| | | | ANYTUN_<filename>_INCLUDED
* fixed copyrightrel-0.3.1v0.3.1Christian Pointner2009-10-291-1/+1
|
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
| | | | | | this is release 0.3.1
* added support for configurabel auth tag lengthChristian Pointner2009-03-171-0/+2
|
* some cleanupChristian Pointner2009-01-181-2/+2
|
* auth algo now stores direction as wellChristian Pointner2009-01-151-8/+12
|
* typename refactoringChristian Pointner2009-01-151-6/+6
|
* ported uanytun key derivation to anytunChristian Pointner2009-01-151-6/+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-25/+19
|
* some more type cleanups and missig NOCRYPT definesOthmar Gsenger2008-11-281-0/+2
|
* added compile time options NOCRYPT,NODAEMON,NOEXEC for easyier windows portingOthmar Gsenger2008-11-281-1/+2
| | | | | | moved crypto init functions to cryptinit.hpp and exec to sysexec.hpp (as this will be platform dependant)
* changed Foobar to anytun @ file headerChristian Pointner2008-06-191-1/+1
|
* cleaned up file headersOthmar Gsenger2008-06-191-8/+9
|
* big svn cleanupOthmar Gsenger2008-04-121-0/+104