Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | splitted signalController and SignalHandlers | Christian Pointner | 2010-01-19 | 1 | -0/+1 |
| | |||||
* | added manpage to svn (and later to release tarball) | Christian Pointner | 2009-12-22 | 1 | -6/+6 |
| | | | | | | moved manpages to doc directory | ||||
* | fixed permissions bug at make install | Christian Pointner | 2009-12-14 | 1 | -1/+1 |
| | | | | | | fixed device name uanytun to anytun at p2p examples | ||||
* | added --no-manpage to configure and make | Christian Pointner | 2009-11-15 | 1 | -14/+28 |
| | | | | | | more protable usage of sed | ||||
* | added --no-examples to configure | Christian Pointner | 2009-11-14 | 1 | -2/+12 |
| | |||||
* | installing example configs in seperater example dir now | Christian Pointner | 2009-11-14 | 1 | -34/+34 |
| | | | | | | no gzip on manpages at install | ||||
* | cleaned Makefile | Christian Pointner | 2009-11-12 | 1 | -102/+104 |
| | | | | | | | added uninstall target replaces mkdir -p by install -d (more portible) | ||||
* | removed strip from install | Christian Pointner | 2009-11-11 | 1 | -6/+2 |
| | |||||
* | no username/groupname in example config | Christian Pointner | 2009-11-11 | 1 | -5/+78 |
| | | | | | | | added install target to Makefile updated svn:ignore for man directory | ||||
* | 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 | ||||
* | added improved script execution | Christian Pointner | 2009-10-04 | 1 | -0/+1 |
| | |||||
* | added gResolver to anytun-config | Christian Pointner | 2009-03-22 | 1 | -1/+2 |
| | |||||
* | added SIGERROR to signal Controller | Christian Pointner | 2009-03-10 | 1 | -2/+1 |
| | |||||
* | initial checkin of new resolver | Christian Pointner | 2009-03-03 | 1 | -3/+6 |
| | |||||
* | make distclean always works now | Christian Pointner | 2009-03-03 | 1 | -2/+5 |
| | | | | | | removed --ld-kdr from Makefile | ||||
* | moved LogErrno to AnytunErrno | Christian Pointner | 2009-02-22 | 1 | -0/+3 |
| | |||||
* | added extended logging capability | Christian Pointner | 2009-02-22 | 1 | -3/+6 |
| | |||||
* | 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 |
| |