Leaked source code of windows server 2003
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.

87 lines
5.8 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: dun_str.h
  4. //
  5. // Module: Common Strings for all Modules to Utilize
  6. //
  7. // Synopsis: Shard .CMS Dun flags
  8. //
  9. // Copyright (c) 1997-1998 Microsoft Corporation
  10. //
  11. // Author: nickball Created 10/09/98
  12. //
  13. //+----------------------------------------------------------------------------
  14. #ifndef _CM_DUN_STR
  15. #define _CM_DUN_STR
  16. // TCP/IP section flags
  17. const TCHAR* const c_pszCmSectionDunTcpIp = TEXT("TCP/IP");
  18. const TCHAR* const c_pszCmEntryDunTcpIpSpecifyIpAddress = TEXT("Specify_IP_Address");
  19. const TCHAR* const c_pszCmEntryDunTcpIpIpAddress = TEXT("IP_Address");
  20. const TCHAR* const c_pszCmEntryDunTcpIpSpecifyServerAddress = TEXT("Specify_Server_Address");
  21. const TCHAR* const c_pszCmEntryDunTcpIpDnsAddress = TEXT("DNS_Address");
  22. const TCHAR* const c_pszCmEntryDunTcpIpDnsAltAddress = TEXT("DNS_Alt_Address");
  23. const TCHAR* const c_pszCmEntryDunTcpIpWinsAddress = TEXT("WINS_Address");
  24. const TCHAR* const c_pszCmEntryDunTcpIpWinsAltAddress = TEXT("WINS_Alt_Address");
  25. const TCHAR* const c_pszCmEntryDunTcpIpIpHeaderCompress = TEXT("IP_Header_Compress");
  26. const TCHAR* const c_pszCmEntryDunTcpIpGatewayOnRemote = TEXT("Gateway_On_Remote");
  27. const TCHAR* const c_pszCmEntryDunTcpIpDnsSuffix = TEXT("DnsSuffix");
  28. const TCHAR* const c_pszCmEntryDunTcpIpTcpWindowSize = TEXT("TcpWindowSize");
  29. // Scripting section flags
  30. const TCHAR* const c_pszCmSectionDunScripting = TEXT("Scripting");
  31. const TCHAR* const c_pszCmEntryDunScriptingUseRasCustomScriptDll = TEXT("UseRasCustomScriptDll");
  32. const TCHAR* const c_pszCmEntryDunScriptingUseTerminalWindow = TEXT("UseTerminalWindow");
  33. const TCHAR* const c_pszCmEntryDunScriptingName = TEXT("Name");
  34. // Server section flags
  35. const TCHAR* const c_pszCmSectionDunServer = TEXT("Server");
  36. const TCHAR* const c_pszCmEntryDunServerNetworkLogon = TEXT("NetworkLogon");
  37. const TCHAR* const c_pszCmEntryDunServerSwCompress = TEXT("SW_Compress");
  38. const TCHAR* const c_pszCmEntryDunServerDisableLcp = TEXT("Disable_LCP");
  39. const TCHAR* const c_pszCmEntryDunServerDisableNbtOverIP = TEXT("DisableNbtOverIP");
  40. const TCHAR* const c_pszCmEntryDunPrependDialupDomain = TEXT("PrependDialupDomain");
  41. const TCHAR* const c_pszCmEntryDunServerNegotiateTcpIp = TEXT("Negotiate_TCP/IP");
  42. const TCHAR* const c_pszCmEntryDunServerNegotiateIpx = TEXT("Negotiate_IPX");
  43. const TCHAR* const c_pszCmEntryDunServerNegotiateNetBeui = TEXT("Negotiate_Netbeui");
  44. const TCHAR* const c_pszCmEntryDunServerPwEncryptMs = TEXT("PW_EncryptMS");
  45. const TCHAR* const c_pszCmEntryDunServerPwEncrypt = TEXT("PW_Encrypt");
  46. const TCHAR* const c_pszCmEntryDunServerRequirePap = TEXT("Require_PAP");
  47. const TCHAR* const c_pszCmEntryDunServerRequireSpap = TEXT("Require_SPAP");
  48. const TCHAR* const c_pszCmEntryDunServerRequireEap = TEXT("Require_EAP");
  49. const TCHAR* const c_pszCmEntryDunServerRequireChap = TEXT("Require_CHAP");
  50. const TCHAR* const c_pszCmEntryDunServerRequireMsChap = TEXT("Require_MSCHAP");
  51. const TCHAR* const c_pszCmEntryDunServerRequireMsChap2 = TEXT("Require_MSCHAP2");
  52. const TCHAR* const c_pszCmEntryDunServerRequireW95MsChap = TEXT("Require_W95MSCHAP");
  53. const TCHAR* const c_pszCmEntryDunServerCustomSecurity = TEXT("Custom_Security");
  54. const TCHAR* const c_pszCmEntryDunServerEncryptionType = TEXT("EncryptionType");
  55. const TCHAR* const c_pszCmEntryDunServerDataEncrypt = TEXT("DataEncrypt");
  56. const TCHAR* const c_pszCmEntryDunServerCustomAuthKey = TEXT("CustomAuthKey");
  57. const TCHAR* const c_pszCmEntryDunServerSecureLocalFiles = TEXT("SecureLocalFiles");
  58. const TCHAR* const c_pszCmEntryDunServerSecureClientForMSNet = TEXT("SecureClientForMSNet");
  59. const TCHAR* const c_pszCmEntryDunServerSecureFileAndPrint = TEXT("SecureFileAndPrint");
  60. const TCHAR* const c_pszCmEntryDunServerDontNegotiateMultilink = TEXT("DontNegotiateMultilink");
  61. const TCHAR* const c_pszCmEntryDunServerDontUseRasCredentials = TEXT("DontUseRasCredentials");
  62. const TCHAR* const c_pszCmEntryDunServerEnforceCustomSecurity = TEXT("EnforceCustomSecurity");
  63. const TCHAR* const c_pszCmEntryDunServerType = TEXT("Type");
  64. const TCHAR* const c_pszDunPpp = TEXT("ppp");
  65. const TCHAR* const c_pszDunSlip = TEXT("slip");
  66. const TCHAR* const c_pszDunCslip = TEXT("cslip");
  67. // c_pszCmEntryDunServerCustomAuthData => see below under the CHAR constants.
  68. // Networking section flags
  69. const TCHAR* const c_pszCmSectionDunNetworking = TEXT("Networking");
  70. const TCHAR* const c_pszCmEntryDunNetworkingVpnStrategy = TEXT("VpnStrategy");
  71. const TCHAR* const c_pszCmEntryDunNetworkingVpnEntry = TEXT("VpnEntry");
  72. const TCHAR* const c_pszCmEntryDunNetworkingUsePreSharedKey = TEXT("UsePreSharedKey");
  73. const TCHAR* const c_pszCmEntryDunNetworkingUseDownLevelL2TP = TEXT("UseDownLevelL2TP");
  74. const TCHAR* const c_pszCmEntryDunNetworkingUsePskDownLevel = TEXT("UsePskDownLevel");
  75. //
  76. // These constants are explicitly CHAR consts
  77. //
  78. const CHAR* const c_pszCmEntryDunServerCustomAuthData = "CustomAuthData";
  79. #endif // _CM_DUN_STR