July 23, 2010
View 0b026a9

Merge branch 'feat_misc' into beta2.2

David Sommerseth authored on 2010/07/23 05:33:16
June 5, 2010
View e0ca5fd

Merge branch 'master' into bugfix2.1

David Sommerseth authored on 2010/06/05 06:18:03
May 25, 2010
View 3cf6c93

Implemented http-proxy-override and http-proxy-fallback directives to make it easier for OpenVPN client UIs to start a pre-existing client config file with proxy options, or to adaptively fall back to a proxy connection if a direct connection fails.

James Yonan authored on 2010/05/25 07:51:16
April 30, 2010
View 339f2a4

Revamped the script-security warning logging (version 2)

David Sommerseth authored on 2010/04/30 06:35:45
April 29, 2010
View 564a210

Updated copyright date to 2010.

James Yonan authored on 2010/04/29 01:31:36
April 17, 2010
View cb042f8

Harden create_temp_filename() (version 2)

David Sommerseth authored on 2010/04/17 05:02:36
August 23, 2009
View 8e9666d

Added --remote-random-hostname option.

james authored on 2009/08/23 03:29:20
May 31, 2009
View d7fa38f

Update copyright to 2009.

james authored on 2009/05/31 06:38:49
November 17, 2008
View a828135

* Added additional method parameter to --script-security to preserve backward compatibility with system() call semantics used in OpenVPN 2.1_rc8 and earlier. To preserve backward compatibility use:

james authored on 2008/11/17 13:28:07
October 6, 2008
View 367ed08

Copyright notice changed to reflect change in name of Telethra to OpenVPN Technologies.

james authored on 2008/10/06 16:33:45
September 30, 2008
View bb564a5

Management interface can now listen on a unix domain socket, for example:

james authored on 2008/09/30 15:11:38
September 6, 2008
View b8fb090

2.1_rc8 and earlier did implicit shell expansion on script arguments since all scripts were called by system(). The security hardening changes made to 2.1_rc9 no longer use system(), but rather use the safer execve or CreateProcess system calls. The security hardening also introduced a backward incompatibility with 2.1_rc8 and earlier in that script parameters were no longer shell-expanded, so for example:

james authored on 2008/09/06 18:42:17
July 26, 2008
View 5a2e9a2

Completely revamped the system for calling external programs and scripts:

james authored on 2008/07/26 16:27:03
July 19, 2008
View d1dcc3e

Added a warning when plugins are specified without an absolute pathname.

james authored on 2008/07/19 08:49:50
July 18, 2008
View 093e7eb

Previously, OpenVPN might log a client's auth-user-pass password if the verbosity was set to a high debug level such as 7 or higher. Normally this would only be used by developers. Now, even at high debug levels, the password will not be output.

james authored on 2008/07/18 08:31:16