Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added experimental win32 service code | Christian Pointner | 2009-02-20 | 4 | -0/+258 | |
| | ||||||
* | cleaned defines on windows | Christian Pointner | 2009-02-19 | 2 | -2/+10 | |
| | ||||||
* | added onew options definition to windows project file | Othmar Gsenger | 2009-02-19 | 1 | -2/+2 | |
| | ||||||
* | updated example configurations | Othmar Gsenger | 2009-02-18 | 4 | -37/+118 | |
| | ||||||
* | fixed compat mode bug | Christian Pointner | 2009-02-18 | 1 | -2/+2 | |
| | ||||||
* | fixed disabledRouting | Othmar Gsenger | 2009-02-18 | 1 | -0/+1 | |
| | ||||||
* | added anytun02 compat runtime switch | Christian Pointner | 2009-02-18 | 15 | -43/+97 | |
| | ||||||
* | static build mostly fixed | Othmar Gsenger | 2009-02-18 | 3 | -6/+13 | |
| | | | | | | 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 | |||||
* | fixed routing table sorting for correct build of routing tree | Othmar Gsenger | 2009-02-18 | 1 | -4/+3 | |
| | ||||||
* | rebuild routing tree on addRoute | Othmar Gsenger | 2009-02-18 | 1 | -1/+4 | |
| | ||||||
* | turn off routing, when no multi connection support (no sync hosts or tap device) | Othmar Gsenger | 2009-02-18 | 2 | -27/+14 | |
| | | | | | | no autorouting on --ifconfig | |||||
* | improved daemonizing | Christian Pointner | 2009-02-12 | 1 | -1/+25 | |
| | ||||||
* | init script cleanup | Christian Pointner | 2009-02-05 | 1 | -1/+1 | |
| | ||||||
* | renamed /etc/defaults to /etc/default | Christian Pointner | 2009-02-04 | 0 | -0/+0 | |
| | ||||||
* | some cleanup and fixes @ initscript | Christian Pointner | 2009-02-04 | 1 | -39/+41 | |
| | ||||||
* | improved handling of tap devices on OpenBSD | Christian Pointner | 2009-02-04 | 1 | -0/+7 | |
| | ||||||
* | added fix for new ifconfig method from uanytun | Christian Pointner | 2009-02-04 | 1 | -23/+17 | |
| | ||||||
* | some fixes for tunDevice on Windows Vista | Christian Pointner | 2009-01-31 | 3 | -18/+13 | |
| | ||||||
* | started to port bsd tundevice to new ifconfig feature | Christian Pointner | 2009-01-31 | 2 | -21/+29 | |
| | | | | | | removed possible null pointer derefernce | |||||
* | added disable-routing to configure script | Christian Pointner | 2009-01-31 | 1 | -0/+10 | |
| | ||||||
* | ported new -n functionality to windows (now using new tun ioctl) | Christian Pointner | 2009-01-31 | 5 | -21/+32 | |
| | ||||||
* | moved to new handling if ifconfig parameters (more windows friendly) | Christian Pointner | 2009-01-31 | 8 | -52/+57 | |
| | ||||||
* | refactoring | Christian Pointner | 2009-01-30 | 4 | -21/+21 | |
| | ||||||
* | droping privileges is now possible without chroot | Christian Pointner | 2009-01-30 | 6 | -62/+106 | |
| | | | | | | added groupname command line option | |||||
* | small makefile cleanup | Christian Pointner | 2009-01-28 | 2 | -16/+46 | |
| | ||||||
* | merged options parser | Christian Pointner | 2009-01-28 | 9 | -932/+146 | |
| | ||||||
* | setting device status to up after ifconfig | Christian Pointner | 2009-01-22 | 2 | -3/+3 | |
| | ||||||
* | windows tap driver version gets checked now | Christian Pointner | 2009-01-21 | 1 | -1/+22 | |
| | ||||||
* | improved adapter search which cares about componentids | Christian Pointner | 2009-01-21 | 2 | -9/+19 | |
| | ||||||
* | added minimalisstic registry wrapper | Christian Pointner | 2009-01-21 | 5 | -37/+209 | |
| | ||||||
* | added do_ifconfig for windows | Christian Pointner | 2009-01-21 | 2 | -4/+19 | |
| | ||||||
* | no routing disable -R and warning | Christian Pointner | 2009-01-21 | 2 | -1/+5 | |
| | ||||||
* | Windows tunDevice cleanup | Christian Pointner | 2009-01-21 | 3 | -38/+71 | |
| | ||||||
* | tun mode works now on windows | Christian Pointner | 2009-01-21 | 6 | -9/+50 | |
| | ||||||
* | safer handling of registry functions | Christian Pointner | 2009-01-20 | 4 | -29/+70 | |
| | | | | | some cleanup | |||||
* | further cleanup for system execution | Christian Pointner | 2009-01-20 | 3 | -5/+25 | |
| | ||||||
* | fixed linux and bsd tunDevice (filedescriptor gets now closed in case of an ↵ | Christian Pointner | 2009-01-20 | 2 | -9/+14 | |
| | | | | exception during object construction) | |||||
* | improved esit status handling of exec script for unix | Christian Pointner | 2009-01-20 | 2 | -4/+12 | |
| | | | | | | added dev actual node as parameter to exec script | |||||
* | added actual_node_ to linux and bsd device as well | Christian Pointner | 2009-01-20 | 2 | -0/+3 | |
| | ||||||
* | added actual node to tundevice (currently only for windows) | Christian Pointner | 2009-01-20 | 3 | -5/+9 | |
| | ||||||
* | recv also throws runtime error on windows when an icmp unreachable message ↵ | Christian Pointner | 2009-01-20 | 2 | -36/+20 | |
| | | | | | | | arrives some cleanup | |||||
* | moved overlapped structs to class members (CreateEvent only once) | Christian Pointner | 2009-01-19 | 2 | -16/+17 | |
| | ||||||
* | fixed silly bug at new tundevice | Christian Pointner | 2009-01-19 | 6 | -21/+32 | |
| | ||||||
* | fixed overlapped handling of read and write at windows tundevice | Christian Pointner | 2009-01-19 | 1 | -8/+22 | |
| | ||||||
* | first working version of windows TunDevice (currently only tap) | Christian Pointner | 2009-01-19 | 3 | -10/+34 | |
| | ||||||
* | windows tap device open works now (some cleanup needed) | Christian Pointner | 2009-01-19 | 2 | -2/+53 | |
| | ||||||
* | started to implement windows tunDevice | Christian Pointner | 2009-01-19 | 6 | -2/+104 | |
| | | | | | updated LogErrno to support Windows Error Codes | |||||
* | some cleanup | Christian Pointner | 2009-01-18 | 17 | -41/+66 | |
| | ||||||
* | doing replay protection before learning remote host | Christian Pointner | 2009-01-18 | 6 | -10/+37 | |
| | | | | | added some length checks for incoming packets |