Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed NO_EXEC | Christian Pointner | 2010-02-06 | 1 | -2/+0 |
| | | | | | | added NOMINMAX to windows build targets | ||||
* | references are better than pointer ;) | Christian Pointner | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | improved new SysExec cleanup | Christian Pointner | 2010-01-12 | 1 | -3/+3 |
| | |||||
* | fixed priviledge dropping on freebsd | Othmar Gsenger | 2010-01-10 | 1 | -2/+10 |
| | | | | | | maybee todo: remove old non working preprocessor staments like NO_EXEC to make code simpler | ||||
* | 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 | ||||
* | got rid of remaining system() | Christian Pointner | 2009-10-04 | 1 | -15/+6 |
| | |||||
* | fixed tunDev-- Diese und die folgenden Zeilen werden ignoriert -- | Christian Pointner | 2009-03-05 | 1 | -2/+2 |
| | | | | | | | M src/bsd/tunDevice.cpp M src/linux/tunDevice.cpp | ||||
* | got rid of ThreadParam | Christian Pointner | 2009-03-05 | 1 | -3/+3 |
| | |||||
* | remove useless log priorities CRIT,EMERG,ALERT | Christian Pointner | 2009-02-22 | 1 | -2/+2 |
| | |||||
* | moved LogErrno to AnytunErrno | Christian Pointner | 2009-02-22 | 1 | -4/+4 |
| | |||||
* | fixed signalController on unix | Christian Pointner | 2009-02-22 | 1 | -9/+5 |
| | | | | | | added anytunError | ||||
* | started to port bsd tundevice to new ifconfig feature | Christian Pointner | 2009-01-31 | 1 | -0/+3 |
| | | | | | | removed possible null pointer derefernce | ||||
* | moved to new handling if ifconfig parameters (more windows friendly) | Christian Pointner | 2009-01-31 | 1 | -11/+4 |
| | |||||
* | further cleanup for system execution | Christian Pointner | 2009-01-20 | 1 | -3/+10 |
| | |||||
* | fixed linux and bsd tunDevice (filedescriptor gets now closed in case of an ↵ | Christian Pointner | 2009-01-20 | 1 | -7/+8 |
| | | | | exception during object construction) | ||||
* | added actual_node_ to linux and bsd device as well | Christian Pointner | 2009-01-20 | 1 | -0/+1 |
| | |||||
* | log class can now easily use errno and gpg_err | Christian Pointner | 2009-01-15 | 1 | -14/+6 |
| | |||||
* | fixed some compiler warnings for ubuntu intrepid | Christian Pointner | 2008-12-27 | 1 | -2/+6 |
| | |||||
* | cleaned tunDevice code | Christian Pointner | 2008-11-26 | 1 | -25/+6 |
| | |||||
* | and there is still Foobar left... | Christian Pointner | 2008-06-20 | 1 | -1/+1 |
| | |||||
* | cleaned up file headers | Othmar Gsenger | 2008-06-19 | 1 | -8/+9 |
| | |||||
* | bugfix with strerror_r - still not working but at least not using ↵ | Christian Pointner | 2008-05-20 | 1 | -1/+2 |
| | | | | uninitialized data | ||||
* | fixed build on linux | Christian Pointner | 2008-05-12 | 1 | -6/+8 |
| | |||||
* | added do_ifconfig for bsd device | Christian Pointner | 2008-05-12 | 1 | -11/+9 |
| | |||||
* | fixed some thread safety bugs | Christian Pointner | 2008-05-11 | 1 | -2/+6 |
| | |||||
* | small security fix @ new linux tun device | Christian Pointner | 2008-05-11 | 1 | -3/+11 |
| | |||||
* | added device for bsd | Christian Pointner | 2008-05-11 | 1 | -1/+3 |
| | | | | | | | | tested under openbsd but should work on freebsd and netbsd as well TODO: do_ifconfig | ||||
* | do_ifconfig works now for new tun/tap device | Christian Pointner | 2008-05-10 | 1 | -0/+22 |
| | |||||
* | small cleanup | Christian Pointner | 2008-05-09 | 1 | -3/+3 |
| | |||||
* | linux tun/tap device works now with tun *and* tap | Christian Pointner | 2008-05-09 | 1 | -37/+46 |
| | | | | | | | TODO: ifconfig | ||||
* | bugfix @ tundevice and ipv6 | Christian Pointner | 2008-05-09 | 1 | -9/+39 |
| | |||||
* | first working version of linux tun device | Christian Pointner | 2008-05-08 | 1 | -8/+58 |
| | |||||
* | added own tun device implementation for linux | Christian Pointner | 2008-05-08 | 1 | -0/+68 |