summaryrefslogtreecommitdiff
path: root/src/cipher.cpp
Commit message (Collapse)AuthorAgeFilesLines
* non-functional changes only: use standard writing of stdint.h types; still ↵Markus Grüneis2010-02-181-10/+10
| | | | import from boost (compiler compatibility)
* whitespace only change: unified formatting with "astyle --style=k/r ↵Markus Grüneis2010-02-171-20/+28
| | | | --indent=spaces=2 --unpad-paren --add-brackets --align-pointer=type --keep-one-line-blocks --indent-col1-comments --lineend=linux --suffix=none --recursive"
* 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
* removed anytun02-compat modeChristian Pointner2009-04-071-17/+0
|
* removed key derivation rate entirelyChristian Pointner2009-03-171-2/+2
| | | | | | | added new role based label updated configs and manpages
* remove useless log priorities CRIT,EMERG,ALERTChristian Pointner2009-02-221-7/+7
|
* moved LogErrno to AnytunErrnoChristian Pointner2009-02-221-4/+5
|
* added anytun02 compat runtime switchChristian Pointner2009-02-181-4/+16
|
* some cleanupChristian Pointner2009-01-181-1/+1
|
* got rid of NOPACKED (struct alignment works now under Windows)Christian Pointner2009-01-161-3/+3
| | | | | crypto works now under windows using openssl crypto
* log class can now easily use errno and gpg_errChristian Pointner2009-01-151-12/+4
|
* cipher now stores kd directionChristian Pointner2009-01-151-17/+17
|
* removed useless buf variable @ some log messagesChristian Pointner2009-01-151-6/+0
|
* typename refactoringChristian Pointner2009-01-151-8/+8
|
* ported uanytun key derivation to anytunChristian Pointner2009-01-151-41/+30
| | | | | | | | 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 cipher from uanytun to anytunChristian Pointner2009-01-141-73/+108
|
* added compile time options NOCRYPT,NODAEMON,NOEXEC for easyier windows portingOthmar Gsenger2008-11-281-2/+5
| | | | | | moved crypto init functions to cryptinit.hpp and exec to sysexec.hpp (as this will be platform dependant)
* added amd64 build fix patch by gebiChristian Pointner2008-08-031-0/+1
|
* changed Foobar to anytun @ file headerChristian Pointner2008-06-191-1/+1
|
* cleaned up file headersOthmar Gsenger2008-06-191-8/+9
|
* bugfix with strerror_r - still not working but at least not using ↵Christian Pointner2008-05-201-0/+5
| | | | uninitialized data
* fixed build on linuxChristian Pointner2008-05-121-10/+10
|
* fixed some thread safety bugsChristian Pointner2008-05-111-7/+14
|
* big svn cleanupOthmar Gsenger2008-04-121-0/+167