Age | Commit message (Expand) | Author | Files | Lines |
2011-06-15 | Remove support for Linux 2.2 configuration fallback | David Sommerseth | 1 | -11/+2 |
2011-05-23 | Merge remote-tracking branch 'cron2/feat_ipv6_payload_2.3' | David Sommerseth | 1 | -4/+30 |
2011-05-22 | Windows IPv6 cleanup - properly remove IPv6 routes and interface config | Gert Doering | 1 | -2/+28 |
2011-05-19 | Change the netsh.exe command from "add" to "set". | smos | 1 | -2/+2 |
2011-04-26 | Merge branch 'svn-branch-2.1' into merge | David Sommerseth | 1 | -1/+1 |
2011-04-26 | Revert r7092 and r7151, i.e. remove --enable-osxipconfig | James Yonan | 1 | -29/+0 |
2011-04-26 | For Mac OSX, when DARWIN_USE_IPCONFIG is defined, retry ipconfig | James Yonan | 1 | -1/+11 |
2011-04-26 | Added ./configure --enable-osxipconfig option for Mac OS X which will | James Yonan | 1 | -1/+20 |
2011-04-25 | Merge branch 'feat_ipv6_payload' | David Sommerseth | 1 | -66/+488 |
2011-04-24 | Implement "ipv6 ifconfig" for TAP interfaces on Solaris | Gert Doering | 1 | -2/+40 |
2011-04-24 | bugfix for linux/iproute2: IPv6 ifconfig code block was not called for | Gert Doering | 1 | -14/+15 |
2011-04-24 | 2.2-beta3 has a signed TAP driver with the IPv6 code, but it's not | Gert Doering | 1 | -2/+2 |
2011-04-24 | implement IPv6 ifconfig + route setup/deletion on OpenBSD | Gert Doering | 1 | -3/+33 |
2011-04-24 | WIN32: if IPv6 requested in TUN mode, and TUN/TAP driver version is older | Gert Doering | 1 | -0/+10 |
2011-04-24 | - Win32 IPv6 ifconfig support, using "netsh" calls | Gert Doering | 1 | -73/+152 |
2011-04-24 | add some TODOs to TODO.IPv6 | Gert Doering | 1 | -6/+6 |
2011-04-24 | NetBSD fixes - on 4.0 and up, use multi-af mode. On earlier systems that | Gert Doering | 1 | -43/+0 |
2011-04-24 | Enable IPv6 Payload in OpenVPN p2mp tun server mode. 20100104-1 release. | Gert Doering | 1 | -6/+49 |
2011-04-24 | add some TODOs to TODO.IPv6 | Gert Doering | 1 | -6/+6 |
2011-04-24 | NetBSD fixes - on 4.0 and up, use multi-af mode. On earlier systems that | Gert Doering | 1 | -21/+52 |
2011-04-24 | Enable IPv6 Payload in OpenVPN p2mp tun server mode. 20100104-1 release. | Gert Doering | 1 | -17/+250 |
2011-03-25 | * openbsd: no IFF_MULTICAST, #ifdef around it | JuanJo Ciarlante | 1 | -0/+2 |
2010-12-20 | Minor addition of logging info before and after | James Yonan | 1 | -0/+2 |
2010-12-10 | Minor addition of logging info before and after | James Yonan | 1 | -0/+2 |
2010-11-13 | Merge branch 'feat_misc' into beta2.2 | David Sommerseth | 1 | -22/+125 |
2010-11-12 | Make "topology subnet" work on Solaris (ifconfig + route metric changes by Ka... | Gert Doering | 1 | -0/+27 |
2010-11-12 | Integrate support for TAP mode on Solaris, written by Kazuyoshi Aizawa <admin... | Gert Doering | 1 | -22/+98 |
2010-10-21 | remove duplicate code in FREEBSD+DRAGONFLY system-dependent ifconfig | Gert Doering | 1 | -14/+3 |
2010-08-31 | Don't configure Linux tun/tap txqueuelen setting if OpenVPN | James Yonan | 1 | -1/+1 |
2010-07-27 | Added "net stop dnscache" and "net start dnscache" in front | James Yonan | 1 | -0/+20 |
2010-07-16 | Added --register-dns option for Windows. | James Yonan | 1 | -1/+38 |
2010-04-28 | Updated copyright date to 2010. | James Yonan | 1 | -1/+1 |
2010-03-31 | Updated MSVC build scripts to Visual Studio 2008: | James Yonan | 1 | -1/+1 |
2010-02-28 | remove duplicate code in FREEBSD+DRAGONFLY system-dependent ifconfig | Gert Doering | 1 | -14/+3 |
2009-11-19 | Fixed a client-side bug that occurred when the "dhcp-pre-release" | james | 1 | -29/+67 |
2009-08-19 | Fixed ifconfig command for "topology subnet" on FreeBSD (Stefan Bethke). | james | 1 | -6/+10 |
2009-05-30 | Update copyright to 2009. | james | 1 | -1/+1 |
2008-11-17 | * Added additional method parameter to --script-security to preserve | james | 1 | -25/+5 |
2008-10-06 | Copyright notice changed to reflect change in name of | james | 1 | -1/+1 |
2008-08-05 | Added additional warnings to flag common gotchas: | james | 1 | -1/+64 |
2008-07-26 | Perform additional input validation on options pulled | james | 1 | -23/+54 |
2008-07-26 | Completely revamped the system for calling external programs and scripts: | james | 1 | -110/+144 |
2008-07-18 | Reverted some recent buffer.[ch] changes, including r3058 (except for | james | 1 | -6/+1 |
2008-07-16 | In the Windows version of tun_finalize, on errors that would | james | 1 | -1/+6 |
2008-07-14 | Copyright change OpenVPN Solutions LLC -> Telethra, Inc. | james | 1 | -1/+1 |
2008-06-11 | Updated copyright notice to 2008. | james | 1 | -1/+1 |
2008-06-11 | Updated version to 2.1_rc7e. | james | 1 | -1/+1 |
2008-05-12 | Moved branch into official BETA21 position. | james | 1 | -8/+85 |
2008-02-17 | Cleanup IP address for persistence interfaces for tap and also using | james | 1 | -8/+26 |
2008-01-26 | Fixup null interface on close, don't use ip addr flush | james | 1 | -9/+16 |
2008-01-21 | Changed ASSERT(0) to a more descriptive fatal error in tun.c | james | 1 | -1/+1 |
2008-01-21 | Allow OpenVPN to run completely unprivileged under Linux | james | 1 | -4/+52 |
2007-04-25 | TAP driver now passes signing tests on Vista x64. | james | 1 | -1/+1 |
2006-11-13 | New try at AUTO_USERID. | james | 1 | -1/+1 |
2006-11-10 | Backed out AUTO_USERID feature introduced in r1436. | james | 1 | -38/+4 |
2006-11-09 | Fixed issue where OpenVPN does not apply the --txqueuelen option | james | 1 | -1/+2 |
2006-11-08 | Added #ifdefed out AUTO_USERID feature. | james | 1 | -4/+38 |
2006-09-14 | TAP-Win32 fixes to run on Windows Vista. | james | 1 | -2/+1 |
2006-07-03 | Comment about assertion being hit. | james | 1 | -1/+1 |
2006-06-24 | Eliminated gcc 3.3.3 warnings on NetBSD | james | 1 | -1/+1 |
2006-04-05 | svn merge -r 886:987 $SO/trunk/openvpn . | james | 1 | -1/+13 |
2006-04-05 | "topology subnet" fix for FreeBSD (Benoit Bourdin). | james | 1 | -2/+25 |
2005-12-22 | --ip-win32 adaptive is now the default. | james | 1 | -13/+205 |
2005-12-05 | Patch to support --topology subnet on Mac OS X (Mathias Sundman). | james | 1 | -8/+32 |
2005-10-31 | Windows reliability changes: | james | 1 | -100/+335 |
2005-10-20 | Added actual remote address used to the ">STATE" alert | james | 1 | -1/+2 |
2005-09-26 | version 2.1_beta1 | james | 1 | -34/+228 |
2005-09-26 | This is the start of the BETA21 branch. | james | 1 | -0/+3434 |