summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Copyright change OpenVPN Solutions LLC -> Telethra, Inc.james2008-07-14153-159/+159
* Version 2.1_rc8v2.1_rc8james2008-06-132-5/+13
* Updated copyright notice to 2008.james2008-06-11150-152/+152
* Updated version & changelog.james2008-06-114-4/+77
* Merged connection profiles fromjames2008-06-1123-582/+1076
* Updated version to 2.1_rc7e.james2008-06-1130-569/+2495
* Added support for building and linking withjames2008-06-046-6/+91
* Fixed unbounded memory growth bug injames2008-06-043-2/+18
* Fixed an issue in extract_x509_field_ssl where the extractionjames2008-06-041-1/+1
* In auth-pam authentication module, even when in debug mode,james2008-06-041-2/+8
* Incremented version to 2.1_rc7d.james2008-06-0426-108/+1210
* Fixed a bug in plugin.c that caused openvpn_plugin_client_destructor_v1james2008-05-256-13/+136
* Support asynchronous/deferred authentication injames2008-05-2419-101/+456
* Did:james2008-05-240-0/+0
* Modified .svnignore to only ignore files generatedjames2008-05-243-46/+18
* Moved branch into official BETA21 position.james2008-05-1290-1274/+2241
* Misc XGUI fixes.james2008-03-114-20/+24