January 24, 2008
View ca637af

VERSION 2.1_rc5

james authored on 2008/01/24 06:08:22
January 23, 2008
View ec3347f

Forgot to put struct WIN2K_NDIS_MINIPORT_BLOCK outside of #if ENABLE_NONADMIN block.

james authored on 2008/01/23 20:00:58
View 55e8903

Squashed Win2K TAP bug that was introduced by Vista fixes.

james authored on 2008/01/23 18:37:25
View 2f775b1

Incremented TAP version number to 9.4.

james authored on 2008/01/23 14:03:57
View a032fcb

Added --management-forget-disconnect option -- forget passwords when management session disconnects (Alon Bar-Lev).

james authored on 2008/01/23 09:19:51
View 44b3dcc

Upgraded TAP build scripts to use WDK 6001.17121 (Windows 2008 Server pre-RTM).

james authored on 2008/01/23 08:52:08
View f02576f

Incremented version number to 2.1_rc4a.

james authored on 2008/01/23 07:08:35
January 22, 2008
View 5aa3cfa

Changed ASSERT(0) to a more descriptive fatal error in tun.c

james authored on 2008/01/22 04:59:58
View 62eb401

Fixed --disable-iproute2 in ./configure to actually disable iproute2 usage (Alon Bar-Lev).

james authored on 2008/01/22 04:38:41
View 0aee9ca

Allow OpenVPN to run completely unprivileged under Linux by allowing openvpn --mktun to be used with --user and --group to set the UID/GID of the tun device node. Also added --iproute option to allow an alternative command to be executed in place of the default iproute2 command (Alon Bar-Lev).

james authored on 2008/01/22 04:34:13
View 7686b1c

Rewrote extract_x509_field and modified COMMON_NAME_CHAR_CLASS to allow forward slash characters ("/") in the X509 common name (Pavel Shramov).

james authored on 2008/01/22 04:09:56
View e342be3

Added PLUGIN_LIBDIR preprocessor string to prepend a default plugin directory to the dlopen search list when the user specifies the basename of the plugin only (Marius Tomaschewski).

james authored on 2008/01/22 04:00:43
January 21, 2008
View be8b67c

Define ALLOW_NON_CBC_CIPHERS for people who don't want to use a CBC cipher for OpenVPN's data channel.

james authored on 2008/01/21 12:45:07
View c8c1660

Simple fix where options->ca_file was used without first being checked against NULL.

james authored on 2008/01/21 12:39:01
View dd9f2cb

epoll driver in event.c should be prepared to handle an EPOLLHUP event in the same way as it handles EPOLLIN, EPOLLPRI, or EPOLLERR events.

james authored on 2008/01/21 12:33:53