summaryrefslogtreecommitdiff
path: root/src/bsd
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | removed possible null pointer derefernce
* further cleanup for system executionChristian Pointner2009-01-201-1/+12
|
* fixed linux and bsd tunDevice (filedescriptor gets now closed in case of an ↵Christian Pointner2009-01-201-2/+6
| | | | exception during object construction)
* 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-262-102/+12
|
* found some more Foobar Christian Pointner2008-06-202-2/+2
|
* cleaned up file headersOthmar Gsenger2008-06-192-16/+18
|
* bugfix with strerror_r - still not working but at least not using ↵Christian Pointner2008-05-201-0/+1
| | | | uninitialized data
* 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-112-2/+10
|
* added device for bsdChristian Pointner2008-05-112-0/+319
tested under openbsd but should work on freebsd and netbsd as well TODO: do_ifconfig