July 12, 2010
View f9b2ada

Implemented multi-address DNS expansion on the network field of route commands.

James Yonan authored on 2010/07/12 10:55:54
June 1, 2010
View aaf7297

Implemented a key/value auth channel from client to server.

James Yonan authored on 2010/06/01 16:12:27
April 29, 2010
View 564a210

Updated copyright date to 2010.

James Yonan authored on 2010/04/29 01:31:36
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
August 25, 2009
View c705be2

Added PLATFORM-SPECIFIC comment tag to platform-specific functions in route.c to make it easier to spot them.

james authored on 2009/08/25 04:11:59
May 31, 2009
View d7fa38f

Update copyright to 2009.

james authored on 2009/05/31 06:38:49
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
January 28, 2009
View 435f512

Fixed some issues with C++ style comments that leaked into the code.

james authored on 2009/01/28 04:22:42
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
August 5, 2008
View f77c60d

Added additional warnings to flag common gotchas:

james authored on 2008/08/05 13:44:31
View 36ee894

Fixed minor issue with --redirect-gateway bypass-dhcp or bypass-dns on Windows. If the bypass IP address is 0.0.0.0 or 255.255.255.255, ignore it.

james authored on 2008/08/05 04:01:11
August 2, 2008
View 03731db

Added "--server-bridge" (without parameters) to enable DHCP proxy mode: Configure server mode for ethernet bridging using a DHCP-proxy, where clients talk to the OpenVPN server-side DHCP server to receive their IP address allocation and DNS server addresses.

james authored on 2008/08/02 17:02:53