Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improved new SysExec cleanup | Christian Pointner | 2010-01-12 | 1 | -1/+2 |
| | |||||
* | fixed priviledge dropping on freebsd | Othmar Gsenger | 2010-01-10 | 1 | -0/+4 |
| | | | | | | maybee todo: remove old non working preprocessor staments like NO_EXEC to make code simpler | ||||
* | fixed header file include guards to be C++ compliant; now always use format ↵ | Markus Grüneis | 2009-11-11 | 3 | -4/+12 |
| | | | | ANYTUN_<filename>_INCLUDED | ||||
* | fixed copyrightrel-0.3.1v0.3.1 | Christian Pointner | 2009-10-29 | 5 | -5/+5 |
| | |||||
* | switched to GPLv3 or higher | Christian Pointner | 2009-10-28 | 5 | -10/+15 |
| | | | | | | this is release 0.3.1 | ||||
* | changed windows tap device for new version | Othmar Gsenger | 2009-10-17 | 1 | -1/+1 |
| | | | | | works with 64bit windows now | ||||
* | fixed const @ tundevice | Christian Pointner | 2009-03-05 | 1 | -1/+1 |
| | |||||
* | cleanup (less warnings on MSVC) | Christian Pointner | 2009-03-04 | 1 | -1/+1 |
| | |||||
* | added log message at windows service stop | Christian Pointner | 2009-02-22 | 1 | -0/+1 |
| | |||||
* | remove useless log priorities CRIT,EMERG,ALERT | Christian Pointner | 2009-02-22 | 2 | -7/+7 |
| | |||||
* | fixed build on windows | Christian Pointner | 2009-02-22 | 1 | -1/+1 |
| | |||||
* | moved LogErrno to AnytunErrno | Christian Pointner | 2009-02-22 | 3 | -26/+26 |
| | |||||
* | replaced regular throws with AnytunError::thowErr | Christian Pointner | 2009-02-22 | 2 | -62/+28 |
| | |||||
* | added signal controller (console control handler) to windows | Christian Pointner | 2009-02-22 | 1 | -6/+6 |
| | |||||
* | fixed build on Windows (after logging chances) | Christian Pointner | 2009-02-22 | 1 | -1/+1 |
| | |||||
* | windows tunDevice reads mtu size now | Christian Pointner | 2009-02-20 | 1 | -0/+10 |
| | |||||
* | windows service works now | Christian Pointner | 2009-02-20 | 2 | -21/+80 |
| | |||||
* | code cleanup | Christian Pointner | 2009-02-20 | 3 | -123/+123 |
| | |||||
* | added experimental win32 service code | Christian Pointner | 2009-02-20 | 2 | -0/+250 |
| | |||||
* | some fixes for tunDevice on Windows Vista | Christian Pointner | 2009-01-31 | 2 | -18/+13 |
| | |||||
* | ported new -n functionality to windows (now using new tun ioctl) | Christian Pointner | 2009-01-31 | 2 | -19/+22 |
| | |||||
* | setting device status to up after ifconfig | Christian Pointner | 2009-01-22 | 1 | -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 | 1 | -9/+19 |
| | |||||
* | added minimalisstic registry wrapper | Christian Pointner | 2009-01-21 | 3 | -37/+201 |
| | |||||
* | added do_ifconfig for windows | Christian Pointner | 2009-01-21 | 1 | -4/+19 |
| | |||||
* | Windows tunDevice cleanup | Christian Pointner | 2009-01-21 | 1 | -38/+68 |
| | |||||
* | tun mode works now on windows | Christian Pointner | 2009-01-21 | 1 | -8/+19 |
| | |||||
* | safer handling of registry functions | Christian Pointner | 2009-01-20 | 1 | -29/+56 |
| | | | | | some cleanup | ||||
* | added actual node to tundevice (currently only for windows) | Christian Pointner | 2009-01-20 | 1 | -3/+6 |
| | |||||
* | moved overlapped structs to class members (CreateEvent only once) | Christian Pointner | 2009-01-19 | 1 | -16/+16 |
| | |||||
* | fixed silly bug at new tundevice | Christian Pointner | 2009-01-19 | 1 | -13/+11 |
| | |||||
* | 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 | 1 | -9/+33 |
| | |||||
* | windows tap device open works now (some cleanup needed) | Christian Pointner | 2009-01-19 | 1 | -2/+53 |
| | |||||
* | started to implement windows tunDevice | Christian Pointner | 2009-01-19 | 2 | -0/+91 |
| | | | | | updated LogErrno to support Windows Error Codes | ||||
* | added Log to stdout | Christian Pointner | 2009-01-16 | 1 | -1/+7 |
| | | | | | | added dummy stdio tun device some cleanups (windows) | ||||
* | include path fixed for windows TunDevice | Othmar Gsenger | 2008-12-17 | 1 | -2/+2 |
| | |||||
* | fixed tundevice for windows | Othmar Gsenger | 2008-12-17 | 1 | -0/+3 |
| | |||||
* | fixed stream >> u_int8_t issue | Christian Pointner | 2008-11-30 | 1 | -0/+72 |
added win32 directory and a empty tunDevice.cpp |