summaryrefslogtreecommitdiff
path: root/src/cryptinit.hpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* moved LogErrno to AnytunErrnoChristian Pointner2009-02-221-2/+2
|
* some cleanupChristian Pointner2009-01-181-1/+1
|
* log class can now easily use errno and gpg_errChristian Pointner2009-01-151-6/+2
|
* small cleanupChristian Pointner2009-01-151-0/+2
|
* ported uanytun key derivation to anytunChristian Pointner2009-01-151-2/+35
| | | | | | | | no key store until now (ld_kdr gets ignored) no multi kd until now (WritersLock instead of ReadersLock @ generate) finally removed creepy mpi class
* added compile time options NOCRYPT,NODAEMON,NOEXEC for easyier windows portingOthmar Gsenger2008-11-281-0/+82
moved crypto init functions to cryptinit.hpp and exec to sysexec.hpp (as this will be platform dependant)