Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#include <ntverp.h> #include <winver.h>
#define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR "Microsoft IIS mapper" #define VER_INTERNALNAME_STR "iismap.dll" #define VER_ORIGINALFILENAME_STR "iismap.dll"
#include "iisver.h" #include "common.ver"
LANGUAGE 0x9,0x1
#include "iismaprc.h"
STRINGTABLE BEGIN IDS_IISMAP_FLD0 "Issuer Organization" IDS_IISMAP_FLD1 "Issuer Organization Unit" IDS_IISMAP_FLD2 "Issuer Country/Region" IDS_IISMAP_FLD3 "Subject Organization" IDS_IISMAP_FLD4 "Subject Organization Unit" IDS_IISMAP_FLD5 "Subject Country/Region" IDS_IISMAP_FLD6 "Subject Name" IDS_IISMAP_FLD7 "NT Account"
IDS_ITAIISMAP_FLD0 "Internet Account" IDS_ITAIISMAP_FLD1 "Internet Password" IDS_ITAIISMAP_FLD2 "NT Account"
IDS_MD5IISMAP_FLD0 "Realm" IDS_MD5IISMAP_FLD1 "Internet Account" IDS_MD5IISMAP_FLD2 "Internet Password" IDS_MD5IISMAP_FLD3 "NT Account" IDS_MD5IISMAP_FLD4 "Clear text password" IDS_MD5IISMAP_FLD5 "NT password"
IDS_IISMAP11_FLDS "Subject" IDS_IISMAP11_FLDI "Issuer" IDS_IISMAP11_FLDC "Certificate" IDS_IISMAP11_FLDA "NT Account" IDS_IISMAP11_FLDN "Name" IDS_IISMAP11_FLDE "Enabled" IDS_IISMAP11_FLDP "NT Password"
IDS_CMR_ASN_C "C" IDS_CMR_ASN_O "O" IDS_CMR_ASN_OU "OU" IDS_CMR_ASN_CN "CN" IDS_CMR_ASN_L "L" IDS_CMR_ASN_S "S" IDS_CMR_ASN_T "T" IDS_CMR_ASN_GN "GN" IDS_CMR_ASN_I "I" IDS_CMR_ASN_Email "Email" IDS_CMR_ASN_Addr "A"
IDS_CMR_X509FLD_IS "Issuer" IDS_CMR_X509FLD_SU "Subject" IDS_CMR_X509FLD_SN "Serial number" END
#include "mapmsg.h"
1 11 MSG00001.bin
|