May 31, 2009
View d7fa38f

Update copyright to 2009.

james authored on 2009/05/31 06:38:49
November 21, 2008
View 148329c

Added optional "nogw" (no gateway) flag to --server-bridge to inhibit the pushing of the route-gateway parameter to clients.

james authored on 2008/11/21 06:02:10
November 18, 2008
View ae3b374

Added --tcp-nodelay option: Macro that sets TCP_NODELAY socket flag on the server as well as pushes it to connecting clients.

james authored on 2008/11/18 14:15:22
View 04663e4

Cleaned up man page synopsis.

james authored on 2008/11/18 12:29:44
View 09cc9c8

Added server-side --opt-verify option: clients that connect with options that are incompatible with those of the server will be disconnected.

james authored on 2008/11/18 12:22:52
View 03bfb22

Added --prng option to control PRNG (pseudo-random number generator) parameters. In previous OpenVPN versions, the PRNG was hardcoded to use the SHA1 hash. Now any OpenSSL hash may be used. This is part of an effort to remove hardcoded references to a specific cipher or cryptographic hash algorithm.

james authored on 2008/11/18 10:25:05
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
November 5, 2008
View 373faab

Added config file option "setenv FORWARD_COMPATIBLE 1" to relax config file syntax checking to allow directives for future OpenVPN versions to be ignored.

james authored on 2008/11/05 06:42:56
November 3, 2008
View 223b2c5

Fixed some ifconfig-pool issues that precluded it from being combined with --server directive.

james authored on 2008/11/03 22:07:33
October 31, 2008
View c421bac

Updated docs to reflect the addition of --status-version 3.

james authored on 2008/10/31 16:13:54
View ed30424

Added --no-name-remapping option to allow Common Name, X509 Subject, and username strings to include any printable character including space, but excluding control characters such as tab, newline, and carriage-return.

james authored on 2008/10/31 16:04:51
October 29, 2008
View fd81c00

Added man page entry for new environmental variable set X509_{n}_{subject_field}.

james authored on 2008/10/29 05:24:46
View 24ce3b2

Added server-side --auth-user-pass-optional directive, to allow connections by clients that do not specify a username/password, when a user-defined authentication script/module is in place (via --auth-user-pass-verify, --management-client-auth, or a plugin module).

james authored on 2008/10/29 05:01:05
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