summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 2.1_rc10v2.1_rc10james2008-09-102-1/+94
* Version 2.1_rc9bjames2008-09-081-1/+1
* Fixed bug in intra-session TLS key rollover that was introduced withjames2008-09-083-18/+68
* Modified ip_or_dns_addr_safe, which validates pulled DNS names,james2008-09-062-4/+16
* 2.1_rc8 and earlier did implicit shell expansion on scriptjames2008-09-069-363/+350
* Added --allow-pull-fqdn option which allows client to pull DNS namesjames2008-09-045-12/+45
* Fixed minor compile issue in ntlm.c (mid-block declaration).james2008-08-111-2/+4
* LZO compression buffer overflow errors will now invalidatejames2008-08-111-1/+7
* Workaround bug in OpenSSL 0.9.6b ASN1_STRING_to_UTF8, whichjames2008-08-102-5/+2
* Fixed build issue with ./configure --disable-socks --disable-http.james2008-08-103-4/+4
* Tagged security fix in 2.1-rc9 as CVE-2008-3459.james2008-08-101-0/+1
* Updated openvpn/t_cltsrv.sh (used by "make check") to conform to newjames2008-08-102-14/+44
* Reverted r3181, accomplish the same thing via a special casejames2008-08-053-21/+16
* Workaround for MinGW autoconf issue where HAVE_SETSOCKOPT,james2008-08-051-0/+12
* Added additional warnings to flag common gotchas:james2008-08-055-27/+133
* Fixed minor issue with --redirect-gateway bypass-dhcp or bypass-dnsjames2008-08-041-1/+1
* Added "--server-bridge" (without parameters) to enablejames2008-08-0214-34/+427
* Version 2.1_rc9v2.1_rc9james2008-08-011-2/+2
* In Windows build, package a statically linked openssl.exe to work aroundjames2008-07-314-13/+6
* Updated ChangeLog and version number.james2008-07-312-1/+22
* Added additional warnings for:james2008-07-271-0/+7
* Added additional defensive programming to buffer.[ch] functions.james2008-07-272-26/+118
* Added a warning message when passwords are cached in memory.james2008-07-271-0/+4
* Perform additional input validation on options pulledjames2008-07-267-64/+230
* Fixed compiler warnings in Windows build (MinGW).james2008-07-266-5/+8
* Completely revamped the system for calling external programs and scripts:james2008-07-2623-420/+1098
* Added argv_x functions to buffer.[ch] to be used to safely buildjames2008-07-233-0/+265
* buf_printf will now return false on errors, such as truncationjames2008-07-192-3/+8
* Modified extract_x509_field_ssl to return a status value indicatingjames2008-07-191-37/+41
* Replace leading dash ('-') characters in an X509 name with underbars ('_')james2008-07-193-0/+19
* Added a warning when plugins are specified withoutjames2008-07-183-1/+28
* Reverted some recent buffer.[ch] changes, including r3058 (except forjames2008-07-183-64/+21
* Fixed format string issue in read_inline_file,james2008-07-181-1/+1
* status_printf function will now set error flag onjames2008-07-182-7/+24
* gen_path will no longer silently truncate the generatedjames2008-07-182-1/+15
* Fixed code inclusion bug that was erroneously testingjames2008-07-182-6/+9
* Modified create_temp_filename to create unpredictablejames2008-07-181-5/+12
* Previously, OpenVPN might log a client's auth-user-passjames2008-07-173-2/+19
* gen_path now rejects filenames that match Windowsjames2008-07-173-1/+72
* Call prng_init after fork in background processjames2008-07-171-0/+4
* Added warning when using chroot without specifying user and group.james2008-07-171-0/+3
* Check for multiplication overflow on ALLOC_ARRAY* functions.james2008-07-172-4/+16
* Removed old version of extract_x509_field.james2008-07-171-40/+0
* Support wraparound of reliable.[ch] packet IDs. Injames2008-07-171-12/+44
* Fixed a potential information leak in the new NTLM phase 3 code,james2008-07-172-8/+21
* Fixed issue in read_key_file, where the return value ofjames2008-07-171-1/+3
* Added SOCKET_SND_RCV_BUF_MAX constant (set to 1000000) to limit thejames2008-07-162-5/+16
* In the Windows version of tun_finalize, on errors that wouldjames2008-07-161-1/+6
* Used unlikely() macro to tell compiler that msg() willjames2008-07-161-1/+1
* Added likely() and unlikely() branch prediction hint macrosjames2008-07-164-21/+68