Age | Commit message (Expand) | Author | Files | Lines |
2009-02-13 | install-win32/buildinstaller will now always sign executable | james | 1 | -1/+1 |
2009-01-27 | Fixed issue involving an #ifdef in a macro reference that breaks early gcc | james | 1 | -2/+5 |
2009-01-27 | Updated common.h types for _WIN64. | james | 1 | -0/+8 |
2009-01-27 | Updated configure.ac to work on MinGW. | james | 1 | -53/+58 |
2009-01-27 | Fixed some compile-time warnings. | james | 4 | -5/+7 |
2009-01-27 | Fixed some issues with C++ style comments that leaked into the code. | james | 2 | -6/+6 |
2009-01-21 | Version 2.1_rc15e | james | 2 | -1/+6 |
2009-01-01 | In Windows installer generator, don't sign the installer .exe | james | 1 | -1/+1 |
2008-12-26 | Added daemon_start_time and daemon_pid environmental variables. | james | 6 | -6/+22 |
2008-12-25 | Fixed issue where SIGUSR1 restarts would fail if private | james | 3 | -4/+7 |
2008-12-23 | Version 2.1_rc15b | james | 1 | -1/+1 |
2008-12-18 | Added n_clients environmental variable to information passed | james | 1 | -4/+20 |
2008-12-18 | Added "nclients" command to management interface to | james | 4 | -0/+37 |
2008-12-01 | Added MultiFileExtract capability to Windows Installer. | james | 4 | -128/+16 |
2008-11-30 | Added ExtractAuxFile capability to Windows Installer. | james | 4 | -2/+136 |
2008-11-20 | Added new management interface command "pid" to show the | james | 2 | -0/+10 |
2008-11-20 | Added optional "nogw" (no gateway) flag to --server-bridge | james | 5 | -84/+101 |
2008-11-19 | Version 2.1_rc15v2.1_rc15 | james | 2 | -1/+28 |
2008-11-19 | Fixed issue introduced in 2.1_rc14 that may cause a | james | 1 | -1/+1 |
2008-11-18 | Added --tcp-nodelay option: Macro that sets TCP_NODELAY socket | james | 5 | -0/+76 |
2008-11-18 | Cleaned up man page synopsis. | james | 1 | -273/+2 |
2008-11-18 | Minor options check fix: --no-name-remapping is a | james | 1 | -0/+2 |
2008-11-18 | Added server-side --opt-verify option: clients that connect | james | 4 | -0/+29 |
2008-11-18 | Added --prng option to control PRNG (pseudo-random | james | 9 | -21/+136 |
2008-11-17 | Version 2.1_rc14v2.1_rc14 | james | 2 | -8/+8 |
2008-11-17 | * Added additional method parameter to --script-security to preserve | james | 14 | -105/+383 |
2008-11-16 | Interim release. | james | 2 | -1/+87 |
2008-11-05 | Minor fix to previous commit (r3476). | james | 1 | -3/+3 |
2008-11-04 | Added config file option "setenv FORWARD_COMPATIBLE 1" to relax | james | 3 | -3/+33 |
2008-11-03 | Fixed revoke-full to deal with issue arising from addition | james | 1 | -1/+2 |
2008-11-03 | Fixed some ifconfig-pool issues that precluded | james | 3 | -10/+12 |
2008-10-31 | Updated docs to reflect the addition of | james | 3 | -3/+4 |
2008-10-31 | Added --no-name-remapping option to allow Common Name, X509 Subject, | james | 4 | -3/+42 |
2008-10-31 | Added --status-version 3 which is the same as version 2 | james | 2 | -25/+28 |
2008-10-28 | Modified pkitool to allow flexibility in separating | james | 1 | -14/+20 |
2008-10-28 | Added man page entry for new environmental variable set | james | 1 | -0/+37 |
2008-10-28 | Added server-side --auth-user-pass-optional directive, to allow | james | 6 | -21/+57 |
2008-10-28 | Change to pkitool/openssl.cnf so that calling scripts can | james | 2 | -1/+16 |
2008-10-28 | Save X509 Subject fields to environment, using the naming convention: | james | 1 | -0/+54 |
2008-10-27 | Fixed informational message in ssl.c to properly indicate | james | 1 | -1/+5 |
2008-10-24 | Extended Management Interface "bytecount" command | james | 5 | -29/+153 |
2008-10-24 | Added optional files SAMPCONF_CONF2 (second sample configuration | james | 2 | -0/+14 |
2008-10-17 | Modified Windows domake-win build system to write all openvpn.nsi | james | 5 | -49/+94 |
2008-10-15 | Added additional warning messages about --script-security 2 | james | 4 | -3/+10 |
2008-10-14 | Added AC_GNU_SOURCE to configure.ac to enable struct ucred, | james | 3 | -59/+324 |
2008-10-08 | Version 2.1_rc13v2.1_rc13 | james | 10 | -30/+43 |
2008-10-06 | Copyright notice changed to reflect change in name of | james | 157 | -198/+194 |
2008-09-30 | Management interface can now listen on a unix | james | 16 | -45/+693 |
2008-09-23 | Version 2.1_rc12v2.1_rc12 | james | 2 | -1/+10 |
2008-09-19 | Fixed --lladdr bug introduced in 2.1-rc9 where input validation code | james | 3 | -2/+42 |
2008-09-15 | Patched Makefile.am so that the new t_cltsrv-down.sh script becomes | james | 2 | -2/+3 |
2008-09-15 | Version 2.1_rc11v2.1_rc11 | james | 4 | -10/+38 |
2008-09-10 | Version 2.1_rc10v2.1_rc10 | james | 2 | -1/+94 |
2008-09-08 | Version 2.1_rc9b | james | 1 | -1/+1 |
2008-09-08 | Fixed bug in intra-session TLS key rollover that was introduced with | james | 3 | -18/+68 |
2008-09-06 | Modified ip_or_dns_addr_safe, which validates pulled DNS names, | james | 2 | -4/+16 |
2008-09-06 | 2.1_rc8 and earlier did implicit shell expansion on script | james | 9 | -363/+350 |
2008-09-04 | Added --allow-pull-fqdn option which allows client to pull DNS names | james | 5 | -12/+45 |
2008-08-11 | Fixed minor compile issue in ntlm.c (mid-block declaration). | james | 1 | -2/+4 |
2008-08-11 | LZO compression buffer overflow errors will now invalidate | james | 1 | -1/+7 |
2008-08-10 | Workaround bug in OpenSSL 0.9.6b ASN1_STRING_to_UTF8, which | james | 2 | -5/+2 |
2008-08-10 | Fixed build issue with ./configure --disable-socks --disable-http. | james | 3 | -4/+4 |
2008-08-10 | Tagged security fix in 2.1-rc9 as CVE-2008-3459. | james | 1 | -0/+1 |
2008-08-10 | Updated openvpn/t_cltsrv.sh (used by "make check") to conform to new | james | 2 | -14/+44 |
2008-08-05 | Reverted r3181, accomplish the same thing via a special case | james | 3 | -21/+16 |
2008-08-05 | Workaround for MinGW autoconf issue where HAVE_SETSOCKOPT, | james | 1 | -0/+12 |
2008-08-05 | Added additional warnings to flag common gotchas: | james | 5 | -27/+133 |
2008-08-04 | Fixed minor issue with --redirect-gateway bypass-dhcp or bypass-dns | james | 1 | -1/+1 |
2008-08-02 | Added "--server-bridge" (without parameters) to enable | james | 14 | -34/+427 |
2008-08-01 | Version 2.1_rc9v2.1_rc9 | james | 1 | -2/+2 |
2008-07-31 | In Windows build, package a statically linked openssl.exe to work around | james | 4 | -13/+6 |
2008-07-31 | Updated ChangeLog and version number. | james | 2 | -1/+22 |
2008-07-27 | Added additional warnings for: | james | 1 | -0/+7 |
2008-07-27 | Added additional defensive programming to buffer.[ch] functions. | james | 2 | -26/+118 |
2008-07-27 | Added a warning message when passwords are cached in memory. | james | 1 | -0/+4 |
2008-07-26 | Perform additional input validation on options pulled | james | 7 | -64/+230 |
2008-07-26 | Fixed compiler warnings in Windows build (MinGW). | james | 6 | -5/+8 |
2008-07-26 | Completely revamped the system for calling external programs and scripts: | james | 23 | -420/+1098 |
2008-07-23 | Added argv_x functions to buffer.[ch] to be used to safely build | james | 3 | -0/+265 |
2008-07-19 | buf_printf will now return false on errors, such as truncation | james | 2 | -3/+8 |
2008-07-19 | Modified extract_x509_field_ssl to return a status value indicating | james | 1 | -37/+41 |
2008-07-19 | Replace leading dash ('-') characters in an X509 name with underbars ('_') | james | 3 | -0/+19 |
2008-07-18 | Added a warning when plugins are specified without | james | 3 | -1/+28 |
2008-07-18 | Reverted some recent buffer.[ch] changes, including r3058 (except for | james | 3 | -64/+21 |
2008-07-18 | Fixed format string issue in read_inline_file, | james | 1 | -1/+1 |
2008-07-18 | status_printf function will now set error flag on | james | 2 | -7/+24 |
2008-07-18 | gen_path will no longer silently truncate the generated | james | 2 | -1/+15 |
2008-07-18 | Fixed code inclusion bug that was erroneously testing | james | 2 | -6/+9 |
2008-07-18 | Modified create_temp_filename to create unpredictable | james | 1 | -5/+12 |
2008-07-17 | Previously, OpenVPN might log a client's auth-user-pass | james | 3 | -2/+19 |
2008-07-17 | gen_path now rejects filenames that match Windows | james | 3 | -1/+72 |
2008-07-17 | Call prng_init after fork in background process | james | 1 | -0/+4 |
2008-07-17 | Added warning when using chroot without specifying user and group. | james | 1 | -0/+3 |
2008-07-17 | Check for multiplication overflow on ALLOC_ARRAY* functions. | james | 2 | -4/+16 |
2008-07-17 | Removed old version of extract_x509_field. | james | 1 | -40/+0 |
2008-07-17 | Support wraparound of reliable.[ch] packet IDs. In | james | 1 | -12/+44 |
2008-07-17 | Fixed a potential information leak in the new NTLM phase 3 code, | james | 2 | -8/+21 |
2008-07-17 | Fixed issue in read_key_file, where the return value of | james | 1 | -1/+3 |
2008-07-16 | Added SOCKET_SND_RCV_BUF_MAX constant (set to 1000000) to limit the | james | 2 | -5/+16 |
2008-07-16 | In the Windows version of tun_finalize, on errors that would | james | 1 | -1/+6 |
2008-07-16 | Used unlikely() macro to tell compiler that msg() will | james | 1 | -1/+1 |
2008-07-16 | Added likely() and unlikely() branch prediction hint macros | james | 4 | -21/+68 |
2008-07-14 | Copyright change OpenVPN Solutions LLC -> Telethra, Inc. | james | 153 | -159/+159 |
2008-06-13 | Version 2.1_rc8v2.1_rc8 | james | 2 | -5/+13 |
2008-06-11 | Updated copyright notice to 2008. | james | 150 | -152/+152 |
2008-06-11 | Updated version & changelog. | james | 4 | -4/+77 |
2008-06-11 | Merged connection profiles from | james | 23 | -582/+1076 |
2008-06-11 | Updated version to 2.1_rc7e. | james | 30 | -569/+2495 |
2008-06-04 | Added support for building and linking with | james | 6 | -6/+91 |
2008-06-04 | Fixed unbounded memory growth bug in | james | 3 | -2/+18 |
2008-06-04 | Fixed an issue in extract_x509_field_ssl where the extraction | james | 1 | -1/+1 |
2008-06-04 | In auth-pam authentication module, even when in debug mode, | james | 1 | -2/+8 |
2008-06-04 | Incremented version to 2.1_rc7d. | james | 26 | -108/+1210 |
2008-05-25 | Fixed a bug in plugin.c that caused openvpn_plugin_client_destructor_v1 | james | 6 | -13/+136 |
2008-05-24 | Support asynchronous/deferred authentication in | james | 19 | -101/+456 |
2008-05-24 | Did: | james | 0 | -0/+0 |
2008-05-24 | Modified .svnignore to only ignore files generated | james | 3 | -46/+18 |
2008-05-12 | Moved branch into official BETA21 position. | james | 90 | -1274/+2241 |
2008-03-11 | Misc XGUI fixes. | james | 4 | -20/+24 |
2008-03-11 | Set tool defaults in pkitool. | james | 1 | -0/+5 |
2008-03-10 | First working version of XGUI inclusion. | james | 10 | -55/+221 |
2008-03-05 | Added new OpenVPN icon and installer graphic. | james | 2 | -0/+0 |
2008-02-18 | Version 2.1_rc7a. | james | 5 | -12/+15 |
2008-02-17 | Clarified tcp-queue-limit man page entry | james | 1 | -3/+3 |
2008-02-17 | The new function extract_x509_field_ssl tends to break | james | 2 | -1/+14 |
2008-02-17 | Cleanup IP address for persistence interfaces for tap and also using | james | 1 | -8/+26 |
2008-02-01 | Changes to Windows build system: added GENOUT_PREBUILT mode | james | 5 | -15/+86 |
2008-02-01 | Changes to Windows build system to make it easier to do | james | 19 | -195/+248 |
2008-01-30 | Version 2.1_rc7v2.1_rc7 | james | 2 | -1/+8 |
2008-01-26 | Fixup null interface on close, don't use ip addr flush | james | 1 | -9/+16 |
2008-01-25 | Added a few extra files that exist in the svn repo | james | 2 | -2/+6 |
2008-01-24 | VERSION 2.1_rc6v2.1_rc6 | james | 2 | -1/+8 |
2008-01-24 | Fixed pkcs11_private_mode undef. | james | 1 | -1/+1 |
2008-01-23 | VERSION 2.1_rc5v2.1_rc5 | james | 5 | -39/+138 |
2008-01-23 | Forgot to put struct WIN2K_NDIS_MINIPORT_BLOCK outside | james | 1 | -4/+4 |
2008-01-23 | Squashed Win2K TAP bug that was introduced by Vista fixes. | james | 3 | -88/+106 |
2008-01-23 | Incremented TAP version number to 9.4. | james | 2 | -8/+29 |
2008-01-23 | Added --management-forget-disconnect option -- forget | james | 6 | -1/+36 |
2008-01-22 | Upgraded TAP build scripts to use WDK 6001.17121 | james | 8 | -11/+20 |
2008-01-22 | Incremented version number to 2.1_rc4a. | james | 7 | -14/+81 |
2008-01-21 | Changed ASSERT(0) to a more descriptive fatal error in tun.c | james | 1 | -1/+1 |
2008-01-21 | Fixed --disable-iproute2 in ./configure to actually disable | james | 1 | -1/+1 |
2008-01-21 | Allow OpenVPN to run completely unprivileged under Linux | james | 9 | -10/+100 |
2008-01-21 | Rewrote extract_x509_field and modified COMMON_NAME_CHAR_CLASS | james | 2 | -2/+48 |
2008-01-21 | Added PLUGIN_LIBDIR preprocessor string to prepend a default plugin | james | 1 | -1/+20 |
2008-01-21 | Define ALLOW_NON_CBC_CIPHERS for people who don't | james | 1 | -0/+2 |
2008-01-21 | Simple fix where options->ca_file was used without | james | 1 | -1/+1 |
2008-01-21 | epoll driver in event.c should be prepared to handle an | james | 1 | -1/+1 |
2008-01-21 | Fixed interim memory growth issue in TCP connect loop where | james | 1 | -0/+2 |
2008-01-21 | Added note about alternative version of easy-rsa | james | 1 | -1/+9 |
2007-10-26 | PKCS-11 fixups (Alon Bar-Lev). | james | 1 | -1/+1 |
2007-10-22 | Use pkcs11-helper as external library, can be downloaded | james | 22 | -14449/+468 |
2007-10-22 | Modified command line and config file parser to allow | james | 2 | -4/+20 |
2007-10-22 | Added --management-signal option to signal SIGUSR1 when the management | james | 6 | -1/+37 |
2007-10-22 | Add "forget-passwords" command to the management interface (Alon Bar-Lev). | james | 2 | -0/+23 |
2007-08-17 | AUTO_USERID feature -- if the auth-user-pass option is used | james | 3 | -3/+5 |
2007-08-14 | config-win32.h and install-win32/openvpn.nsi are no longer generated | james | 1 | -1/+1 |
2007-07-18 | updated icon | james | 1 | -0/+0 |
2007-06-11 | Fixed a variable declaration that wasn't at the start | james | 1 | -2/+4 |
2007-04-26 | script comment changes | james | 2 | -1/+3 |
2007-04-25 | Version 2.1_rc4v2.1_rc4 | james | 2 | -1/+10 |
2007-04-25 | Fixed 64-bit portability bug in time_string function (Thomas Habets). | james | 1 | -1/+2 |
2007-04-25 | misc Windows build system changes | james | 6 | -6/+24 |
2007-04-25 | TAP driver now passes signing tests on Vista x64. | james | 36 | -315/+431 |
2007-04-23 | Forgot to add changelog item about OpenVPN GUI being | james | 1 | -1/+5 |
2007-04-23 | Version 2.1_rc3v2.1_rc3 | james | 2 | -1/+21 |
2007-04-22 | Version is now specified in version.m4 for both | james | 19 | -92/+204 |
2007-04-21 | Moved OpenVPN version number from configure.ac | james | 2 | -1/+4 |
2007-04-21 | Added a Windows README file to the installer than | james | 2 | -3/+20 |
2007-04-21 | Added OpenVPN GUI (Mathias Sundman version) as install | james | 2 | -2/+36 |
2007-04-21 | The easy-rsa directory installed by the windows installer comes with the | james | 3 | -0/+24 |
2007-04-21 | Clean up configure on FreeBSD for recent autotool versions that | james | 2 | -7/+39 |
2007-04-19 | Use Server 2003 rather than Vista as x64 target for tap/tapinstall. | james | 4 | -8/+4 |
2007-04-19 | Updated build system and tap driver to work with | james | 9 | -28/+42 |
2007-04-14 | Added options to version.nsi that allow prebuilt | james | 3 | -4/+35 |
2007-03-16 | Revert r1773 | james | 4 | -11/+13 |
2007-03-08 | Don't build special x64 version of tapinstall.exe | james | 4 | -13/+11 |
2007-03-07 | Windows TAP driver license text changes. | james | 19 | -168/+174 |
2007-03-07 | Cleaned up Windows build scripts. | james | 13 | -113/+234 |
2007-03-06 | Forgot to svn add buildinstaller before last commit. | james | 1 | -0/+6 |
2007-03-06 | ./domake-win will now do a full build of the installer | james | 3 | -2/+35 |
2007-03-06 | Added maketapinstall. | james | 6 | -15/+83 |
2007-03-06 | Added maketap and signtap scripts. | james | 3 | -0/+62 |
2007-03-06 | Added service configuration to install-win32/winconfig | james | 2 | -0/+17 |
2007-03-06 | Changes to Windows build environment, to allow straightforward building | james | 16 | -437/+106 |
2007-03-05 | Allow installation of TAP-Win64 | james | 3 | -15/+15 |
2007-03-05 | TAP driver fix for Vista x64 BSOD. | james | 4 | -4/+21 |
2007-03-05 | Include tap.cat (TAP driver catalog file) in Windows | james | 3 | -3/+5 |
2007-02-28 | Version 2.1_rc2 releasedv2.1_rc2 | james | 2 | -1/+64 |
2007-02-28 | On Windows, revert to "ip-win32 dynamic" as the default. | james | 1 | -1/+1 |
2007-02-28 | Worked around an incompatibility in the Windows Vista | james | 1 | -7/+25 |
2007-02-27 | The Windows version will now use a default route-delay | james | 1 | -1/+1 |
2007-02-27 | Renamed TAP-Win32 driver from tap0801.sys to tap0901.sys | james | 12 | -88/+232 |
2006-12-24 | --reneg-sec clarification in man page. | james | 1 | -0/+13 |
2006-12-05 | Interim snapshot 2.1_rc1c | james | 1 | -1/+1 |
2006-11-23 | updated valgrind-suppress for OpenSSL 0.9.8 | james | 1 | -228/+40 |
2006-11-23 | Fixed issue where struct env_set methods that | james | 4 | -4/+40 |
2006-11-13 | Interim snapshot 2.1_rc1b | james | 1 | -1/+1 |
2006-11-13 | Revert TAP-Win64 binaries to tapbin64-0801 | james | 1 | -2/+4 |
2006-11-13 | New try at AUTO_USERID. | james | 9 | -2/+236 |