Age | Commit message (Expand) | Author | Files | Lines |
2011-02-28 | Fix packaging of config-win32.h and service-win32/msvc.makv2.2-RC | David Sommerseth | 2 | -3/+6 |
2011-02-28 | Preparing for the OpenVPN 2.2-RC release | David Sommerseth | 2 | -2/+30 |
2011-02-28 | Temporary snprintf-related fix to service-win32/openvpnserv.c | Samuli Seppänen | 1 | -2/+1 |
2011-02-27 | Changes to buildsystem patchset | Samuli Seppänen | 4 | -26/+34 |
2011-02-27 | Added first version of NSI installer script to win/openvpn.nsi | Samuli Seppänen | 1 | -0/+802 |
2011-02-27 | Copied install-win32/setpath.nsi to win/setpath.nsi | Samuli Seppänen | 1 | -0/+231 |
2011-02-27 | Several modifications to win/make_dist.py to allow building the NSI installer | Samuli Seppänen | 1 | -3/+25 |
2011-02-27 | Added comments to win/build_ddk.py | Samuli Seppänen | 1 | -0/+1 |
2011-02-27 | Added openvpnserv.exe building to win/build.py | Samuli Seppänen | 1 | -1/+8 |
2011-02-27 | Added configure.h and version.m4 variable parsing to win/config.py | Samuli Seppänen | 1 | -1/+3 |
2011-02-27 | Added command-line switch to win/build_all.py to skip TAP driver building | Samuli Seppänen | 1 | -7/+16 |
2011-02-27 | Added comments and made small modifications to win/msvc.mak.in | Samuli Seppänen | 1 | -16/+16 |
2011-02-27 | Added support for viewing config-win32.h paramters to win/show.py | Samuli Seppänen | 1 | -3/+3 |
2011-02-27 | Added helper functionality to win/wb.py | Samuli Seppänen | 1 | -0/+99 |
2011-02-27 | Moved TAP-driver version info to version.m4. Cleaned up win/settings.in. | Samuli Seppänen | 2 | -17/+13 |
2011-02-27 | Added a nmake makefile for openvpnserv.exe building | Samuli Seppänen | 1 | -0/+30 |
2011-02-27 | Added ENABLE_PASSWORD_SAVE to config-win32.h | Samuli Seppänen | 1 | -0/+3 |
2011-01-06 | Fix compiler warning when compiling against OpenSSL 1.0.0 | David Sommerseth | 1 | -1/+1 |
2010-12-20 | Minor addition of logging info before and after | James Yonan | 1 | -0/+2 |
2010-12-17 | Make the --x509-username-field feature an opt-in feature | David Sommerseth | 4 | -0/+23 |
2010-12-04 | Change variadic macros to C99 style. | Matthias Andree | 1 | -4/+4 |
2010-11-25 | Prepared v2.2-beta5 for releasev2.2-beta5 | David Sommerseth | 2 | -1/+6 |
2010-11-25 | Merge branch 'feat_misc' into beta2.2 | David Sommerseth | 1 | -1/+1 |
2010-11-25 | Fixed an issue causing a build failure with MS Visual Studio 2008. | Samuli Seppänen | 1 | -1/+1 |
2010-11-21 | Prepared for v2.2-beta4 for releasev2.2-beta4 | David Sommerseth | 2 | -2/+2 |
2010-11-18 | Updated ChangeLog with info about last merges | David Sommerseth | 1 | -0/+39 |
2010-11-18 | Merge branch 'feat_misc' into beta2.2 | David Sommerseth | 46 | -1064/+60 |
2010-11-18 | Merge branch 'bugfix2.1' into beta2.2 | David Sommerseth | 2 | -17/+58 |
2010-11-18 | Added command-line option parser and an unsigned build option to build_all.py | Samuli Seppänen | 1 | -15/+56 |
2010-11-18 | Merged add_bypass_address() and add_host_route_if_nonlocal() | David Sommerseth | 1 | -22/+12 |
2010-11-18 | Removed functions not being used anywhere | David Sommerseth | 2 | -21/+0 |
2010-11-18 | Only add some functions when really needed | David Sommerseth | 2 | -0/+4 |
2010-11-18 | Fixed potential misinterpretation of boolean logic | David Sommerseth | 1 | -1/+1 |
2010-11-18 | Fix compiler warnings about not used dummy() functions | David Sommerseth | 4 | -1/+8 |
2010-11-18 | Use stricter snprintf() formatting in socks_username_password_auth() (v3) | David Sommerseth | 1 | -3/+10 |
2010-11-18 | Merge branch 'svn-BETA21' into bugfix2.1 | David Sommerseth | 2 | -3/+3 |
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-11-14 | Merge branch 'bugfix2.1' into beta2.2 | David Sommerseth | 4 | -9/+8 |
2010-11-14 | Fixed compiling issues when using --disable-crypto | James Yonan | 2 | -5/+2 |
2010-11-14 | Remove hardcoded path to resolvconf | Jesse Young | 2 | -4/+6 |
2010-11-14 | Clean-up: Removing useless code - hash related functions | David Sommerseth | 6 | -49/+20 |
2010-11-14 | Clean-up: Remove more dead and inactive code paths | David Sommerseth | 11 | -52/+5 |
2010-11-14 | Clean-up: Remove pthread and mutex locking code | David Sommerseth | 32 | -921/+1 |
2010-11-14 | Merge branch 'feat_misc' into beta2.2 | David Sommerseth | 1 | -0/+2 |
2010-11-14 | Added check for variable CONFIGURE_DEFINES into options.c | Samuli Seppänen | 1 | -0/+2 |
2010-11-13 | Merge branch 'feat_misc' into beta2.2 | David Sommerseth | 7 | -39/+266 |
2010-11-13 | Merge branch 'bugfix2.1' into beta2.2 | David Sommerseth | 2 | -4/+9 |
2010-11-13 | Merge branch 'svn-BETA21' into beta2.2 | David Sommerseth | 9 | -26/+231 |
2010-11-13 | Merge branch 'svn-BETA21' into bugfix2.1 | David Sommerseth | 9 | -26/+231 |
2010-11-12 | Clarified --explicit-exit-notify man page entry | David Sommerseth | 1 | -2/+3 |
2010-11-12 | Improved man page entry for script_type | Gert Doering | 1 | -2/+2 |
2010-11-12 | Add HTTP/1.1 Host header | Lars Hupel | 1 | -0/+4 |
2010-11-12 | Make "topology subnet" work on Solaris (ifconfig + route metric changes by Ka... | Gert Doering | 2 | -5/+30 |
2010-11-12 | Integrate support for TAP mode on Solaris, written by Kazuyoshi Aizawa <admin... | Gert Doering | 1 | -22/+98 |
2010-11-12 | Adding support for SOCKS plain text authentication | Pierre Bourdon | 5 | -12/+138 |
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-10-21 | Preparing for v2.2-beta3 | David Sommerseth | 2 | -2/+25 |
2010-10-21 | Fixed compiler warning in ssl.c | David Sommerseth | 1 | -2/+2 |
2010-10-21 | Solved hidden merge conflict between feat_misc and bugfix2.1 | David Sommerseth | 1 | -1/+1 |
2010-10-21 | Fixed static defined length check to use sizeof() | Emilien Mantel | 1 | -1/+1 |
2010-10-21 | Choose a different field in X509 to be username | Emilien Mantel | 4 | -14/+36 |
2010-10-21 | ssl.c: fix use of openvpn_run_script()'s return value | Fabian Knittel | 1 | -13/+5 |
2010-10-21 | Revamped the script-security warning logging (version 2) | David Sommerseth | 8 | -11/+27 |
2010-10-21 | Don't add compile time information if --enable-small is used | David Sommerseth | 1 | -0/+2 |
2010-10-21 | Make use of automake CLEANFILES variable instead of clean-local rule | David Sommerseth | 1 | -4/+1 |
2010-10-21 | Fix dependency checking for configure.h (v2) | David Sommerseth | 3 | -8/+11 |
2010-10-21 | Add comile time information/settings from ./configure to --version | David Sommerseth | 4 | -0/+85 |
2010-10-21 | pkitool lacks expected option "--help" | Wil Cooley | 1 | -0/+6 |
2010-10-21 | Several updates to openvpn.8 (man page updates) | Karl O. Pinc | 1 | -9/+13 |
2010-10-21 | enhance tls-verify possibility | Mathieu GIANNECCHINI | 6 | -0/+87 |
2010-10-21 | Reworked the eurephia patch for inclusion to the openvpn-testing tree | David Sommerseth | 3 | -0/+29 |
2010-10-21 | Fix problem with special case route targets ('remote_host') | Gert Doering | 1 | -0/+2 |
2010-10-21 | Fixed compiler warnings reported on Ubuntu 10.04 | David Sommerseth | 4 | -10/+11 |
2010-10-21 | More t_client.sh updates - exit with SKIP when we want to skip | David Sommerseth | 1 | -3/+3 |
2010-10-21 | Test framework improvment - Do not FAIL if t_client.rc is missing | David Sommerseth | 1 | -10/+10 |
2010-10-21 | Build t_client.sh by configure at run-time. | Gert Doering | 2 | -14/+22 |
2010-10-21 | full "VPN client connect" test framework for OpenVPN | Gert Doering | 3 | -1/+382 |
2010-10-21 | Fixes openssl-1.0.0 compilation warning | chantra | 1 | -3/+3 |
2010-10-21 | Fix <net/if.h> compile time problems on OpenBSD for good | Gert Doering | 1 | -4/+4 |
2010-10-21 | Fix compile problems on NetBSD and OpenBSD | Gert Doering | 1 | -0/+3 |
2010-10-21 | Fix multiple configured scripts conflicts issue (version 2) | David Sommerseth | 1 | -0/+18 |
2010-10-21 | Exclude ping and control packets from activity | Davide Brini | 3 | -7/+20 |
2010-10-21 | Fix errors in openvpn-plugin.h documentation | chantra | 1 | -1/+2 |
2010-10-21 | Fixed client hang when server don't PUSH (aka the NO_SOUP_FOR_YOU patch) | David Sommerseth | 1 | -0/+17 |
2010-10-21 | Handle non standard subnets in PF grammar | chantra | 1 | -0/+5 |
2010-10-21 | OCSP_check.sh: new check logic | David Sommerseth | 1 | -10/+32 |
2010-10-21 | Avoid repetition of "this config may cache passwords in memory" (v2) | David Sommerseth | 1 | -1/+3 |
2010-10-21 | Fix certificate serial number export | Davide Brini | 3 | -4/+119 |
2010-10-21 | Fix missing /bin/bash -> /bin/sh | Davide Brini | 1 | -1/+1 |
2010-10-21 | Enhance contrib/pull-resolv-conf/client.{up,down} scripts | Davide Brini | 2 | -69/+64 |
2010-10-21 | The man page does not mention that the default value of "mssfix" is 1450. | Davide Brini | 1 | -1/+2 |
2010-10-21 | Fixed potential NULL pointer issue | David Sommerseth | 1 | -1/+1 |
2010-10-21 | Removed no longer needed delete_file() call | David Sommerseth | 1 | -1/+0 |
2010-10-21 | Updated the man page to reflect the behavioural change of create_temp_file() | David Sommerseth | 1 | -1/+1 |
2010-10-21 | Renamed all calls to create_temp_filename() | David Sommerseth | 4 | -37/+53 |
2010-10-21 | Harden create_temp_filename() (version 2) | David Sommerseth | 2 | -16/+48 |
2010-10-21 | Make use of counter_type instead of int when counting bytes and network packets | David Sommerseth | 2 | -3/+4 |
2010-10-21 | The man page needs dash escaping in UTF-8 environments | Jan Brinkmann | 1 | -1/+1 |
2010-10-21 | When I began testing OpenVPN v2.1_rc9 I was having trouble authenticating to ... | Daniel Johnson | 1 | -7/+35 |
2010-10-21 | Debian patch: Fix spelling in log message | Alberto Gonzalez Iniesta | 1 | -1/+1 |
2010-10-21 | Fix autotools cross-compiling support | David Sommerseth | 2 | -22/+21 |
2010-10-21 | On TARGET_LINUX define _GNU_SOURCE if not defined | David Sommerseth | 1 | -0/+4 |
2010-10-21 | The man page needs dash escaping in UTF-8 environments | Jan Brinkmann | 1 | -807/+807 |
2010-10-21 | bash->bourne script cleanup | Dan Nelson | 17 | -17/+17 |
2010-10-21 | Allow 'lport 0' setup for random port binding | Enrico Scholz | 1 | -1/+1 |
2010-10-21 | remove duplicate code in FREEBSD+DRAGONFLY system-dependent ifconfig | Gert Doering | 1 | -14/+3 |
2010-10-21 | verb 5 logging wrongly reports received bytes | David Sommerseth | 1 | -2/+2 |
2010-10-21 | [PATCH] Change verify-cn so cn is no longer hardcoded in openvpn's config file | Karl O. Pinc | 1 | -15/+27 |
2010-10-21 | Added mapping files from SVN commit ID to more descriptive commit IDs. | David Sommerseth | 2 | -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-26 | Fixed static defined length check to use sizeof() | Emilien Mantel | 1 | -1/+1 |
2010-06-17 | Choose a different field in X509 to be username | Emilien Mantel | 4 | -14/+36 |
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-05-04 | ssl.c: fix use of openvpn_run_script()'s return value | Fabian Knittel | 1 | -13/+5 |
2010-04-29 | Revamped the script-security warning logging (version 2) | David Sommerseth | 8 | -11/+27 |
2010-04-28 | Updated copyright date to 2010. | James Yonan | 157 | -160/+160 |
2010-04-22 | Don't add compile time information if --enable-small is used | David Sommerseth | 1 | -0/+2 |
2010-04-22 | Make use of automake CLEANFILES variable instead of clean-local rule | David Sommerseth | 1 | -4/+1 |
2010-04-22 | Fix dependency checking for configure.h (v2) | David Sommerseth | 3 | -8/+11 |
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-04-08 | Add comile time information/settings from ./configure to --version | David Sommerseth | 4 | -0/+85 |
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-03-02 | pkitool lacks expected option "--help" | Wil Cooley | 1 | -0/+6 |
2010-03-02 | Several updates to openvpn.8 (man page updates) | Karl O. Pinc | 1 | -9/+13 |
2010-03-02 | enhance tls-verify possibility | Mathieu GIANNECCHINI | 6 | -0/+87 |
2010-03-01 | Allow 'lport 0' setup for random port binding | Enrico Scholz | 1 | -1/+1 |
2010-02-28 | remove duplicate code in FREEBSD+DRAGONFLY system-dependent ifconfig | Gert Doering | 1 | -14/+3 |
2010-02-26 | Merge branch 'master' into bugfix2.1 | David Sommerseth | 1 | -6/+15 |
2010-02-26 | Added mapping files from SVN commit ID to more descriptive commit IDs. | David Sommerseth | 2 | -0/+2 |
2010-02-26 | Fixed an issue in the Management Interface that could cause | James Yonan | 1 | -6/+15 |
2010-02-26 | Fixed an issue in the Management Interface that could cause | james | 1 | -6/+15 |
2010-02-19 | verb 5 logging wrongly reports received bytes | David Sommerseth | 1 | -2/+2 |
2010-02-18 | [PATCH] Change verify-cn so cn is no longer hardcoded in openvpn's config file | Karl O. Pinc | 1 | -15/+27 |
2010-02-18 | Do not randomize resolving of IP addresses in getaddr() | David Sommerseth | 1 | -3/+2 |
2010-02-16 | Added mapping files from SVN commit ID to more descriptive commit IDs. | David Sommerseth | 2 | -0/+2 |
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 |