summaryrefslogtreecommitdiff
path: root/src/linux
Commit message (Expand)AuthorAgeFilesLines
* fix missing include in linux/tun.cChristian Pointner2018-06-081-0/+1
* fix off-by-one error in linux/tun.cChristian Pointner2018-05-041-1/+1
* updated copyright headerChristian Pointner2017-01-041-1/+1
* updated copyright headerChristian Pointner2016-02-251-1/+1
* added exception to the license which allows linking against OpenSSLChristian Pointner2014-06-211-0/+13
* fixed typo in descriptionChristian Pointner2014-06-211-1/+1
* merged most changes from rail branch to trunkChristian Pointner2014-06-081-20/+20
* -Wall cleanupChristian Pointner2012-09-251-2/+4
* updated copyright yearChristian Pointner2010-02-111-1/+1
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
* more portibke way of calling execveChristian Pointner2009-06-241-1/+2
* fixed ifconfig calls for linux and bsdChristian Pointner2009-06-241-1/+1
* linux tun device now uses uanytun_exec for ifconfig callChristian Pointner2009-06-241-9/+7
* moved from %m to %s and strerror Christian Pointner2009-02-261-2/+2
* added extended logging supportChristian Pointner2009-02-231-6/+6
* tested with gcc pedantic -> cleanupChristian Pointner2009-02-201-1/+2
* cleaned file header Christian Pointner2009-02-041-7/+7
* added linux support for new ifconfig usageChristian Pointner2009-02-041-17/+18
* new ifconfig syntax (only command line parser yet)Christian Pointner2009-02-031-25/+21
* fixed packet length errors Christian Pointner2009-01-161-0/+3
* fixed useless malloc for dev_t Christian Pointner2008-12-311-36/+31
* fixed some out of memory errorsChristian Pointner2008-12-301-14/+10
* added bsd tun deviceChristian Pointner2008-12-291-1/+1
* some cleanupChristian Pointner2008-12-281-2/+4
* added datatypes.hChristian Pointner2008-12-271-0/+2
* some more memory erros @ tun device fixedChristian Pointner2008-12-271-3/+11
* fixed some memory errors at tun deviceChristian Pointner2008-12-271-0/+11
* added first version of tun device (needs furhter testing)Christian Pointner2008-12-271-0/+156
* added empty tun.c and hChristian Pointner2008-12-271-0/+35