| Commit message (Expand) | Author | Age | Files | Lines |
* | win/sign.py now accepts an optional tap-dir argument. | James Yonan | 2011-04-26 | 1 | -4/+8 |
* | Version 2.1.3n | James Yonan | 2011-04-26 | 1 | -1/+1 |
* | Client will now try to reconnect if no push reply received | James Yonan | 2011-04-26 | 4 | -3/+20 |
* | Extended "client-kill" management interface command (server-side) | James Yonan | 2011-04-26 | 7 | -19/+53 |
* | Fixed bug introduced in r7031 that might cause this error message: | James Yonan | 2011-04-26 | 1 | -6/+16 |
* | Fixed issue where a client might receive multiple push replies from | James Yonan | 2011-04-26 | 3 | -2/+14 |
* | env_filter_match now includes the serial number of all certs | James Yonan | 2011-04-26 | 1 | -1/+1 |
* | Reduce log verbosity at level 3, with a focus on removing excessive log verbo... | James Yonan | 2011-04-25 | 6 | -27/+33 |
* | Added optional journal directory argument to "port-share" directive, for repo... | James Yonan | 2011-04-25 | 8 | -33/+131 |
* | Added --enable-lzo-stub configure option to build an OpenVPN client without L... | James Yonan | 2011-04-25 | 7 | -14/+85 |
* | Added "client-nat" option for stateless, one-to-one | James Yonan | 2011-02-18 | 15 | -17/+490 |
* | Properly handle certificate serial numbers > 32 bits. | James Yonan | 2011-02-14 | 2 | -4/+12 |
* | Fixes to r6925. | James Yonan | 2011-02-14 | 1 | -3/+3 |
* | Implemented get_default_gateway_mac_addr for Mac OS X (previously, | James Yonan | 2011-02-14 | 3 | -59/+125 |
* | Fixed minor compile issue triggered on builds where | James Yonan | 2011-01-18 | 1 | -1/+1 |
* | * added --management-up-down option to allow management interface | James Yonan | 2011-01-10 | 6 | -21/+55 |
* | Added --x509-track option. | James Yonan | 2011-01-05 | 10 | -4/+186 |
* | Misc fixes to r6708. | James Yonan | 2010-12-13 | 8 | -51/+72 |
* | Minor addition of logging info before and after | James Yonan | 2010-12-10 | 2 | -1/+3 |
* | Added "management-external-key" option. This option can be used | James Yonan | 2010-12-09 | 10 | -59/+433 |
* | Fixes to prevent compile breakage when --disable-crypto is used. | James Yonan | 2010-11-16 | 2 | -5/+2 |
* | In verify_callback, the subject var should be freed by OPENSSL_free, | James Yonan | 2010-11-16 | 2 | -3/+3 |
* | Version 2.1.3b | James Yonan | 2010-10-28 | 1 | -1/+1 |
* | Make base64.h have the same conditional compilation expression as | James Yonan | 2010-10-24 | 1 | -1/+1 |
* | Implement challenge/response authentication support in client mode, | James Yonan | 2010-10-24 | 7 | -24/+229 |
* | Fixed initialization bug in route_list_add_default_gateway | James Yonan | 2010-10-23 | 1 | -0/+2 |
* | Added --proto-force directive. | James Yonan | 2010-09-01 | 5 | -2/+35 |
* | Don't configure Linux tun/tap txqueuelen setting if OpenVPN | James Yonan | 2010-08-31 | 1 | -1/+1 |
* | Allow PKCS12 file content to be included inline in configuration file, | James Yonan | 2010-08-29 | 3 | -10/+39 |
* | Attempt to fix issue where domake-win build system was not properlyv2.1.3 | James Yonan | 2010-08-20 | 11 | -203/+191 |
* | Windows security issue:v2.1.2 | James Yonan | 2010-08-15 | 4 | -3/+116 |
* | Added warning about tls-remote in man page. | James Yonan | 2010-08-10 | 1 | -0/+7 |
* | Distribute win directory (Python/MSVC-based build system) | James Yonan | 2010-08-09 | 1 | -1/+2 |
* | Added "net stop dnscache" and "net start dnscache" in front | James Yonan | 2010-07-27 | 6 | -8/+34 |
* | Fixed an issue where application payload transmissions on the | James Yonan | 2010-07-27 | 6 | -12/+54 |
* | Fixed typo: missing comment close. | James Yonan | 2010-07-26 | 1 | -1/+1 |
* | Added win/build_exe.py script, which is similar to | James Yonan | 2010-07-16 | 2 | -21/+38 |
* | Added --register-dns option for Windows. | James Yonan | 2010-07-16 | 9 | -11/+79 |
* | Implemented multi-address DNS expansion on the network field of route | James Yonan | 2010-07-12 | 4 | -16/+85 |
* | Version 2.1.1k | James Yonan | 2010-07-10 | 1 | -1/+1 |
* | Fixed bug in proxy fallback capability where openvpn.exe could | James Yonan | 2010-07-10 | 2 | -18/+22 |
* | Added support for MSVC debugging of openvpn.exe in settings.in: | James Yonan | 2010-07-10 | 3 | -7/+16 |
* | Fixed issue where bad creds provided by the management interface | James Yonan | 2010-06-10 | 2 | -3/+6 |
* | Implemented a key/value auth channel from client to server. | James Yonan | 2010-06-01 | 14 | -9/+248 |
* | Implemented http-proxy-override and http-proxy-fallback directives to make it | James Yonan | 2010-05-24 | 14 | -72/+565 |
* | Minor fixes to recent HTTP proxy changes: | James Yonan | 2010-05-11 | 3 | -5/+5 |
* | Proxy improvements: | James Yonan | 2010-05-11 | 10 | -101/+676 |
* | Fixed issue on Windows with MSVC compiler, where TCP_NODELAY support | James Yonan | 2010-05-09 | 1 | -1/+1 |
* | Updated copyright date to 2010. | James Yonan | 2010-04-28 | 157 | -160/+160 |
* | Added Python-based build system for Windows in | James Yonan | 2010-04-22 | 24 | -26/+609 |