Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | static build mostly fixed | Othmar Gsenger | 2009-02-18 | 1 | -3/+6 |
| | | | | | | getsddrinfo still needs libc | ||||
* | added strip Makefile target | Othmar Gsenger | 2009-02-18 | 1 | -2/+5 |
| | | | | | | | added anytun-nosync to default build anytun-static not working with new gcc | ||||
* | turn off routing, when no multi connection support (no sync hosts or tap device) | Othmar Gsenger | 2009-02-18 | 1 | -0/+1 |
| | | | | | | no autorouting on --ifconfig | ||||
* | small makefile cleanup | Christian Pointner | 2009-01-28 | 1 | -16/+15 |
| | |||||
* | merged options parser | Christian Pointner | 2009-01-28 | 1 | -0/+10 |
| | |||||
* | added more sophisticated configure script | Christian Pointner | 2009-01-18 | 1 | -16/+3 |
| | |||||
* | log class can now easily use errno and gpg_err | Christian Pointner | 2009-01-15 | 1 | -2/+0 |
| | |||||
* | improved Makefile (clean now for -j *) | Christian Pointner | 2009-01-15 | 1 | -9/+13 |
| | |||||
* | add multi kd support | Christian Pointner | 2009-01-15 | 1 | -1/+2 |
| | |||||
* | ported uanytun key derivation to anytun | Christian Pointner | 2009-01-15 | 1 | -2/+0 |
| | | | | | | | | no key store until now (ld_kdr gets ignored) no multi kd until now (WritersLock instead of ReadersLock @ generate) finally removed creepy mpi class | ||||
* | removed some object files from nosync target | Othmar Gsenger | 2009-01-12 | 1 | -3/+3 |
| | |||||
* | fixed anytun-nosync build target | Othmar Gsenger | 2009-01-12 | 1 | -1/+4 |
| | |||||
* | moved rtp stuff to anyrtpproxy and removed it from anytun | Othmar Gsenger | 2009-01-12 | 1 | -12/+1 |
| | |||||
* | clean up Makefile | Christian Pointner | 2009-01-12 | 1 | -134/+21 |
| | |||||
* | don't build libanysnc | Othmar Gsenger | 2008-12-27 | 1 | -1/+1 |
| | |||||
* | cleaned up routingTree structure | Christian Pointner | 2008-12-22 | 1 | -1/+1 |
| | |||||
* | new routing system | Othmar Gsenger | 2008-12-22 | 1 | -1/+6 |
| | | | | | | supports ipv4 and ipv6 routing with subnetting | ||||
* | removed unused router | Othmar Gsenger | 2008-12-11 | 1 | -5/+0 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | anyrtpproxy: fixed Makfile | Christian Pointner | 2008-11-25 | 1 | -1/+1 |
| | |||||
* | updated manpages | Christian Pointner | 2008-11-25 | 1 | -1/+0 |
| | | | | | | some cleanups | ||||
* | Add boost-system to LDFLAGS | Michael Gebetsroither | 2008-11-24 | 1 | -1/+1 |
| | |||||
* | fixed Makefile | Christian Pointner | 2008-11-24 | 1 | -51/+51 |
| | | | | | | fixed boost in anytun-controld | ||||
* | fixed anytun-showtables | Othmar Gsenger | 2008-11-17 | 1 | -2/+2 |
| | |||||
* | fixed anytun-config | Othmar Gsenger | 2008-11-17 | 1 | -0/+2 |
| | |||||
* | fixed anytun-controld | Othmar Gsenger | 2008-11-17 | 1 | -1/+1 |
| | |||||
* | the signal controller uses boost thread now, | Christian Pointner | 2008-10-19 | 1 | -1/+1 |
| | | | | | | | | | 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 |
| | |||||
* | move to asio socket libary for sync | Othmar Gsenger | 2008-10-19 | 1 | -37/+20 |
| | | | | | | | | | 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 | 1 | -2/+0 |
| | |||||
* | 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 | ||||
* | changed Foobar to anytun @ file header | Christian Pointner | 2008-06-19 | 1 | -1/+1 |
| | |||||
* | cleaned up file headers | Othmar Gsenger | 2008-06-19 | 1 | -0/+30 |
| | |||||
* | !!!!!!!!!!!!!!!!!!!!!!!!!! | Othmar Gsenger | 2008-06-19 | 1 | -1/+1 |
| | | | | | | | | | Big changes: Moved from pThread to boost::threads further testing needed. Version before this was testet pretty well and should become the new release. !!!!!!!!!!!!!!!!!!!!!!!!!! | ||||
* | removed openvpn source code | Christian Pointner | 2008-05-20 | 1 | -34/+1 |
| | |||||
* | bugfix with strerror_r - still not working but at least not using ↵ | Christian Pointner | 2008-05-20 | 1 | -2/+2 |
| | | | | uninitialized data | ||||
* | added extra catch for std::runtime_error | Christian Pointner | 2008-05-13 | 1 | -0/+2 |
| | |||||
* | added own tun device implementation for linux | Christian Pointner | 2008-05-08 | 1 | -1/+7 |
| | |||||
* | anytun-nosync builds on OpenBSD now | Christian Pointner | 2008-04-16 | 1 | -12/+22 |
| | |||||
* | makefile | Othmar Gsenger | 2008-04-15 | 1 | -1/+2 |
| | |||||
* | added make target anytun-nosync for basic bsd support | Othmar Gsenger | 2008-04-15 | 1 | -13/+20 |
| | |||||
* | cleaned up confusing names for different options | Christian Pointner | 2008-04-12 | 1 | -11/+11 |
| | |||||
* | big svn cleanup | Othmar Gsenger | 2008-04-12 | 1 | -0/+299 |