November 12, 2009
View 311ea89

Version 2.1_rc21

james authored on 2009/11/12 18:30:45
October 26, 2009
View 6eb2a9b

Version 2.1_rc20a

james authored on 2009/10/26 00:54:01
View ec4a500

On server, lock client-provided certs against mid-session TLS renegotiations -- this is similer to how the common name is also locked.

james authored on 2009/10/26 00:51:04
View 0c7168e

Change to doval valgrind script. The openvpn command parameter is now implied, so new usage is:

james authored on 2009/10/26 00:44:28
October 24, 2009
View 71b557b

On server, lock session username against changes in mid-session TLS renegotiations -- this is similer to how the common name is also locked.

james authored on 2009/10/24 10:08:30
October 17, 2009
View 0f9c77b

Added "setenv GENERIC_CONFIG" directive, for generic configs that cannot directly be used as a config file. The directive will simply cause OpenVPN to exit with an error if a generic config file is used.

james authored on 2009/10/17 01:31:01
October 7, 2009
View 417ef9a

Fixed issue where some .svn directories were being inadvertently included in the .tar.gz file built by make dist.

james authored on 2009/10/07 20:19:51
October 2, 2009
View 3edb5b2

Version 2.1_rc20

james authored on 2009/10/02 07:13:26
View f25071b

client-kill management interface command, when issued on server, will now send a RESTART message to client.

james authored on 2009/10/02 06:08:40
View 7e6f2d6

Minor fix: management interface shouldn't echo 'load-stats' commands to log file.

james authored on 2009/10/02 05:55:37
September 30, 2009
View 5733ef6

Added the ability for the server to provide a custom reason string when an AUTH_FAILED message is returned to the client. This string can be set by the server-side managment interface and read by the client-side management interface.

james authored on 2009/09/30 08:10:14
September 28, 2009
View 8e952ed

Fixed a bug introduced in r4436 (2.1_rc17) where using the redirect-gateway option by itself, without any extra parameters, would cause the option to be ignored.

james authored on 2009/09/28 16:50:30
View e1e977f

Added --server-poll-timeout option : when polling possible remote servers to connect to in a round-robin fashion, spend no more than n seconds waiting for a response before trying the next server.

james authored on 2009/09/28 16:27:22
September 27, 2009
View 3eee126

Eliminated the limitation on the number of options that can be pushed to clients, including routes. Previously, all pushed options needed to fit within a 1024 byte options string.

james authored on 2009/09/27 11:12:15
September 18, 2009
View 673f583

The maximum number of "route" directives (specified in the config file or pulled from a server) can now be configured via the new "max-routes" directive.

james authored on 2009/09/18 08:43:37