aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/tun.h
AgeCommit message (Expand)Author
2020-07-14Added support for DHCP option 119 (dns search suffix list) for Windows.Jan Just Keijser
2020-03-08tun.c: uncrustifySimon Rozman
2020-02-05Fix linking issues on MinGWDomagoj Pensa
2020-01-19wintun: refactor code to use enum driver typeSimon Rozman
2019-12-17wintun: interactive service supportLev Stipakov
2019-12-17wintun: ring buffers based I/OLev Stipakov
2019-11-10get rid of 'broadcast' argument when configuring the tun deviceAntonio Quartulli
2019-11-09wintun: implement opening wintun deviceLev Stipakov
2019-11-09wintun: add --windows-driver config optionLev Stipakov
2019-09-18tun.h: remove TUN_PASS_BUFFER defineLev Stipakov
2019-09-18tun.h: change tun_set() return value type to voidLev Stipakov
2019-06-05route.c: use new networking API to handle routing table on LinuxAntonio Quartulli
2019-06-02tun.c: use new networking API to handle tun interface on LinuxAntonio Quartulli
2019-05-10Fix various compiler warningsLev Stipakov
2018-06-18tun: ensure interface can be configured with IPv6 onlyAntonio Quartulli
2018-06-13tun: get rid of tt->did_ifconfig memberAntonio Quartulli
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-06-16copyright: Update GPLv2 license textsDavid Sommerseth
2017-01-09Always release dhcp address in close_tun() on Windows.Selva Nair
2016-12-21Update copyrightsDavid Sommerseth
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2016-11-22Handle --dhcp-option DNS6 on Windows using netshSelva Nair
2016-11-15Replace WIN32 by _WIN32Gert Doering
2016-10-17Windows: do_ifconfig() after open_tun()Heiko Hund
2016-10-14Remove tun-ipv6 Option. Instead assume that IPv6 is always supported.Arne Schwabe
2016-02-05interactive service v3Heiko Hund
2015-05-23include ifconfig_ environment variables in --up-restart env setJan Just Keijser
2014-10-24Fix "code=995" bug with windows NDIS6 tap driver.TDivine
2013-11-29Implement dual stack client support for OpenVPNArne Schwabe
2013-11-27change the type of 'remote' to addrinfo*, and rename to 'remote_list'.Arne Schwabe
2013-07-03Add support of utun devices under Mac OS XArne Schwabe
2013-05-01Android platform specific changes.Arne Schwabe
2013-05-01Allow routes to be set before opening tun, similar to ifconfig before opening...Arne Schwabe
2013-03-12Move static prototype definition from header into c fileArne Schwabe
2012-09-02Keep pre-existing tun/tap devices around on *BSDGert Doering
2012-04-02cleanup: avoid using ~0 - windowsAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev