summaryrefslogtreecommitdiff
path: root/src/linux
Commit message (Collapse)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 ↵Markus Grüneis2010-02-181-3/+3
| | | | import from boost (compiler compatibility)
* whitespace only change: unified formatting with "astyle --style=k/r ↵Markus Grüneis2010-02-171-38/+45
| | | | --indent=spaces=2 --unpad-paren --add-brackets --align-pointer=type --keep-one-line-blocks --indent-col1-comments --lineend=linux --suffix=none --recursive"
* removed NO_EXECChristian Pointner2010-02-061-2/+0
| | | | | | added NOMINMAX to windows build targets
* 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
| | | | | | maybee todo: remove old non working preprocessor staments like NO_EXEC to make code simpler
* fixed copyrightrel-0.3.1v0.3.1Christian Pointner2009-10-291-1/+1
|
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
| | | | | | this is release 0.3.1
* got rid of remaining system() Christian Pointner2009-10-041-15/+6
|
* fixed tunDev-- Diese und die folgenden Zeilen werden ignoriert --Christian Pointner2009-03-051-2/+2
| | | | | | | M src/bsd/tunDevice.cpp M src/linux/tunDevice.cpp
* got rid of ThreadParamChristian Pointner2009-03-051-3/+3
|
* remove useless log priorities CRIT,EMERG,ALERTChristian Pointner2009-02-221-2/+2
|
* moved LogErrno to AnytunErrnoChristian Pointner2009-02-221-4/+4
|
* fixed signalController on unixChristian Pointner2009-02-221-9/+5
| | | | | | added anytunError
* started to port bsd tundevice to new ifconfig featureChristian Pointner2009-01-311-0/+3
| | | | | | removed possible null pointer derefernce
* moved to new handling if ifconfig parameters (more windows friendly)Christian Pointner2009-01-311-11/+4
|
* further cleanup for system executionChristian Pointner2009-01-201-3/+10
|
* fixed linux and bsd tunDevice (filedescriptor gets now closed in case of an ↵Christian Pointner2009-01-201-7/+8
| | | | exception during object construction)
* added actual_node_ to linux and bsd device as wellChristian Pointner2009-01-201-0/+1
|
* log class can now easily use errno and gpg_errChristian Pointner2009-01-151-14/+6
|
* fixed some compiler warnings for ubuntu intrepidChristian Pointner2008-12-271-2/+6
|
* cleaned tunDevice codeChristian Pointner2008-11-262-90/+6
|
* and there is still Foobar left...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-1/+2
| | | | uninitialized data
* fixed build on linuxChristian Pointner2008-05-121-6/+8
|
* added do_ifconfig for bsd deviceChristian Pointner2008-05-121-11/+9
|
* fixed some thread safety bugsChristian Pointner2008-05-111-2/+6
|
* small security fix @ new linux tun deviceChristian Pointner2008-05-112-4/+13
|
* added device for bsdChristian Pointner2008-05-111-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 deviceChristian Pointner2008-05-102-0/+24
|
* small cleanupChristian Pointner2008-05-091-3/+3
|
* linux tun/tap device works now with tun *and* tap Christian Pointner2008-05-092-43/+50
| | | | | | | TODO: ifconfig
* bugfix @ tundevice and ipv6Christian Pointner2008-05-091-9/+39
|
* first working version of linux tun deviceChristian Pointner2008-05-082-13/+63
|
* added own tun device implementation for linuxChristian Pointner2008-05-082-0/+131