wiki:Topics-2011-01-06

Version 15 (modified by Samuli Seppänen, 13 years ago) (diff)

--

Patches

  • Add 'dev_type' environment variable
  • 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
  • Essobi's FIPS 140-2 patches

Buildsystem-related

  • Other
    • Does Python-based build system already support prebuilt TAP drivers?
    • Availability of SignTool? python code?
    • Could files in service-win32 directory be moved to $BUILDROOT?

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)