Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleaned up crypto init | Othmar Gsenger | 2010-01-11 | 1 | -0/+13 |
| | | | | | | cleaned up default log targets | ||||
* | added visual studio build targets with gcrypt | Christian Pointner | 2010-01-07 | 1 | -6/+0 |
| | |||||
* | fixed header file include guards to be C++ compliant; now always use format ↵ | Markus Grüneis | 2009-11-11 | 1 | -3/+2 |
| | | | | ANYTUN_<filename>_INCLUDED | ||||
* | fixed copyrightrel-0.3.1v0.3.1 | Christian Pointner | 2009-10-29 | 1 | -1/+1 |
| | |||||
* | switched to GPLv3 or higher | Christian Pointner | 2009-10-28 | 1 | -2/+3 |
| | | | | | | this is release 0.3.1 | ||||
* | moved LogErrno to AnytunErrno | Christian Pointner | 2009-02-22 | 1 | -2/+2 |
| | |||||
* | some cleanup | Christian Pointner | 2009-01-18 | 1 | -1/+1 |
| | |||||
* | log class can now easily use errno and gpg_err | Christian Pointner | 2009-01-15 | 1 | -6/+2 |
| | |||||
* | small cleanup | Christian Pointner | 2009-01-15 | 1 | -0/+2 |
| | |||||
* | ported uanytun key derivation to anytun | Christian Pointner | 2009-01-15 | 1 | -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 porting | Othmar Gsenger | 2008-11-28 | 1 | -0/+82 |
moved crypto init functions to cryptinit.hpp and exec to sysexec.hpp (as this will be platform dependant) |