November 20, 2009
View 5c30df1

Fixed a client-side bug that occurred when the "dhcp-pre-release" or "dhcp-renew" options were combined with "route-gateway dhcp".

james authored on 2009/11/20 01:42:51
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
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
September 5, 2009
View 9938544

Added "setcon" directive for interoperability with SELinux (Sebastien Raveau).

james authored on 2009/09/05 08:50:35
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
View 2f26a79

Fixed bug where the remote_X environmental variables were not being set correctly when the 'local' option is specifed.

james authored on 2009/05/31 05:20:36
May 24, 2009
View 775a6ac

Added new 'autolocal' redirect-gateway flag. When enabled, the OpenVPN client will examine the routing table and determine whether (a) the OpenVPN server is reachable via a locally connected interface, or (b) traffic to the server must be forwarded through the default router. Only add a special bypass route for the OpenVPN server if (b) is true. If (a) is true, behave as if the 'local' flag is specified, and do not add a bypass route.

james authored on 2009/05/24 18:13:58
May 23, 2009
View b723833

Added "redirect-private" option which allows private subnets to be pushed to the client in such a way that they don't accidently obscure critical local addresses such as the DHCP server address and DNS server addresses.

james authored on 2009/05/23 19:30:10
April 13, 2009
View b16cd4d

Added errors-to-stderr option. When enabled, fatal errors that result in the termination of the daemon will be written to stderr.

james authored on 2009/04/13 12:30:30
April 11, 2009
View 86f5c7c

Allow "management-client" directive to be used with unix domain sockets.

james authored on 2009/04/11 06:33:14
April 10, 2009
View f202f14

Added the ability to read the configuration file from stdin, when "stdin" is given as the config file name.

james authored on 2009/04/10 06:11:14