Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small cleanup | Christian Pointner | 2008-10-20 | 1 | -6/+3 |
| | |||||
* | the signal controller uses boost thread now, | Christian Pointner | 2008-10-19 | 4 | -19/+51 |
| | | | | | | | | | 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 | ||||
* | fixed makefile | Othmar Gsenger | 2008-10-19 | 1 | -5/+0 |
| | |||||
* | now with files | Othmar Gsenger | 2008-10-19 | 7 | -0/+409 |
| | |||||
* | move to asio socket libary for sync | Othmar Gsenger | 2008-10-19 | 155 | -29896/+86 |
| | | | | | | | | | bugs / todos: * new connections don't sync * anyrtpproxy broken * anytun-controlld doesn't send data | ||||
* | switched from PracticalSocket to libasio | Christian Pointner | 2008-10-19 | 4 | -39/+56 |
| | |||||
* | fixed typo in last checkin | Othmar Gsenger | 2008-10-19 | 1 | -1/+1 |
| | |||||
* | removed manpage from auto build | Othmar Gsenger | 2008-10-19 | 1 | -1/+1 |
| | | | | | | use make manpage if you need it | ||||
* | fixed ipv6 shift operator | Othmar Gsenger | 2008-10-17 | 1 | -2/+2 |
| | |||||
* | fixed linker errors @ anyrtpproxy | Christian Pointner | 2008-08-03 | 1 | -1/+1 |
| | |||||
* | added amd64 build fix patch by gebi | Christian Pointner | 2008-08-03 | 19 | -0/+19 |
| | |||||
* | this is hopefully the last Foobar... | Christian Pointner | 2008-06-20 | 12 | -12/+12 |
| | |||||
* | and there is still Foobar left... | Christian Pointner | 2008-06-20 | 2 | -2/+2 |
| | |||||
* | found some more Foobar | Christian Pointner | 2008-06-20 | 2 | -2/+2 |
| | |||||
* | moved src/gpl.txt to LICENSE | Christian Pointner | 2008-06-20 | 1 | -704/+0 |
| | |||||
* | changed Foobar to anytun @ file header | Christian Pointner | 2008-06-19 | 83 | -83/+83 |
| | |||||
* | cleaned up file headers | Othmar Gsenger | 2008-06-19 | 100 | -697/+2018 |
| | |||||
* | !!!!!!!!!!!!!!!!!!!!!!!!!! | Othmar Gsenger | 2008-06-19 | 4 | -154/+39 |
| | | | | | | | | | Big changes: Moved from pThread to boost::threads further testing needed. Version before this was testet pretty well and should become the new release. !!!!!!!!!!!!!!!!!!!!!!!!!! | ||||
* | finished anyrtpproxy man pagerel-0.2.1v0.2.1 | Christian Pointner | 2008-05-26 | 2 | -14/+47 |
| | |||||
* | added manpage for anyrtpproxy | Christian Pointner | 2008-05-26 | 2 | -2/+157 |
| | | | | | | | (not finished yet) | ||||
* | added pid-file option to anyrtpproxy | Christian Pointner | 2008-05-26 | 3 | -6/+33 |
| | |||||
* | removed openvpn source code | Christian Pointner | 2008-05-20 | 291 | -99351/+5 |
| | |||||
* | added -i option to anyrtpproxy | Christian Pointner | 2008-05-20 | 3 | -1/+25 |
| | |||||
* | bugfix with strerror_r - still not working but at least not using ↵ | Christian Pointner | 2008-05-20 | 8 | -3/+19 |
| | | | | uninitialized data | ||||
* | fixed bad default @ anyrtpproxy control-socket | Christian Pointner | 2008-05-19 | 1 | -1/+1 |
| | |||||
* | added extra catch for std::runtime_error | Christian Pointner | 2008-05-13 | 2 | -0/+17 |
| | |||||
* | fixed build on linux | Christian Pointner | 2008-05-12 | 8 | -36/+42 |
| | |||||
* | added do_ifconfig for bsd device | Christian Pointner | 2008-05-12 | 3 | -26/+36 |
| | |||||
* | fixed some thread safety bugs | Christian Pointner | 2008-05-11 | 7 | -24/+52 |
| | |||||
* | same security fix for bsd device | Christian Pointner | 2008-05-11 | 2 | -2/+10 |
| | |||||
* | small security fix @ new linux tun device | Christian Pointner | 2008-05-11 | 3 | -5/+14 |
| | |||||
* | minimalistic change :( | Christian Pointner | 2008-05-11 | 1 | -1/+1 |
| | |||||
* | added device for bsd | Christian Pointner | 2008-05-11 | 5 | -256/+612 |
| | | | | | | | | tested under openbsd but should work on freebsd and netbsd as well TODO: do_ifconfig | ||||
* | adaptions for openbsd 4.3 | Christian Pointner | 2008-05-10 | 3 | -5/+5 |
| | |||||
* | do_ifconfig works now for new tun/tap device | Christian Pointner | 2008-05-10 | 4 | -13/+40 |
| | |||||
* | small cleanup | Christian Pointner | 2008-05-09 | 1 | -7/+6 |
| | |||||
* | small cleanup | Christian Pointner | 2008-05-09 | 3 | -11/+10 |
| | |||||
* | linux tun/tap device works now with tun *and* tap | Christian Pointner | 2008-05-09 | 7 | -62/+139 |
| | | | | | | | TODO: ifconfig | ||||
* | bugfix @ tundevice and ipv6 | Christian Pointner | 2008-05-09 | 2 | -10/+43 |
| | |||||
* | first working version of linux tun device | Christian Pointner | 2008-05-08 | 4 | -17/+75 |
| | |||||
* | added own tun device implementation for linux | Christian Pointner | 2008-05-08 | 6 | -4/+163 |
| | |||||
* | added catch of icmp unreachable (again) | Othmar Gsenger | 2008-05-03 | 1 | -6/+6 |
| | |||||
* | Fixed typo in anytun manpage | Christian Pointner | 2008-04-16 | 1 | -1/+1 |
| | |||||
* | some cosmetic fixes at the manpages | Christian Pointner | 2008-04-16 | 4 | -13/+13 |
| | |||||
* | anytun-nosync builds on OpenBSD now | Christian Pointner | 2008-04-16 | 6 | -15/+81 |
| | |||||
* | makefile | Othmar Gsenger | 2008-04-15 | 1 | -1/+2 |
| | |||||
* | changed anytun-configd desc in man page | Othmar Gsenger | 2008-04-15 | 1 | -10/+2 |
| | |||||
* | added anytun-controld -X option docu | Othmar Gsenger | 2008-04-15 | 3 | -19/+14 |
| | |||||
* | build linux specific part only on linux | Christian Pointner | 2008-04-15 | 1 | -3/+7 |
| | |||||
* | added make target anytun-nosync for basic bsd support | Othmar Gsenger | 2008-04-15 | 2 | -24/+39 |
| |