| Commit message (Expand) | Author | Age | Files | Lines |
* | Workaround for MinGW autoconf issue where HAVE_SETSOCKOPT, | james | 2008-08-05 | 1 | -0/+12 |
* | Added additional warnings to flag common gotchas: | james | 2008-08-05 | 5 | -27/+133 |
* | Fixed minor issue with --redirect-gateway bypass-dhcp or bypass-dns | james | 2008-08-04 | 1 | -1/+1 |
* | Added "--server-bridge" (without parameters) to enable | james | 2008-08-02 | 14 | -34/+427 |
* | Version 2.1_rc9v2.1_rc9 | james | 2008-08-01 | 1 | -2/+2 |
* | In Windows build, package a statically linked openssl.exe to work around | james | 2008-07-31 | 4 | -13/+6 |
* | Updated ChangeLog and version number. | james | 2008-07-31 | 2 | -1/+22 |
* | Added additional warnings for: | james | 2008-07-27 | 1 | -0/+7 |
* | Added additional defensive programming to buffer.[ch] functions. | james | 2008-07-27 | 2 | -26/+118 |
* | Added a warning message when passwords are cached in memory. | james | 2008-07-27 | 1 | -0/+4 |
* | Perform additional input validation on options pulled | james | 2008-07-26 | 7 | -64/+230 |
* | Fixed compiler warnings in Windows build (MinGW). | james | 2008-07-26 | 6 | -5/+8 |
* | Completely revamped the system for calling external programs and scripts: | james | 2008-07-26 | 23 | -420/+1098 |
* | Added argv_x functions to buffer.[ch] to be used to safely build | james | 2008-07-23 | 3 | -0/+265 |
* | buf_printf will now return false on errors, such as truncation | james | 2008-07-19 | 2 | -3/+8 |
* | Modified extract_x509_field_ssl to return a status value indicating | james | 2008-07-19 | 1 | -37/+41 |
* | Replace leading dash ('-') characters in an X509 name with underbars ('_') | james | 2008-07-19 | 3 | -0/+19 |
* | Added a warning when plugins are specified without | james | 2008-07-18 | 3 | -1/+28 |
* | Reverted some recent buffer.[ch] changes, including r3058 (except for | james | 2008-07-18 | 3 | -64/+21 |
* | Fixed format string issue in read_inline_file, | james | 2008-07-18 | 1 | -1/+1 |
* | status_printf function will now set error flag on | james | 2008-07-18 | 2 | -7/+24 |
* | gen_path will no longer silently truncate the generated | james | 2008-07-18 | 2 | -1/+15 |
* | Fixed code inclusion bug that was erroneously testing | james | 2008-07-18 | 2 | -6/+9 |
* | Modified create_temp_filename to create unpredictable | james | 2008-07-18 | 1 | -5/+12 |
* | Previously, OpenVPN might log a client's auth-user-pass | james | 2008-07-17 | 3 | -2/+19 |
* | gen_path now rejects filenames that match Windows | james | 2008-07-17 | 3 | -1/+72 |
* | Call prng_init after fork in background process | james | 2008-07-17 | 1 | -0/+4 |
* | Added warning when using chroot without specifying user and group. | james | 2008-07-17 | 1 | -0/+3 |
* | Check for multiplication overflow on ALLOC_ARRAY* functions. | james | 2008-07-17 | 2 | -4/+16 |
* | Removed old version of extract_x509_field. | james | 2008-07-17 | 1 | -40/+0 |
* | Support wraparound of reliable.[ch] packet IDs. In | james | 2008-07-17 | 1 | -12/+44 |
* | Fixed a potential information leak in the new NTLM phase 3 code, | james | 2008-07-17 | 2 | -8/+21 |
* | Fixed issue in read_key_file, where the return value of | james | 2008-07-17 | 1 | -1/+3 |
* | Added SOCKET_SND_RCV_BUF_MAX constant (set to 1000000) to limit the | james | 2008-07-16 | 2 | -5/+16 |
* | In the Windows version of tun_finalize, on errors that would | james | 2008-07-16 | 1 | -1/+6 |
* | Used unlikely() macro to tell compiler that msg() will | james | 2008-07-16 | 1 | -1/+1 |
* | Added likely() and unlikely() branch prediction hint macros | james | 2008-07-16 | 4 | -21/+68 |
* | Copyright change OpenVPN Solutions LLC -> Telethra, Inc. | james | 2008-07-14 | 153 | -159/+159 |
* | Version 2.1_rc8v2.1_rc8 | james | 2008-06-13 | 2 | -5/+13 |
* | Updated copyright notice to 2008. | james | 2008-06-11 | 150 | -152/+152 |
* | Updated version & changelog. | james | 2008-06-11 | 4 | -4/+77 |
* | Merged connection profiles from | james | 2008-06-11 | 23 | -582/+1076 |
* | Updated version to 2.1_rc7e. | james | 2008-06-11 | 30 | -569/+2495 |
* | Added support for building and linking with | james | 2008-06-04 | 6 | -6/+91 |
* | Fixed unbounded memory growth bug in | james | 2008-06-04 | 3 | -2/+18 |
* | Fixed an issue in extract_x509_field_ssl where the extraction | james | 2008-06-04 | 1 | -1/+1 |
* | In auth-pam authentication module, even when in debug mode, | james | 2008-06-04 | 1 | -2/+8 |
* | Incremented version to 2.1_rc7d. | james | 2008-06-04 | 26 | -108/+1210 |
* | Fixed a bug in plugin.c that caused openvpn_plugin_client_destructor_v1 | james | 2008-05-25 | 6 | -13/+136 |
* | Support asynchronous/deferred authentication in | james | 2008-05-24 | 19 | -101/+456 |