summaryrefslogtreecommitdiff
path: root/src/bsd/tunDevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* added license exception for OpenSSLChristian Pointner2014-06-291-2/+15
* fixed typo in license headerChristian Pointner2014-06-211-1/+1
* non-functional changes only: use standard writing of stdint.h types; still im...Markus Grüneis2010-02-181-6/+6
* whitespace only change: unified formatting with "astyle --style=k/r --indent=...Markus Grüneis2010-02-171-45/+58
* removed NO_EXECChristian Pointner2010-02-061-2/+0
* references are better than pointer ;)Christian Pointner2010-01-121-1/+1
* improved new SysExec cleanupChristian Pointner2010-01-121-3/+3
* fixed priviledge dropping on freebsdOthmar Gsenger2010-01-101-2/+10
* added patch from Cyril Brulebois in order to enable build on Debian/Freebsd K...Christian Pointner2009-12-181-2/+2
* fixed copyrightrel-0.3.1v0.3.1Christian Pointner2009-10-291-1/+1
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
* fixed build on freebsdChristian Pointner2009-10-061-6/+7
* got rid of remaining system() Christian Pointner2009-10-041-21/+11
* fixed tunDev-- Diese und die folgenden Zeilen werden ignoriert --Christian Pointner2009-03-051-2/+2
* got rid of ThreadParamChristian Pointner2009-03-051-3/+3
* updated FreeBSD deviceChristian Pointner2009-03-041-6/+22
* remove useless log priorities CRIT,EMERG,ALERTChristian Pointner2009-02-221-2/+2
* moved LogErrno to AnytunErrnoChristian Pointner2009-02-221-3/+3
* replaced regular throws with AnytunError::thowErrChristian Pointner2009-02-221-7/+7
* improved handling of tap devices on OpenBSDChristian Pointner2009-02-041-0/+7
* added fix for new ifconfig method from uanytunChristian Pointner2009-02-041-23/+17
* started to port bsd tundevice to new ifconfig featureChristian Pointner2009-01-311-21/+26
* further cleanup for system executionChristian Pointner2009-01-201-1/+12
* fixed linux and bsd tunDevice (filedescriptor gets now closed in case of an e...Christian Pointner2009-01-201-2/+6
* added actual_node_ to linux and bsd device as wellChristian Pointner2009-01-201-0/+2
* log class can now easily use errno and gpg_errChristian Pointner2009-01-151-14/+6
* cleaned tunDevice codeChristian Pointner2008-11-261-36/+12
* found some more Foobar Christian Pointner2008-06-201-1/+1
* cleaned up file headersOthmar Gsenger2008-06-191-8/+9
* bugfix with strerror_r - still not working but at least not using uninitializ...Christian Pointner2008-05-201-0/+1
* fixed build on linuxChristian Pointner2008-05-121-2/+2
* added do_ifconfig for bsd deviceChristian Pointner2008-05-121-14/+24
* fixed some thread safety bugsChristian Pointner2008-05-111-1/+3
* same security fix for bsd deviceChristian Pointner2008-05-111-2/+9
* added device for bsdChristian Pointner2008-05-111-0/+255