= Patches = * All of mattock's latest buildsystem patches which have not been ACK'd before the meeting * Should we be worried about PREfast error messages WinDDK gives? (see below) * How to handle ''mysnprintf'' in ''service-win32/openvpnserv.c''? Should we use ''openvpn_snprintf'' from ''buffer.c''? * Does Python-based build system already support prebuilt TAP drivers? * Availability of SignTool python code? * [http://thread.gmane.org/gmane.network.openvpn.devel/4194 Add 'dev_type' environment variable] * [http://thread.gmane.org/gmane.network.openvpn.devel/4255 New v3 plug-in API] * Second round of this patch set * Improved the general plug-in a little bit, using structs for both input and output variables to/from the plug-ins * Added support for sending X509 certificates during the TLS_VERIFY phase = Releases = * 2.2-rc release status = PREfast error messages = {{{ 457 typedef unsigned __int64 size_t; crtdefs.h(457) : warning 20051: PREfast - Error processing 'cmds.cpp' : error C2371: 'size_t' : redefinition; different basic types (try ' oacr log root:amd64fre ' for details) crtdefs.h(457) : warning 20051: PREfast - Error processing 'devcon.cpp' : error C2371: 'size_t' : redefinition; different basic types (try ' oacr log root:amd64fre ' for details) crtdefs.h(457) : warning 20051: PREfast - Error processing 'dump.cpp' : error C2371: 'size_t' : redefinition; different basic types (try ' oacr log root:amd64fre ' for details) 9560 C_ASSERT(sizeof(ERESOURCE) == 0x68); ntifs.h(9560) : warning 20051: PREfast - Error processing 'tapdrvr.c' : error C2118: negative subscript (try ' oacr log root:amd64fre ' for details) }}}