Age | Commit message (Expand) | Author | Files | Lines |
2011-04-26 | Version 2.1.3n | James Yonan | 1 | -1/+1 |
2011-04-26 | Client will now try to reconnect if no push reply received | James Yonan | 4 | -3/+20 |
2011-04-26 | Extended "client-kill" management interface command (server-side) | James Yonan | 7 | -19/+53 |
2011-04-26 | Fixed bug introduced in r7031 that might cause this error message: | James Yonan | 1 | -6/+16 |
2011-04-26 | Fixed issue where a client might receive multiple push replies from | James Yonan | 3 | -2/+14 |
2011-04-26 | env_filter_match now includes the serial number of all certs | James Yonan | 1 | -1/+1 |
2011-04-25 | Reduce log verbosity at level 3, with a focus on removing excessive log verbo... | James Yonan | 6 | -27/+33 |
2011-04-25 | Added optional journal directory argument to "port-share" directive, for repo... | James Yonan | 8 | -33/+131 |
2011-04-25 | Added --enable-lzo-stub configure option to build an OpenVPN client without L... | James Yonan | 7 | -14/+85 |
2011-02-18 | Added "client-nat" option for stateless, one-to-one | James Yonan | 15 | -17/+490 |
2011-02-14 | Properly handle certificate serial numbers > 32 bits. | James Yonan | 2 | -4/+12 |
2011-02-14 | Fixes to r6925. | James Yonan | 1 | -3/+3 |
2011-02-14 | Implemented get_default_gateway_mac_addr for Mac OS X (previously, | James Yonan | 3 | -59/+125 |
2011-01-18 | Fixed minor compile issue triggered on builds where | James Yonan | 1 | -1/+1 |
2011-01-10 | * added --management-up-down option to allow management interface | James Yonan | 6 | -21/+55 |
2011-01-05 | Added --x509-track option. | James Yonan | 10 | -4/+186 |
2010-12-13 | Misc fixes to r6708. | James Yonan | 8 | -51/+72 |
2010-12-10 | Minor addition of logging info before and after | James Yonan | 2 | -1/+3 |
2010-12-09 | Added "management-external-key" option. This option can be used | James Yonan | 10 | -59/+433 |
2010-11-16 | Fixes to prevent compile breakage when --disable-crypto is used. | James Yonan | 2 | -5/+2 |
2010-11-16 | In verify_callback, the subject var should be freed by OPENSSL_free, | James Yonan | 2 | -3/+3 |
2010-10-28 | Version 2.1.3b | James Yonan | 1 | -1/+1 |
2010-10-24 | Make base64.h have the same conditional compilation expression as | James Yonan | 1 | -1/+1 |
2010-10-24 | Implement challenge/response authentication support in client mode, | James Yonan | 7 | -24/+229 |
2010-10-23 | Fixed initialization bug in route_list_add_default_gateway | James Yonan | 1 | -0/+2 |
2010-09-01 | Added --proto-force directive. | James Yonan | 5 | -2/+35 |
2010-08-31 | Don't configure Linux tun/tap txqueuelen setting if OpenVPN | James Yonan | 1 | -1/+1 |
2010-08-29 | Allow PKCS12 file content to be included inline in configuration file, | James Yonan | 3 | -10/+39 |
2010-08-20 | Attempt to fix issue where domake-win build system was not properlyv2.1.3 | James Yonan | 11 | -203/+191 |
2010-08-15 | Windows security issue:v2.1.2 | James Yonan | 4 | -3/+116 |
2010-08-10 | Added warning about tls-remote in man page. | James Yonan | 1 | -0/+7 |
2010-08-09 | Distribute win directory (Python/MSVC-based build system) | James Yonan | 1 | -1/+2 |
2010-07-27 | Added "net stop dnscache" and "net start dnscache" in front | James Yonan | 6 | -8/+34 |
2010-07-27 | Fixed an issue where application payload transmissions on the | James Yonan | 6 | -12/+54 |
2010-07-26 | Fixed typo: missing comment close. | James Yonan | 1 | -1/+1 |
2010-07-16 | Added win/build_exe.py script, which is similar to | James Yonan | 2 | -21/+38 |
2010-07-16 | Added --register-dns option for Windows. | James Yonan | 9 | -11/+79 |
2010-07-12 | Implemented multi-address DNS expansion on the network field of route | James Yonan | 4 | -16/+85 |
2010-07-10 | Version 2.1.1k | James Yonan | 1 | -1/+1 |
2010-07-10 | Fixed bug in proxy fallback capability where openvpn.exe could | James Yonan | 2 | -18/+22 |
2010-07-10 | Added support for MSVC debugging of openvpn.exe in settings.in: | James Yonan | 3 | -7/+16 |
2010-06-10 | Fixed issue where bad creds provided by the management interface | James Yonan | 2 | -3/+6 |
2010-06-01 | Implemented a key/value auth channel from client to server. | James Yonan | 14 | -9/+248 |
2010-05-24 | Implemented http-proxy-override and http-proxy-fallback directives to make it | James Yonan | 14 | -72/+565 |
2010-05-11 | Minor fixes to recent HTTP proxy changes: | James Yonan | 3 | -5/+5 |
2010-05-11 | Proxy improvements: | James Yonan | 10 | -101/+676 |
2010-05-09 | Fixed issue on Windows with MSVC compiler, where TCP_NODELAY support | James Yonan | 1 | -1/+1 |
2010-04-28 | Updated copyright date to 2010. | James Yonan | 157 | -160/+160 |
2010-04-22 | Added Python-based build system for Windows in | James Yonan | 24 | -26/+609 |
2010-04-17 | Minor change to doclean script: | James Yonan | 1 | -1/+0 |
2010-04-16 | Management interface performance optimizations: | James Yonan | 6 | -12/+161 |
2010-03-31 | Updated MSVC build scripts to Visual Studio 2008: | James Yonan | 17 | -530/+491 |
2010-03-30 | Set socket buffers (SO_SNDBUF and SO_RCVBUF) immediately after | James Yonan | 2 | -4/+5 |
2010-03-17 | Version 2.1.1c | James Yonan | 2 | -2/+2 |
2010-03-12 | Modified ">PASSWORD:Verification Failed" management interface | James Yonan | 4 | -6/+9 |
2010-03-12 | Added stub directive "remote-ip-hint". | James Yonan | 1 | -0/+5 |
2010-03-12 | Trivial fix to proxy.c -- #define proxy auth type as UP_TYPE_PROXY. | James Yonan | 1 | -1/+3 |
2010-03-06 | Fixed an issue where if reneg-sec was set to 0 on the client, | James Yonan | 1 | -2/+5 |
2010-02-26 | Fixed an issue in the Management Interface that could cause | James Yonan | 1 | -6/+15 |
2010-01-16 | Version 2.1.1b | james | 1 | -1/+1 |
2010-01-16 | Don't advance the connection list on AUTH_FAILED errors. | james | 1 | -0/+1 |
2010-01-16 | Fixed an issue where AUTH_FAILED was not being properly delivered | james | 2 | -13/+35 |
2010-01-12 | When aborting in a non-graceful way, try to execute do_close_tun in | james | 3 | -1/+20 |
2009-12-11 | Fixed some breakage in openvpn.spec (which is required to build anv2.1.1 | james | 3 | -2/+12 |
2009-12-11 | Version 2.1.0v2.1.0 | james | 4 | -2/+19 |
2009-12-11 | Clarified that TAP-Win32 driver is licensed under GPL 2. | james | 19 | -94/+19 |
2009-12-11 | Documented --multihome in the man page. | james | 1 | -0/+9 |
2009-12-10 | Fixed a couple issues in sample plugins auth-pam.c and down-root.c: | james | 2 | -2/+6 |
2009-11-20 | Version 2.1_rc22v2.1_rc22 | james | 2 | -1/+13 |
2009-11-19 | Fixed a client-side bug that occurred when the "dhcp-pre-release" | james | 7 | -33/+141 |
2009-11-13 | Increase MAX_CERT_DEPTH to 16 (from 8), and when exceeded, | james | 3 | -3/+6 |
2009-11-12 | Version 2.1_rc21v2.1_rc21 | james | 3 | -2/+18 |
2009-10-25 | Version 2.1_rc20a | james | 1 | -1/+1 |
2009-10-25 | On server, lock client-provided certs against mid-session TLS | james | 3 | -5/+156 |
2009-10-25 | Change to doval valgrind script. The openvpn command parameter is now | james | 2 | -1/+14 |
2009-10-24 | On server, lock session username against changes in mid-session TLS | james | 2 | -3/+31 |
2009-10-16 | Added "setenv GENERIC_CONFIG" directive, for generic configs | james | 1 | -0/+5 |
2009-10-07 | Fixed issue where some .svn directories were being inadvertentlyv2.1_rc20 | james | 1 | -1/+1 |
2009-10-01 | Version 2.1_rc20 | james | 2 | -1/+51 |
2009-10-01 | client-kill management interface command, when issued on server, will | james | 6 | -7/+41 |
2009-10-01 | Minor fix: management interface shouldn't echo 'load-stats' commands to | james | 1 | -1/+1 |
2009-09-29 | Added the ability for the server to provide a custom reason string | james | 8 | -14/+84 |
2009-09-28 | Fixed a bug introduced in r4436 (2.1_rc17) where using the | james | 1 | -2/+2 |
2009-09-28 | Added --server-poll-timeout option : when polling possible remote | james | 8 | -0/+70 |
2009-09-27 | Eliminated the limitation on the number of options that can be pushed | james | 16 | -115/+271 |
2009-09-17 | The maximum number of "route" directives (specified in the config | james | 8 | -30/+86 |
2009-09-16 | Modified client to send a PUSH_REQUEST message to server 1 second | james | 3 | -5/+14 |
2009-09-08 | Updated version number to 2.1_rc19c. | james | 1 | -1/+1 |
2009-09-04 | Added "setcon" directive for interoperability with SELinux | james | 6 | -4/+104 |
2009-08-24 | Added new ./configure flags: | james | 3 | -3/+23 |
2009-08-24 | Added PLATFORM-SPECIFIC comment tag to platform-specific functions | james | 1 | -4/+4 |
2009-08-23 | Added "load-stats" management interface command to get global | james | 2 | -0/+27 |
2009-08-22 | Added --remote-random-hostname option. | james | 6 | -10/+89 |
2009-08-19 | Fixed ifconfig command for "topology subnet" on FreeBSD (Stefan Bethke). | james | 1 | -6/+10 |
2009-08-19 | Fixed build problem when ./configure --disable-server is used. | james | 1 | -0/+2 |
2009-07-16 | OpenVPN version 2.1_rc19 releasedv2.1_rc19 | james | 2 | -1/+13 |
2009-06-22 | In Windows TAP driver, refactor DHCP/ARP packet injection code to | james | 7 | -28/+154 |
2009-06-22 | Rename generated tapdrvr.cod to a unique name to avoid the issue where | james | 1 | -0/+1 |
2009-06-09 | In configure.ac, use datadir instead of datarootdir for compatibility | james | 1 | -1/+1 |
2009-06-07 | Version 2.1_rc18v2.1_rc18 | james | 2 | -2/+9 |
2009-06-07 | Fixed issue introduced in r4475 (2.1-rc17) where cryptoapi.c change | james | 1 | -0/+2 |
2009-06-01 | Fixed compile error on ./configure --enable-small | james | 1 | -0/+1 |
2009-06-01 | Version 2.1_rc17v2.1_rc17 | james | 2 | -2/+45 |
2009-05-30 | Update copyright to 2009. | james | 157 | -160/+160 |
2009-05-30 | Fixed bug where the remote_X environmental variables were not being | james | 1 | -2/+2 |
2009-05-30 | Fixed issue of symbol conflicts interfering with Windows CryptoAPI | james | 4 | -8/+7 |
2009-05-24 | Added new 'autolocal' redirect-gateway flag. When enabled, the OpenVPN | james | 6 | -33/+119 |
2009-05-23 | Added "redirect-private" option which allows private subnets | james | 3 | -69/+80 |
2009-05-21 | Fixed race condition in management interface recv code on | james | 3 | -5/+6 |
2009-05-21 | Reduce the debug level (--verb) at which received management interface | james | 1 | -1/+1 |
2009-05-18 | Version 2.1_rc16v2.1_rc16 | james | 2 | -1/+54 |
2009-05-13 | Updated Windows build scripts to package openssl-0.9.8k, | james | 4 | -21/+21 |
2009-04-13 | Added errors-to-stderr option. When enabled, fatal errors | james | 3 | -6/+28 |
2009-04-10 | Allow "management-client" directive to be used | james | 5 | -44/+91 |
2009-04-09 | Added the ability to read the configuration file | james | 1 | -2/+6 |
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 |