Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | routing fix | Othmar Gsenger | 2008-12-22 | 1 | -0/+6 |
| | |||||
* | fixed anytun-controld | Othmar Gsenger | 2008-12-22 | 1 | -12/+5 |
| | | | | | | return value is missing again | ||||
* | catching no route exceptions | Othmar Gsenger | 2008-12-22 | 1 | -5/+13 |
| | |||||
* | new routing system | Othmar Gsenger | 2008-12-22 | 11 | -14/+268 |
| | | | | | | supports ipv4 and ipv6 routing with subnetting | ||||
* | added route option to anytun | Othmar Gsenger | 2008-12-21 | 3 | -0/+46 |
| | |||||
* | rewrote syncClient and anytun-showtables | Othmar Gsenger | 2008-12-21 | 3 | -109/+71 |
| | |||||
* | removed wrong logmessage from anytun-config | Othmar Gsenger | 2008-12-21 | 1 | -1/+1 |
| | |||||
* | fixed anytun-controld (io service run) | Othmar Gsenger | 2008-12-21 | 1 | -0/+1 |
| | | | | | | parameter parser is broken ( -X 127.0.0.1:2323 doesn't work) | ||||
* | added ipv6 routing support | Othmar Gsenger | 2008-12-21 | 8 | -61/+73 |
| | | | | | | routing still only works if all routes have the same netmask | ||||
* | include path fixed for windows TunDevice | Othmar Gsenger | 2008-12-17 | 1 | -2/+2 |
| | |||||
* | fixed tundevice for windows | Othmar Gsenger | 2008-12-17 | 4 | -3/+6 |
| | |||||
* | fixed bug in routing initialisation | Othmar Gsenger | 2008-12-11 | 3 | -9/+12 |
| | |||||
* | removed unused router | Othmar Gsenger | 2008-12-11 | 3 | -116/+0 |
| | |||||
* | networkaddress::operator<() throws exception if types don't match | Christian Pointner | 2008-12-11 | 1 | -1/+1 |
| | |||||
* | types fixes | Othmar Gsenger | 2008-12-11 | 3 | -4/+30 |
| | | | | | builds and links now under windows | ||||
* | fixed nocrypt define | Othmar Gsenger | 2008-12-11 | 1 | -0/+2 |
| | |||||
* | using boost sleep now | Othmar Gsenger | 2008-12-11 | 1 | -1/+1 |
| | |||||
* | some type fixes | Othmar Gsenger | 2008-12-11 | 2 | -4/+4 |
| | |||||
* | mainly type and define fixes | Othmar Gsenger | 2008-12-11 | 8 | -16/+33 |
| | | | | | | 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 | ||||
* | removed old includes | Othmar Gsenger | 2008-12-11 | 1 | -3/+0 |
| | |||||
* | fixed ip version detection | Othmar Gsenger | 2008-12-11 | 1 | -3/+5 |
| | |||||
* | removed unused includes | Othmar Gsenger | 2008-12-11 | 1 | -12/+12 |
| | |||||
* | rewrote network addressess to base on boost::asio | Othmar Gsenger | 2008-12-10 | 5 | -190/+84 |
| | |||||
* | removed anytun.ncb | Othmar Gsenger | 2008-12-01 | 1 | -0/+0 |
| | | | | | | too big for source code | ||||
* | fixed stream >> u_int8_t issue | Christian Pointner | 2008-11-30 | 2 | -2/+74 |
| | | | | | | added win32 directory and a empty tunDevice.cpp | ||||
* | some vc++ files (whatever they do???) | Othmar Gsenger | 2008-11-28 | 2 | -0/+0 |
| | |||||
* | fixed linux/bsd build | Othmar Gsenger | 2008-11-28 | 2 | -4/+4 |
| | |||||
* | added some windows support (not working now) | Othmar Gsenger | 2008-11-28 | 14 | -898/+541 |
| | | | | | | try to build with following Options: NOCRYPT;NODAEMON;NOEXEC;NOPACKED;NOSYSLOG;NOROUTING;NOSIGNALCONTROLLER | ||||
* | some more type cleanups and missig NOCRYPT defines | Othmar Gsenger | 2008-11-28 | 5 | -2/+11 |
| | |||||
* | added compile time options NOCRYPT,NODAEMON,NOEXEC for easyier windows porting | Othmar Gsenger | 2008-11-28 | 13 | -152/+152 |
| | | | | | | moved crypto init functions to cryptinit.hpp and exec to sysexec.hpp (as this will be platform dependant) | ||||
* | fixed datatypes (really using boost now) | Othmar Gsenger | 2008-11-28 | 2 | -5/+9 |
| | |||||
* | added build target anytun-static | Othmar Gsenger | 2008-11-27 | 1 | -1/+5 |
| | | | | | | added compiler option -O2 | ||||
* | cleaned tunDevice code | Christian Pointner | 2008-11-26 | 8 | -151/+49 |
| | |||||
* | anyrtpproxy: options parser support ipv6 now | Christian Pointner | 2008-11-25 | 2 | -5/+58 |
| | |||||
* | anyrtpproxy: small fix | Christian Pointner | 2008-11-25 | 1 | -24/+11 |
| | |||||
* | anyrtpproxy allmost finished | Christian Pointner | 2008-11-25 | 4 | -135/+110 |
| | | | | | | | | ToDo: - syncrhonisation does not work by now - fix recv non blocking issue | ||||
* | anyrtpproxy ported to boost threads and boost asio still some work | Christian Pointner | 2008-11-25 | 3 | -91/+96 |
| | |||||
* | anyrtpproxy: commandhanlder uses now boost::asio and boost::thread | Christian Pointner | 2008-11-25 | 2 | -26/+33 |
| | |||||
* | anyrtpproxy furhter fixes | Christian Pointner | 2008-11-25 | 3 | -17/+16 |
| | |||||
* | added header to syncOnConnect | Christian Pointner | 2008-11-25 | 1 | -0/+30 |
| | |||||
* | further fixes for anyrtpproxy but still alot left | Christian Pointner | 2008-11-25 | 3 | -60/+96 |
| | |||||
* | anyrtpproxy: fixed Makfile | Christian Pointner | 2008-11-25 | 2 | -20/+14 |
| | |||||
* | updated manpages | Christian Pointner | 2008-11-25 | 8 | -51/+80 |
| | | | | | | some cleanups | ||||
* | options parser support ipv6 now | Christian Pointner | 2008-11-25 | 6 | -85/+218 |
| | | | | | | | | | fixed anytun-controld - fixed log issues - added better error output - some cleanups | ||||
* | small type cleanup | Christian Pointner | 2008-11-25 | 11 | -35/+40 |
| | |||||
* | fixed sync reconnects | Othmar Gsenger | 2008-11-24 | 1 | -27/+25 |
| | |||||
* | fixed syncing, config & showtables | Othmar Gsenger | 2008-11-24 | 6 | -31/+44 |
| | |||||
* | fixed sync deletes connection param | Othmar Gsenger | 2008-11-24 | 1 | -3/+2 |
| | |||||
* | switched to endpoint @ anytun-config as well | Christian Pointner | 2008-11-24 | 1 | -4/+10 |
| | |||||
* | switched to endpoint | Christian Pointner | 2008-11-24 | 3 | -38/+44 |
| |