Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | non-functional changes only: use standard writing of stdint.h types; still ↵ | Markus Grüneis | 2010-02-18 | 1 | -19/+19 |
| | | | | import from boost (compiler compatibility) | ||||
* | whitespace only change: unified formatting with "astyle --style=k/r ↵ | Markus Grüneis | 2010-02-17 | 1 | -9/+9 |
| | | | | --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ü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 | ||||
* | removed anytun02-compat mode | Christian Pointner | 2009-04-07 | 1 | -7/+2 |
| | |||||
* | updated README | Christian Pointner | 2009-02-26 | 1 | -1/+1 |
| | | | | | | some cleanup | ||||
* | added anytun02 compat runtime switch | Christian Pointner | 2009-02-18 | 1 | -2/+7 |
| | |||||
* | some cleanup | Christian Pointner | 2009-01-18 | 1 | -2/+2 |
| | |||||
* | got rid of NOPACKED (struct alignment works now under Windows) | Christian Pointner | 2009-01-16 | 1 | -1/+7 |
| | | | | | crypto works now under windows using openssl crypto | ||||
* | fixed NOPACKED (Windows build) | Christian Pointner | 2009-01-15 | 1 | -3/+3 |
| | |||||
* | cipher now stores kd direction | Christian Pointner | 2009-01-15 | 1 | -12/+16 |
| | |||||
* | typename refactoring | Christian Pointner | 2009-01-15 | 1 | -10/+10 |
| | |||||
* | ported uanytun key derivation to anytun | Christian Pointner | 2009-01-15 | 1 | -10/+10 |
| | | | | | | | | 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 anytun | Christian Pointner | 2009-01-14 | 1 | -20/+45 |
| | |||||
* | added some windows support (not working now) | Othmar Gsenger | 2008-11-28 | 1 | -1/+2 |
| | | | | | | try to build with following Options: NOCRYPT;NODAEMON;NOEXEC;NOPACKED;NOSYSLOG;NOROUTING;NOSIGNALCONTROLLER | ||||
* | added compile time options NOCRYPT,NODAEMON,NOEXEC for easyier windows porting | Othmar Gsenger | 2008-11-28 | 1 | -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 header | Christian Pointner | 2008-06-19 | 1 | -1/+1 |
| | |||||
* | cleaned up file headers | Othmar Gsenger | 2008-06-19 | 1 | -8/+9 |
| | |||||
* | big svn cleanup | Othmar Gsenger | 2008-04-12 | 1 | -0/+94 |