Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improved esit status handling of exec script for unix | Christian Pointner | 2009-01-20 | 1 | -2/+2 |
| | | | | | | added dev actual node as parameter to exec script | ||||
* | added actual node to tundevice (currently only for windows) | Christian Pointner | 2009-01-20 | 1 | -2/+1 |
| | |||||
* | recv also throws runtime error on windows when an icmp unreachable message ↵ | Christian Pointner | 2009-01-20 | 1 | -36/+20 |
| | | | | | | | arrives some cleanup | ||||
* | fixed silly bug at new tundevice | Christian Pointner | 2009-01-19 | 1 | -4/+12 |
| | |||||
* | first working version of windows TunDevice (currently only tap) | Christian Pointner | 2009-01-19 | 1 | -1/+1 |
| | |||||
* | some cleanup | Christian Pointner | 2009-01-18 | 1 | -12/+14 |
| | |||||
* | doing replay protection before learning remote host | Christian Pointner | 2009-01-18 | 1 | -8/+13 |
| | | | | | added some length checks for incoming packets | ||||
* | added passphrase support to key derivation | Christian Pointner | 2009-01-18 | 1 | -1/+1 |
| | |||||
* | removed debug output | Christian Pointner | 2009-01-17 | 1 | -4/+1 |
| | |||||
* | options parser refactoring | Christian Pointner | 2009-01-17 | 1 | -16/+20 |
| | |||||
* | added Log to stdout | Christian Pointner | 2009-01-16 | 1 | -3/+7 |
| | | | | | | added dummy stdio tun device some cleanups (windows) | ||||
* | small cleanup | Christian Pointner | 2009-01-16 | 1 | -1/+2 |
| | |||||
* | changed strerr to boost::system::error | Othmar Gsenger | 2009-01-16 | 1 | -2/+1 |
| | | | | | this might need some testing | ||||
* | added log kd rate parametery | Christian Pointner | 2009-01-15 | 1 | -6/+16 |
| | |||||
* | added a workaround for strerror_r problem | Christian Pointner | 2009-01-15 | 1 | -8/+8 |
| | | | | | | moved initLibGcrypt to right position (needs to be called before any other libgcrypt call) | ||||
* | auth algo now stores direction as well | Christian Pointner | 2009-01-15 | 1 | -4/+4 |
| | |||||
* | cipher now stores kd direction | Christian Pointner | 2009-01-15 | 1 | -4/+4 |
| | |||||
* | small cleanup | Christian Pointner | 2009-01-15 | 1 | -41/+41 |
| | |||||
* | small cleanup | Christian Pointner | 2009-01-15 | 1 | -11/+13 |
| | |||||
* | small cleanup | Christian Pointner | 2009-01-15 | 1 | -3/+0 |
| | |||||
* | ported uanytun key derivation to anytun | Christian Pointner | 2009-01-15 | 1 | -4/+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 anytun | Christian Pointner | 2009-01-14 | 1 | -24/+7 |
| | |||||
* | ported cipher from uanytun to anytun | Christian Pointner | 2009-01-14 | 1 | -21/+2 |
| | |||||
* | ported uAnytun sequence window to anytun | Christian Pointner | 2009-01-12 | 1 | -15/+5 |
| | |||||
* | fixed anytun-nosync build target | Othmar Gsenger | 2009-01-12 | 1 | -22/+27 |
| | |||||
* | allways write exceptions to log | Othmar Gsenger | 2009-01-02 | 1 | -6/+4 |
| | |||||
* | typo in help | Othmar Gsenger | 2008-12-26 | 1 | -1/+1 |
| | |||||
* | some documentation | Othmar Gsenger | 2008-12-23 | 1 | -1/+10 |
| | |||||
* | catching no route exceptions | Othmar Gsenger | 2008-12-22 | 1 | -5/+13 |
| | |||||
* | added route option to anytun | Othmar Gsenger | 2008-12-21 | 1 | -0/+9 |
| | |||||
* | added ipv6 routing support | Othmar Gsenger | 2008-12-21 | 1 | -1/+1 |
| | | | | | | routing still only works if all routes have the same netmask | ||||
* | fixed bug in routing initialisation | Othmar Gsenger | 2008-12-11 | 1 | -7/+10 |
| | |||||
* | mainly type and define fixes | Othmar Gsenger | 2008-12-11 | 1 | -5/+10 |
| | | | | | | partly builds on windows without conversion between host and network byte order working compile defines: NOCRYPT;NODAEMON;NOEXEC;NOPACKED;NOSYSLOG;NOSIGNALCONTROLLER;WIN32_LEAN_AND_MEAN | ||||
* | added some windows support (not working now) | Othmar Gsenger | 2008-11-28 | 1 | -8/+15 |
| | | | | | | 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 | -145/+13 |
| | | | | | | moved crypto init functions to cryptinit.hpp and exec to sysexec.hpp (as this will be platform dependant) | ||||
* | cleaned tunDevice code | Christian Pointner | 2008-11-26 | 1 | -4/+1 |
| | |||||
* | options parser support ipv6 now | Christian Pointner | 2008-11-25 | 1 | -5/+5 |
| | | | | | | | | | fixed anytun-controld - fixed log issues - added better error output - some cleanups | ||||
* | small type cleanup | Christian Pointner | 2008-11-25 | 1 | -7/+7 |
| | |||||
* | fixed syncing, config & showtables | Othmar Gsenger | 2008-11-24 | 1 | -2/+5 |
| | |||||
* | switched to endpoint | Christian Pointner | 2008-11-24 | 1 | -37/+38 |
| | |||||
* | temp ceckin | Othmar Gsenger | 2008-11-24 | 1 | -2/+7 |
| | |||||
* | ports int -> string | Othmar Gsenger | 2008-11-24 | 1 | -1/+13 |
| | | | | | | sync ipv6 compatible | ||||
* | fixes for boost 1.35 and higher | Christian Pointner | 2008-11-24 | 1 | -6/+4 |
| | |||||
* | fixed anytun-controld | Othmar Gsenger | 2008-11-17 | 1 | -1/+0 |
| | |||||
* | added OnConnect Callback | Othmar Gsenger | 2008-11-17 | 1 | -0/+2 |
| | |||||
* | fixed sync support | Othmar Gsenger | 2008-11-17 | 1 | -2/+3 |
| | |||||
* | added some compile switches for boost using pthreads | Christian Pointner | 2008-10-21 | 1 | -1/+4 |
| | |||||
* | small cleanup | Christian Pointner | 2008-10-20 | 1 | -6/+3 |
| | |||||
* | the signal controller uses boost thread now, | Christian Pointner | 2008-10-19 | 1 | -9/+41 |
| | | | | | | | | | however this code can only work as long boost thread uses pthread removed temporarly brocken anyrtpproxy from all target at make use make anyrtpproxy to build it replaced the pthread callbacks for libgcrypt with boost thread callbacks | ||||
* | move to asio socket libary for sync | Othmar Gsenger | 2008-10-19 | 1 | -27/+16 |
| | | | | | | | | | bugs / todos: * new connections don't sync * anyrtpproxy broken * anytun-controlld doesn't send data |