Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | non-functional changes only: use standard writing of stdint.h types; still ↵ | Markus Grüneis | 2010-02-18 | 1 | -6/+6 |
| | | | | import from boost (compiler compatibility) | ||||
* | whitespace only change: unified formatting with "astyle --style=k/r ↵ | Markus Grüneis | 2010-02-17 | 1 | -45/+58 |
| | | | | --indent=spaces=2 --unpad-paren --add-brackets --align-pointer=type --keep-one-line-blocks --indent-col1-comments --lineend=linux --suffix=none --recursive" | ||||
* | 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 | ||||
* | added patch from Cyril Brulebois in order to enable build on Debian/Freebsd ↵ | Christian Pointner | 2009-12-18 | 1 | -2/+2 |
| | | | | Kernel | ||||
* | 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 | ||||
* | fixed build on freebsd | Christian Pointner | 2009-10-06 | 1 | -6/+7 |
| | |||||
* | got rid of remaining system() | Christian Pointner | 2009-10-04 | 1 | -21/+11 |
| | |||||
* | 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 |