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.

121 lines
3.2 KiB

  1. ;//+-------------------------------------------------------------------------
  2. ;//
  3. ;// Microsoft Windows
  4. ;//
  5. ;// Copyright (C) Microsoft Corporation, 1999
  6. ;//
  7. ;// File: Crypt32Msg.mc
  8. ;//
  9. ;//--------------------------------------------------------------------------
  10. ;/* Crypt32Msg.mc
  11. ;
  12. ; Event Log messages for crypt32
  13. ;
  14. ; 9-20-00 - philh Created. */
  15. MessageIdTypedef=DWORD
  16. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  17. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  18. Warning=0x2:STATUS_SEVERITY_WARNING
  19. Error=0x3:STATUS_SEVERITY_ERROR
  20. )
  21. FacilityNames=(System=0x0:FACILITY_SYSTEM
  22. Runtime=0x2:FACILITY_RUNTIME
  23. Stubs=0x3:FACILITY_STUBS
  24. Io=0x4:FACILITY_IO_ERROR_CODE
  25. Entry=600:FACILITY_ENTRY
  26. Exit=601:FACILITY_EXIT
  27. Core=602:FACILITY_CORE
  28. )
  29. MessageId=0x1
  30. Severity=Informational
  31. Facility=Runtime
  32. SymbolicName=MSG_ROOT_AUTO_UPDATE_INFORMATIONAL
  33. Language=English
  34. Successful auto update of third-party root certificate:: Subject: <%1> Sha1 thumbprint: <%2>
  35. .
  36. MessageId=0x2
  37. Severity=Informational
  38. Facility=Runtime
  39. SymbolicName=MSG_ROOT_LIST_AUTO_UPDATE_URL_RETRIEVAL_INFORMATIONAL
  40. Language=English
  41. Successful auto update retrieval of third-party root list cab from: <%1>
  42. .
  43. MessageId=0x3
  44. Severity=Error
  45. Facility=Runtime
  46. SymbolicName=MSG_ROOT_LIST_AUTO_UPDATE_URL_RETRIEVAL_ERROR
  47. Language=English
  48. Failed auto update retrieval of third-party root list cab from: <%1> with error: %2
  49. .
  50. MessageId=0x4
  51. Severity=Informational
  52. Facility=Runtime
  53. SymbolicName=MSG_ROOT_CERT_AUTO_UPDATE_URL_RETRIEVAL_INFORMATIONAL
  54. Language=English
  55. Successful auto update retrieval of third-party root certificate from: <%1>
  56. .
  57. MessageId=0x5
  58. Severity=Error
  59. Facility=Runtime
  60. SymbolicName=MSG_ROOT_CERT_AUTO_UPDATE_URL_RETRIEVAL_ERROR
  61. Language=English
  62. Failed auto update retrieval of third-party root certificate from: <%1> with error: %2
  63. .
  64. MessageId=0x6
  65. Severity=Warning
  66. Facility=Runtime
  67. SymbolicName=MSG_CRYPT32_EVENT_LOG_THRESHOLD_WARNING
  68. Language=English
  69. Reached crypt32 threshold of %1 events and will suspend logging for %2 minutes
  70. .
  71. MessageId=0x7
  72. Severity=Informational
  73. Facility=Runtime
  74. SymbolicName=MSG_ROOT_SEQUENCE_NUMBER_AUTO_UPDATE_URL_RETRIEVAL_INFORMATIONAL
  75. Language=English
  76. Successful auto update retrieval of third-party root list sequence number from: <%1>
  77. .
  78. MessageId=0x8
  79. Severity=Error
  80. Facility=Runtime
  81. SymbolicName=MSG_ROOT_SEQUENCE_NUMBER_AUTO_UPDATE_URL_RETRIEVAL_ERROR
  82. Language=English
  83. Failed auto update retrieval of third-party root list sequence number from: <%1> with error: %2
  84. .
  85. MessageId=0x9
  86. Severity=Informational
  87. Facility=Runtime
  88. SymbolicName=MSG_UNTRUSTED_ROOT_INFORMATIONAL
  89. Language=English
  90. Untrusted root certificate:: Subject: <%1> Sha1 thumbprint: <%2>
  91. .
  92. MessageId=0xA
  93. Severity=Informational
  94. Facility=Runtime
  95. SymbolicName=MSG_PARTIAL_CHAIN_INFORMATIONAL
  96. Language=English
  97. Partial Chain:: Issuer: <%1> Subject Sha1 thumbprint: <%2>
  98. .
  99. MessageId=0xB
  100. Severity=Error
  101. Facility=Runtime
  102. SymbolicName=MSG_ROOT_LIST_AUTO_UPDATE_EXTRACT_ERROR
  103. Language=English
  104. Failed extract of third-party root list from auto update cab at: <%1> with error: %2
  105. .