summaryrefslogtreecommitdiffstats
path: root/tun.c
Commit message (Expand)AuthorAgeFilesLines
* Remove support for Linux 2.2 configuration fallbackDavid Sommerseth2011-06-151-11/+2
* Merge remote-tracking branch 'cron2/feat_ipv6_payload_2.3'David Sommerseth2011-05-231-4/+30
|\
| * Windows IPv6 cleanup - properly remove IPv6 routes and interface configGert Doering2011-05-221-2/+28
| * Change the netsh.exe command from "add" to "set".smos2011-05-191-2/+2
* | Merge branch 'svn-branch-2.1' into mergeDavid Sommerseth2011-04-261-1/+1
|\ \
| * | Revert r7092 and r7151, i.e. remove --enable-osxipconfigJames Yonan2011-04-261-29/+0
| * | For Mac OSX, when DARWIN_USE_IPCONFIG is defined, retry ipconfigJames Yonan2011-04-261-1/+11
| * | Added ./configure --enable-osxipconfig option for Mac OS X which willJames Yonan2011-04-261-1/+20
| * | Minor addition of logging info before and afterJames Yonan2010-12-101-0/+2
* | | Merge branch 'feat_ipv6_payload'David Sommerseth2011-04-251-66/+488
|\ \ \ | | |/ | |/|
| * | Implement "ipv6 ifconfig" for TAP interfaces on SolarisGert Doering2011-04-241-2/+40
| * | bugfix for linux/iproute2: IPv6 ifconfig code block was not called forGert Doering2011-04-241-14/+15
| * | 2.2-beta3 has a signed TAP driver with the IPv6 code, but it's notGert Doering2011-04-241-2/+2
| * | implement IPv6 ifconfig + route setup/deletion on OpenBSDGert Doering2011-04-241-3/+33
| * | WIN32: if IPv6 requested in TUN mode, and TUN/TAP driver version is olderGert Doering2011-04-241-0/+10
| * | - Win32 IPv6 ifconfig support, using "netsh" callsGert Doering2011-04-241-73/+152
| * | add some TODOs to TODO.IPv6Gert Doering2011-04-241-6/+6
| * | NetBSD fixes - on 4.0 and up, use multi-af mode. On earlier systems thatGert Doering2011-04-241-43/+0
| * | Enable IPv6 Payload in OpenVPN p2mp tun server mode. 20100104-1 release.Gert Doering2011-04-241-6/+49
| * | add some TODOs to TODO.IPv6Gert Doering2011-04-241-6/+6
| * | NetBSD fixes - on 4.0 and up, use multi-af mode. On earlier systems thatGert Doering2011-04-241-21/+52
| * | Enable IPv6 Payload in OpenVPN p2mp tun server mode. 20100104-1 release.Gert Doering2011-04-241-17/+250
* | | * openbsd: no IFF_MULTICAST, #ifdef around itJuanJo Ciarlante2011-03-251-0/+2
|/ /
* | Minor addition of logging info before and afterJames Yonan2010-12-201-0/+2
* | Merge branch 'feat_misc' into beta2.2David Sommerseth2010-11-131-22/+125
|\ \
| * | Make "topology subnet" work on Solaris (ifconfig + route metric changes by Ka...Gert Doering2010-11-121-0/+27
| * | Integrate support for TAP mode on Solaris, written by Kazuyoshi Aizawa <admin...Gert Doering2010-11-121-22/+98
| * | remove duplicate code in FREEBSD+DRAGONFLY system-dependent ifconfigGert Doering2010-02-281-14/+3
* | | remove duplicate code in FREEBSD+DRAGONFLY system-dependent ifconfigGert Doering2010-10-211-14/+3
| |/ |/|
* | Don't configure Linux tun/tap txqueuelen setting if OpenVPNJames Yonan2010-08-311-1/+1
* | Added "net stop dnscache" and "net start dnscache" in frontJames Yonan2010-07-271-0/+20
* | Added --register-dns option for Windows.James Yonan2010-07-161-1/+38
* | Updated copyright date to 2010.James Yonan2010-04-281-1/+1
* | Updated MSVC build scripts to Visual Studio 2008:James Yonan2010-03-311-1/+1
|/
* Fixed a client-side bug that occurred when the "dhcp-pre-release"james2009-11-191-29/+67
* Fixed ifconfig command for "topology subnet" on FreeBSD (Stefan Bethke).james2009-08-191-6/+10
* Update copyright to 2009.james2009-05-301-1/+1
* * Added additional method parameter to --script-security to preservejames2008-11-171-25/+5
* Copyright notice changed to reflect change in name ofjames2008-10-061-1/+1
* Added additional warnings to flag common gotchas:james2008-08-051-1/+64
* Perform additional input validation on options pulledjames2008-07-261-23/+54
* Completely revamped the system for calling external programs and scripts:james2008-07-261-110/+144
* Reverted some recent buffer.[ch] changes, including r3058 (except forjames2008-07-181-6/+1
* In the Windows version of tun_finalize, on errors that wouldjames2008-07-161-1/+6
* Copyright change OpenVPN Solutions LLC -> Telethra, Inc.james2008-07-141-1/+1
* Updated copyright notice to 2008.james2008-06-111-1/+1
* Updated version to 2.1_rc7e.james2008-06-111-1/+1
* Moved branch into official BETA21 position.james2008-05-121-8/+85
* Cleanup IP address for persistence interfaces for tap and also usingjames2008-02-171-8/+26
* Fixup null interface on close, don't use ip addr flushjames2008-01-261-9/+16