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.

216 lines
6.1 KiB

  1. FacilityNames = (
  2. IPSEC = 0xBAD : FACILITY_IPSEC
  3. )
  4. ;//*****************************************
  5. ;//
  6. ;// INFORMATIONAL MESSAGES
  7. ;//
  8. ;//*****************************************
  9. MessageId = 1
  10. Facility = IPSEC
  11. Severity = Informational
  12. SymbolicName = PASTORE_APPLIED_DS_POLICY
  13. Language = English
  14. PAStore Engine applied Active Directory storage IPSec policy "%1" on the machine.
  15. .
  16. MessageId = 2
  17. Facility = IPSEC
  18. Severity = Informational
  19. SymbolicName = PASTORE_FAILED_DS_POLICY_APPLICATION
  20. Language = English
  21. PAStore Engine failed to apply Active Directory storage IPSec policy on the machine for DN "%1" with error code: %2.
  22. .
  23. MessageId = 3
  24. Facility = IPSEC
  25. Severity = Informational
  26. SymbolicName = PASTORE_APPLIED_CACHED_POLICY
  27. Language = English
  28. PAStore Engine applied locally cached copy of Active Directory storage IPSec policy "%1" on the machine.
  29. .
  30. MessageId = 4
  31. Facility = IPSEC
  32. Severity = Informational
  33. SymbolicName = PASTORE_FAILED_CACHED_POLICY_APPLICATION
  34. Language = English
  35. PAStore Engine failed to apply locally cached copy of Active Directory storage IPSec policy on the machine for "%1" with error code: %2.
  36. .
  37. MessageId = 5
  38. Facility = IPSEC
  39. Severity = Informational
  40. SymbolicName = PASTORE_APPLIED_LOCAL_POLICY
  41. Language = English
  42. PAStore Engine applied local registry storage IPSec policy "%1" on the machine.
  43. .
  44. MessageId = 6
  45. Facility = IPSEC
  46. Severity = Informational
  47. SymbolicName = PASTORE_FAILED_LOCAL_POLICY_APPLICATION
  48. Language = English
  49. PAStore Engine failed to apply local registry storage IPSec policy on the machine for "%1" with error code: %2.
  50. .
  51. MessageId = 7
  52. Facility = IPSEC
  53. Severity = Informational
  54. SymbolicName = PASTORE_FAILED_SOME_NFA_APPLICATION
  55. Language = English
  56. PAStore Engine failed to apply some rules of the active IPSec policy "%1" on the machine with error code: %2. Please run IPSec monitor snap-in to further diagnose the problem.
  57. .
  58. MessageId = 8
  59. Facility = IPSEC
  60. Severity = Informational
  61. SymbolicName = PASTORE_POLLING_NO_CHANGES
  62. Language = English
  63. PAStore Engine polled for changes to the active IPSec policy and detected no changes.
  64. .
  65. MessageId = 9
  66. Facility = IPSEC
  67. Severity = Informational
  68. SymbolicName = PASTORE_POLLING_APPLIED_CHANGES
  69. Language = English
  70. PAStore Engine polled for changes to the active IPSec policy, detected changes and applied them to IPSec Services.
  71. .
  72. MessageId = 10
  73. Facility = IPSEC
  74. Severity = Informational
  75. SymbolicName = PASTORE_FORCED_POLICY_RELOAD
  76. Language = English
  77. PAStore Engine received a control for forced reloading of IPSec policy and processed the control successfully.
  78. .
  79. MessageId = 11
  80. Facility = IPSEC
  81. Severity = Informational
  82. SymbolicName = IPSECSVC_SUCCESSFUL_START
  83. Language = English
  84. IPSec Services has started successfully.
  85. .
  86. MessageId = 12
  87. Facility = IPSEC
  88. Severity = Informational
  89. SymbolicName = PASTORE_MIGRATE_DS_TO_CACHE
  90. Language = English
  91. PAStore Engine polled for changes to the Active Directory IPSec policy, detected that Active Directory is not reachable and migrated to using the cached copy of the Active Directory IPSec policy. Any changes made to the Active Directory IPSec policy since the last poll could not be applied.
  92. .
  93. MessageId = 13
  94. Facility = IPSEC
  95. Severity = Informational
  96. SymbolicName = PASTORE_MIGRATE_CACHE_TO_DS
  97. Language = English
  98. PAStore Engine polled for changes to the Active Directory IPSec policy, detected that Active Directory is reachable and found no changes to the policy. The cached copy of the Active Directory IPSec policy is no longer being used.
  99. .
  100. MessageId = 14
  101. Facility = IPSEC
  102. Severity = Informational
  103. SymbolicName = PASTORE_UPDATE_CACHE_TO_DS
  104. Language = English
  105. PAStore Engine polled for changes to the Active Directory IPSec policy, detected that Active Directory is reachable, found changes to the policy and applied those changes. The cached copy of the Active Directory IPSec policy is no longer being used.
  106. .
  107. ;//*****************************************
  108. ;//
  109. ;// WARNING MESSAGES
  110. ;//
  111. ;//*****************************************
  112. MessageId = 51
  113. Facility = IPSEC
  114. Severity = Warning
  115. SymbolicName = IPSECSVC_SUCCESSFUL_SHUTDOWN
  116. Language = English
  117. IPSec Services has shut down successfully. Stopping IPSec Services can be a potential security hazard to the machine.
  118. .
  119. MessageId = 52
  120. Facility = IPSEC
  121. Severity = Warning
  122. SymbolicName = IPSECSVC_INTERFACE_LIST_INCOMPLETE
  123. Language = English
  124. IPSec Services failed to get the complete list of network interfaces on the machine. This can be a potential security hazard to the machine since some of the network interfaces may not get the protection as desired by the applied IPSec filters. Please run IPSec monitor snap-in to further diagnose the problem.
  125. .
  126. ;//*****************************************
  127. ;//
  128. ;// ERROR MESSAGES
  129. ;//
  130. ;//*****************************************
  131. MessageId = 101
  132. Facility = IPSEC
  133. Severity = Error
  134. SymbolicName = IPSECSVC_DRIVER_INIT_FAILURE
  135. Language = English
  136. IPSec Services failed to initialize IPSec driver with error code: %1. IPSec Services could not be started.
  137. .
  138. MessageId = 102
  139. Facility = IPSEC
  140. Severity = Error
  141. SymbolicName = IPSECSVC_IKE_INIT_FAILURE
  142. Language = English
  143. IPSec Services failed to initialize IKE module with error code: %1. IPSec Services could not be started.
  144. .
  145. MessageId = 103
  146. Facility = IPSEC
  147. Severity = Error
  148. SymbolicName = IPSECSVC_RPC_INIT_FAILURE
  149. Language = English
  150. IPSec Services failed to initialize RPC server with error code: %1. IPSec Services could not be started.
  151. .
  152. MessageId = 104
  153. Facility = IPSEC
  154. Severity = Error
  155. SymbolicName = IPSECSVC_ERROR_SHUTDOWN
  156. Language = English
  157. IPSec Services has experienced a critical failure and has shut down with error code: %1. Stopped IPSec Services can be a potential security hazard to the machine. Please contact your machine administrator to re-start the service.
  158. .
  159. MessageId = 105
  160. Facility = IPSEC
  161. Severity = Error
  162. SymbolicName = IPSECSVC_FAILED_PNP_FILTER_PROCESSING
  163. Language = English
  164. IPSec Services failed to process some IPSec filters on a plug-and-play event for network interfaces. This is a security hazard to the machine since some network interfaces are not getting the protection as desired by the applied IPSec filters. Please run IPSec monitor snap-in to further diagnose the problem.
  165. .