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.

137 lines
4.3 KiB

  1. /*++
  2. Copyright (c) 1998, Microsoft Corporation
  3. Module Name:
  4. dnslog.h
  5. Abstract:
  6. This module contains text messages used to generate event-log entries
  7. by the component.
  8. Author:
  9. Abolade Gbadegesin (aboladeg) 25-Mar-1998
  10. Revision History:
  11. Raghu Gatta (rgatta) 02-Jan-2001
  12. Added IP_DNS_PROXY_LOG_CHANGE_ICSD_NOTIFY_FAILED
  13. & IP_DNS_PROXY_LOG_NO_ICSD_SUFFIX
  14. --*/
  15. #define IP_DNS_PROXY_LOG_BASE 31000
  16. #define IP_DNS_PROXY_LOG_NAT_INTERFACE_IGNORED (IP_DNS_PROXY_LOG_BASE+1)
  17. /*
  18. * The DNS proxy agent detected network address translation (NAT) enabled
  19. * on the interface with index '%1'.
  20. * The agent has disabled itself on the interface in order to avoid
  21. * confusing clients.
  22. */
  23. #define IP_DNS_PROXY_LOG_ACTIVATE_FAILED (IP_DNS_PROXY_LOG_BASE+2)
  24. /*
  25. * The DNS proxy agent was unable to bind to the IP address %1.
  26. * This error may indicate a problem with TCP/IP networking.
  27. * The data is the error code.
  28. */
  29. #define IP_DNS_PROXY_LOG_RECEIVE_FAILED (IP_DNS_PROXY_LOG_BASE+3)
  30. /*
  31. * The DNS proxy agent encountered a network error while attempting to
  32. * receive messages on the interface with IP address %1.
  33. * The data is the error code.
  34. */
  35. #define IP_DNS_PROXY_LOG_ALLOCATION_FAILED (IP_DNS_PROXY_LOG_BASE+4)
  36. /*
  37. * The DNS proxy agent was unable to allocate %1 bytes of memory.
  38. * This may indicate that the system is low on virtual memory,
  39. * or that the memory-manager has encountered an internal error.
  40. */
  41. #define IP_DNS_PROXY_LOG_RESPONSE_FAILED (IP_DNS_PROXY_LOG_BASE+5)
  42. /*
  43. * The DNS proxy agent encountered a network error while attempting
  44. * to forward a response to a client from a name-resolution server
  45. * on the interface with IP address %1.
  46. * The data is the error code.
  47. */
  48. #define IP_DNS_PROXY_LOG_QUERY_FAILED (IP_DNS_PROXY_LOG_BASE+6)
  49. /*
  50. * The DNS proxy agent encountered a network error while attempting
  51. * to forward a query from the client %1 to the server %2
  52. * on the interface with IP address %3.
  53. * The data is the error code.
  54. */
  55. #define IP_DNS_PROXY_LOG_CHANGE_NOTIFY_FAILED (IP_DNS_PROXY_LOG_BASE+7)
  56. /*
  57. * The DNS proxy agent was unable to register for notification of changes
  58. * to the local list of DNS and WINS servers.
  59. * This may indicate that system resources are low.
  60. * The data is the error code.
  61. */
  62. #define IP_DNS_PROXY_LOG_NO_SERVER_LIST (IP_DNS_PROXY_LOG_BASE+8)
  63. /*
  64. * The DNS proxy agent was unable to read the local list of name-resolution
  65. * servers from the registry.
  66. * The data is the error code.
  67. */
  68. #define IP_DNS_PROXY_LOG_NO_SERVERS_LEFT (IP_DNS_PROXY_LOG_BASE+9)
  69. /*
  70. * The DNS proxy agent was unable to resolve a query from %1
  71. * after consulting all entries in the local list of name-resolution servers.
  72. */
  73. #define IP_DNS_PROXY_LOG_DEMAND_DIAL_FAILED (IP_DNS_PROXY_LOG_BASE+10)
  74. /*
  75. * The DNS proxy agent was unable to initiate a demand-dial connection
  76. * on the default interface while trying to resolve a query from %1.
  77. */
  78. #define IP_DNS_PROXY_LOG_NO_DEFAULT_INTERFACE (IP_DNS_PROXY_LOG_BASE+11)
  79. /*
  80. * The DNS proxy agent was unable to resolve a query
  81. * because no list of name-resolution servers is configured locally
  82. * and no interface is configured as the default for name-resolution.
  83. * Please configure one or more name-resolution server addresses,
  84. * or configure an interface to be automatically dialed when a request
  85. * is received by the DNS proxy agent.
  86. */
  87. #define IP_DNS_PROXY_LOG_ERROR_SERVER_LIST (IP_DNS_PROXY_LOG_BASE+12)
  88. /*
  89. * The DNS proxy agent encountered an error while obtaining the local list
  90. * of name-resolution servers.
  91. * Some DNS or WINS servers may be inaccessible to clients on the local network.
  92. * The data is the error code.
  93. */
  94. #define IP_DNS_PROXY_LOG_CHANGE_ICSD_NOTIFY_FAILED (IP_DNS_PROXY_LOG_BASE+13)
  95. /*
  96. * The DNS proxy agent was unable to register for notification of changes
  97. * to the ICS Domain suffix string.
  98. * This may indicate that system resources are low.
  99. * The data is the error code.
  100. */
  101. #define IP_DNS_PROXY_LOG_NO_ICSD_SUFFIX (IP_DNS_PROXY_LOG_BASE+14)
  102. /*
  103. * The DNS proxy agent was unable to read the ICS Domain suffix string
  104. * from the registry.
  105. * The data is the error code.
  106. */
  107. #define IP_DNS_PROXY_LOG_END (IP_DNS_PROXY_LOG_BASE+999)
  108. /*
  109. * end.
  110. */