Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | updated FreeBSD device | Christian Pointner | 2009-03-04 | 1 | -6/+22 |
| | |||||
* | 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 | -3/+3 |
| | |||||
* | replaced regular throws with AnytunError::thowErr | Christian Pointner | 2009-02-22 | 1 | -7/+7 |
| | |||||
* | 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 |
| | |||||
* | started to port bsd tundevice to new ifconfig feature | Christian Pointner | 2009-01-31 | 1 | -21/+26 |
| | | | | | | removed possible null pointer derefernce | ||||
* | further cleanup for system execution | Christian Pointner | 2009-01-20 | 1 | -1/+12 |
| | |||||
* | fixed linux and bsd tunDevice (filedescriptor gets now closed in case of an ↵ | Christian Pointner | 2009-01-20 | 1 | -2/+6 |
| | | | | exception during object construction) | ||||
* | added actual_node_ to linux and bsd device as well | Christian Pointner | 2009-01-20 | 1 | -0/+2 |
| | |||||
* | log class can now easily use errno and gpg_err | Christian Pointner | 2009-01-15 | 1 | -14/+6 |
| | |||||
* | cleaned tunDevice code | Christian Pointner | 2008-11-26 | 1 | -36/+12 |
| | |||||
* | found some more Foobar | 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 | -0/+1 |
| | | | | uninitialized data | ||||
* | fixed build on linux | Christian Pointner | 2008-05-12 | 1 | -2/+2 |
| | |||||
* | added do_ifconfig for bsd device | Christian Pointner | 2008-05-12 | 1 | -14/+24 |
| | |||||
* | fixed some thread safety bugs | Christian Pointner | 2008-05-11 | 1 | -1/+3 |
| | |||||
* | same security fix for bsd device | Christian Pointner | 2008-05-11 | 1 | -2/+9 |
| | |||||
* | added device for bsd | Christian Pointner | 2008-05-11 | 1 | -0/+255 |
tested under openbsd but should work on freebsd and netbsd as well TODO: do_ifconfig |