summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'svn-branch-2.1' into mergeDavid Sommerseth2011-04-2639-333/+1702
|\ \
| * | Fixed compile issues on Windows.James Yonan2011-04-264-4/+4
| * | Added new "extra-certs" and "verify-hash" options (see man page forJames Yonan2011-04-267-1/+128
| * | Added 'dir' flag to "crl-verify" (see man page for info).James Yonan2011-04-267-61/+96
| * | Revert r7092 and r7151, i.e. remove --enable-osxipconfigJames Yonan2011-04-263-35/+1
| * | Version 2.1.3tJames Yonan2011-04-261-1/+1
| * | For Mac OSX, when DARWIN_USE_IPCONFIG is defined, retry ipconfigJames Yonan2011-04-261-1/+11
| * | Fixed bug in port-share that could cause port share process toJames Yonan2011-04-262-1/+4
| * | Fixed bug that incorrectly placed stricter TCP packet replay rules onJames Yonan2011-04-266-14/+15
| * | Added more packet ID debug info at debug level 3 for debuggingJames Yonan2011-04-266-28/+142
| * | Added ./configure --enable-osxipconfig option for Mac OS X which willJames Yonan2011-04-263-2/+26
| * | Added "auth-token" client directive, which is intended to beJames Yonan2011-04-2611-13/+113
| * | win/sign.py now accepts an optional tap-dir argument.James Yonan2011-04-261-4/+8
| * | Version 2.1.3nJames Yonan2011-04-261-1/+1
| * | Client will now try to reconnect if no push reply receivedJames Yonan2011-04-264-3/+20
| * | Extended "client-kill" management interface command (server-side)James Yonan2011-04-267-19/+53
| * | Fixed bug introduced in r7031 that might cause this error message:James Yonan2011-04-261-6/+16
| * | Fixed issue where a client might receive multiple push replies fromJames Yonan2011-04-263-2/+14
| * | env_filter_match now includes the serial number of all certsJames Yonan2011-04-261-1/+1
| * | Reduce log verbosity at level 3, with a focus on removing excessive log verbo...James Yonan2011-04-256-27/+33
| * | Added optional journal directory argument to "port-share" directive, for repo...James Yonan2011-04-258-33/+131
| * | Added --enable-lzo-stub configure option to build an OpenVPN client without L...James Yonan2011-04-257-14/+85
| * | Added "client-nat" option for stateless, one-to-oneJames Yonan2011-02-1815-17/+490
| * | Properly handle certificate serial numbers > 32 bits.James Yonan2011-02-142-4/+12
| * | Fixes to r6925.James Yonan2011-02-141-3/+3
| * | Implemented get_default_gateway_mac_addr for Mac OS X (previously,James Yonan2011-02-143-59/+125
| * | Fixed minor compile issue triggered on builds whereJames Yonan2011-01-181-1/+1
| * | * added --management-up-down option to allow management interfaceJames Yonan2011-01-106-21/+55
| * | Added --x509-track option.James Yonan2011-01-0510-4/+186
| * | Misc fixes to r6708.James Yonan2010-12-138-51/+72
| * | Minor addition of logging info before and afterJames Yonan2010-12-102-1/+3
| * | Added "management-external-key" option. This option can be usedJames Yonan2010-12-0910-59/+433
* | | Merge branch 'feat_ipv6_payload'David Sommerseth2011-04-2527-134/+2622
|\ \ \ | | |/ | |/|
| * | rebased to 2.2RC2 (beta 2.2 branch)Gert Doering2011-04-245-47/+95
| * | Implement "ipv6 ifconfig" for TAP interfaces on SolarisGert Doering2011-04-241-2/+40
| * | bump IPv6 version number (openvpn --version) to 20100922-1Gert Doering2011-04-242-1/+11
| * | bugfix for linux/iproute2: IPv6 ifconfig code block was not called forGert Doering2011-04-241-14/+15
| * | correct URL for "more information about IPv6 patch is *here*"Gert Doering2011-04-241-1/+1
| * | 2.2-beta3 has a signed TAP driver with the IPv6 code, but it's notGert Doering2011-04-242-2/+7
| * | renamed t_client.sh to t_client.sh.inGert Doering2011-04-241-298/+0
| * | full "VPN client connect" test framework for OpenVPNGert Doering2011-04-241-0/+298
| * | implement IPv6 ifconfig + route setup/deletion on OpenBSDGert Doering2011-04-243-11/+71
| * | revert unconditionally-enabling of setenv_es() logging (too noisy)Gert Doering2011-04-241-1/+3
| * | tag and release as 20100307-1Gert Doering2011-04-243-2/+37
| * | WIN32: if IPv6 requested in TUN mode, and TUN/TAP driver version is olderGert Doering2011-04-241-0/+10
| * | when deleting a route on win32, also add gateway addressGert Doering2011-04-241-0/+11
| * | Win32: set next-hop for IPv6 routes according to TUN/TAP mode - in TUN mode,Gert Doering2011-04-241-1/+11
| * | document recent changes and open TODOs, adapt --version info, tag releaseGert Doering2011-04-243-1/+57
| * | drop "book ipv6" from open_tun() and tuncfg() prototypesGert Doering2011-04-241-2/+2
| * | - Win32 IPv6 ifconfig support, using "netsh" callsGert Doering2011-04-242-75/+157