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 17, 2009
View 72bf37c

Modified client to send a PUSH_REQUEST message to server 1 second after connection initiation rather than 0 seconds after. Successive PUSH_REQUEST messages after the first will continue to be sent at 5 second intervals until a response is received. This tends to speed up the client connection sequence by 4 seconds because the first PUSH_REQUEST message is usually sent too soon and is dropped, causing a wait of 5 seconds until the next PUSH_REQUEST message is sent.

james authored on 2009/09/17 03:58:49
September 9, 2009
View 0adafbc

Updated version number to 2.1_rc19c.

james authored on 2009/09/09 05:50:41
August 25, 2009
View fb7aa54

Added new ./configure flags:

james authored on 2009/08/25 04:13:52
August 23, 2009
View 8e9666d

Added --remote-random-hostname option.

james authored on 2009/08/23 03:29:20
July 16, 2009
View e19b445

OpenVPN version 2.1_rc19 released

james authored on 2009/07/16 18:47:41
June 23, 2009
View 7ea8261

In Windows TAP driver, refactor DHCP/ARP packet injection code to use a DPC (deferred procedure call) to defer packet injection until IRQL < DISPATCH_LEVEL, rather than calling NdisMEthIndicateReceive in the context of AdapterTransmit. This is an attempt to reduce kernel stack usage, and prevent EXCEPTION_DOUBLE_FAULT BSODs that have been observed on Vista. Updated TAP driver version number to 9.6.

james authored on 2009/06/23 05:48:35
June 7, 2009
View c4f7495

Version 2.1_rc18

james authored on 2009/06/07 15:59:39
June 2, 2009
View 57cce01

Version 2.1_rc17

james authored on 2009/06/02 04:47: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 18, 2009
View 9670c61

Version 2.1_rc16

james authored on 2009/05/18 09:47:45
January 22, 2009
View 63c9b49

Version 2.1_rc15e

james authored on 2009/01/22 01:59:41
December 27, 2008
View 60d9e13

Added daemon_start_time and daemon_pid environmental variables.

james authored on 2008/12/27 01:29:28
December 25, 2008
View 1f4309a

Fixed issue where SIGUSR1 restarts would fail if private key was specified as an inline file.

james authored on 2008/12/25 11:33:34
December 23, 2008
View ef2ab23

Version 2.1_rc15b

james authored on 2008/12/23 17:16:12