aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterWin32: define WINDRES on mingw on Windows build processBertrand Jacquin13 years
 
TagDownloadAuthorAge
v2.2.1openvpn-2.2.1.tar.xz  David Sommerseth13 years
v2.2.0openvpn-2.2.0.tar.xz  David Sommerseth13 years
v2.2-RC2openvpn-2.2-RC2.tar.xz  David Sommerseth14 years
v2.2-RCopenvpn-2.2-RC.tar.xz  David Sommerseth14 years
v2.2-beta5openvpn-2.2-beta5.tar.xz  David Sommerseth14 years
v2.2-beta4openvpn-2.2-beta4.tar.xz  David Sommerseth14 years
v2.1.4openvpn-2.1.4.tar.xz  David Sommerseth14 years
v2.2-beta3openvpn-2.2-beta3.tar.xz  David Sommerseth14 years
v2.1.3openvpn-2.1.3.tar.xz  James Yonan14 years
v2.2-beta2openvpn-2.2-beta2.tar.xz  David Sommerseth14 years
[...]
 
AgeCommit messageAuthorFilesLines
2011-08-08Win32: define WINDRES on mingw on Windows build processHEADmasterBertrand Jacquin1-0/+1
2011-08-07Win32: Fill "Details" properties for openvpnserv.exeBertrand Jacquin1-0/+8
2011-08-07Win32: Fill "Details" properties for openvpn.exeBertrand Jacquin1-0/+12
2011-08-07Win32: Add OpenVPN RC file to add fill "Details" exe properties tabsBertrand Jacquin1-0/+35
2011-08-07WIN32: Check for windres toolBertrand Jacquin1-0/+1
2011-07-28Moved doxygen-specific files to a separate directoryDavid Sommerseth16-1/+1
2011-07-28Added main/control docsDavid Sommerseth16-117/+1476
2011-07-28Added data channel fragmentation docsDavid Sommerseth2-73/+460
2011-07-28Added memory management documentationDavid Sommerseth2-9/+147
2011-07-28Added reliability layer documentationDavid Sommerseth2-64/+430
2011-07-28Added compression docsDavid Sommerseth3-49/+341
2011-07-28Added control channel crypto docsDavid Sommerseth4-243/+841
2011-07-28Doxygen: Added data channel crypto docsDavid Sommerseth2-25/+218
2011-07-28Added Doxygen doxyfileAdriaan de Jong1-0/+279
2011-07-01Fixes to easy-rsa/2.0Samuli Seppänen3-6/+309
2011-07-01Made domake-win builds to use easy-rsa/2.0/openssl-1.0.0.cnfSamuli Seppänen2-5/+5
2011-07-01Updated "easy-rsa" for OpenSSL 1.0.0Samuli Seppänen5-22/+27
2011-06-20Revert "Add new openssl.cnf to easy-rsa/Windows"David Sommerseth1-350/+0
2011-06-20Add new openssl.cnf to easy-rsa/WindowsSamuli Seppänen1-0/+350
2011-06-20Fix a build-ca issue on WindowsSamuli Seppänen2-3/+3
2011-06-15Remove support for Linux 2.2 configuration fallbackDavid Sommerseth2-20/+3
2011-06-14Documented --x509-username-field optionRobert Fischer2-1/+9
2011-06-14Added info about --show-proxy-settingsRobert Fischer2-0/+6
2011-05-31Fix compiling issues with pkcs11 when --disable-management is configuredDavid Sommerseth1-0/+2
2011-05-27Don't define ENABLE_PUSH_PEER_INFO if SSL is not availableDavid Sommerseth1-0/+2
2011-05-23Merge remote-tracking branch 'cron2/feat_ipv6_payload_2.3'David Sommerseth5-26/+109
2011-05-22Windows IPv6 cleanup - properly remove IPv6 routes and interface configGert Doering5-24/+107
2011-05-19Fix const declarations in plug-in v3 structsDavid Sommerseth1-4/+4
2011-05-19Change the netsh.exe command from "add" to "set".smos1-2/+2
2011-05-19Fix 2.2.0 build failure when management interface disabledMatthew L. Creech1-0/+2
2011-05-10Fix issues with some older GCC compilersSimon Matter1-3/+3
2011-04-27Fix compile issues when using --enable-small and --disable-ssl/--disable-cryptoGustavo Zacarias1-1/+2
2011-04-26Solved hidden merge conflicts between master and svn-branch-2.1David Sommerseth2-4/+7
2011-04-26Merge branch 'svn-branch-2.1' into mergeDavid Sommerseth39-333/+1702
2011-04-26Fixed compile issues on Windows.James Yonan4-4/+4
2011-04-26Added new "extra-certs" and "verify-hash" options (see man page forJames Yonan7-1/+128
2011-04-26Added 'dir' flag to "crl-verify" (see man page for info).James Yonan7-61/+96
2011-04-26Revert r7092 and r7151, i.e. remove --enable-osxipconfigJames Yonan3-35/+1
2011-04-26Version 2.1.3tJames Yonan1-1/+1
2011-04-26For Mac OSX, when DARWIN_USE_IPCONFIG is defined, retry ipconfigJames Yonan1-1/+11
2011-04-26Fixed bug in port-share that could cause port share process toJames Yonan2-1/+4
2011-04-26Fixed bug that incorrectly placed stricter TCP packet replay rules onJames Yonan6-14/+15
2011-04-26Added more packet ID debug info at debug level 3 for debuggingJames Yonan6-28/+142
2011-04-26Added ./configure --enable-osxipconfig option for Mac OS X which willJames Yonan3-2/+26
2011-04-26Added "auth-token" client directive, which is intended to beJames Yonan11-13/+113
2011-04-26win/sign.py now accepts an optional tap-dir argument.James Yonan1-4/+8
2011-04-26Version 2.1.3nJames Yonan1-1/+1
2011-04-26Client will now try to reconnect if no push reply receivedJames Yonan4-3/+20
2011-04-26Extended "client-kill" management interface command (server-side)James Yonan7-19/+53
2011-04-26Fixed bug introduced in r7031 that might cause this error message:James Yonan1-6/+16
[...]
 
Clone
https://git.pants-on.net/openvpn.git