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.

361 lines
16 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "winres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""winres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "1 TYPELIB ""SecMan.tlb""\r\n"
  36. "\0"
  37. END
  38. #endif // APSTUDIO_INVOKED
  39. #ifndef _MAC
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // Version
  43. //
  44. VS_VERSION_INFO VERSIONINFO
  45. FILEVERSION 1,0,0,1
  46. PRODUCTVERSION 1,0,0,1
  47. FILEFLAGSMASK 0x3fL
  48. #ifdef _DEBUG
  49. FILEFLAGS 0x1L
  50. #else
  51. FILEFLAGS 0x0L
  52. #endif
  53. FILEOS 0x4L
  54. FILETYPE 0x2L
  55. FILESUBTYPE 0x0L
  56. BEGIN
  57. BLOCK "StringFileInfo"
  58. BEGIN
  59. BLOCK "040904b0"
  60. BEGIN
  61. VALUE "Comments", "\0"
  62. VALUE "CompanyName", "Microsoft\0"
  63. VALUE "FileDescription", "Security Manager Module\0"
  64. VALUE "FileVersion", "1, 0, 0, 1\0"
  65. VALUE "InternalName", "SecMan\0"
  66. VALUE "LegalCopyright", "Copyright 2002\0"
  67. VALUE "LegalTrademarks", "\0"
  68. VALUE "OLESelfRegister", "\0"
  69. VALUE "OriginalFilename", "SecMan.DLL\0"
  70. VALUE "PrivateBuild", "\0"
  71. VALUE "ProductName", "Security Manager\0"
  72. VALUE "ProductVersion", "1, 0, 0, 1\0"
  73. VALUE "SpecialBuild", "\0"
  74. END
  75. END
  76. BLOCK "VarFileInfo"
  77. BEGIN
  78. VALUE "Translation", 0x409, 1200
  79. END
  80. END
  81. #endif // !_MAC
  82. /////////////////////////////////////////////////////////////////////////////
  83. //
  84. // REGISTRY
  85. //
  86. IDR_SECURITYDATABASE REGISTRY DISCARDABLE "SecurityDatabase.rgs"
  87. /////////////////////////////////////////////////////////////////////////////
  88. //
  89. // String Table
  90. //
  91. STRINGTABLE DISCARDABLE
  92. BEGIN
  93. IDS_PROJNAME "SecMan"
  94. END
  95. STRINGTABLE DISCARDABLE
  96. BEGIN
  97. IDS_ERROR_DETERMINE_PRIVNAME
  98. "could not determine description for this privilege"
  99. END
  100. STRINGTABLE DISCARDABLE
  101. BEGIN
  102. IDS_SETTING_MIN_PAS_AGE "Minimum password age / days"
  103. IDS_SETTING_MAX_PAS_AGE "Maximum password age / days"
  104. IDS_SETTING_MIN_PAS_LEN "Minimum password length / characters"
  105. IDS_SETTING_PAS_COMPLEX "Password must meet complexity requirements"
  106. IDS_SETTING_PAS_UNIQUENESS
  107. "Enforce password history / passwords remembered"
  108. IDS_SETTING_LOCK_COUNT "Account lockout threshold / invalid logon attempts"
  109. IDS_SETTING_LOCK_RESET_COUNT
  110. "Reset account lockout counter after / minutes"
  111. IDS_SETTING_LOCK_DURATION "Account lockout duration / minutes"
  112. IDS_SETTING_REQ_LOGON "User must log on to change the password"
  113. IDS_SETTING_FORCE_LOGOFF "Force logoff when logon hours expire"
  114. IDS_SETTING_SEC_SYS_PARTITION "Secure system partition"
  115. END
  116. STRINGTABLE DISCARDABLE
  117. BEGIN
  118. IDS_SETTING_CLEAR_PASSWORD "Store passwords using reversible encryption"
  119. IDS_SETTING_LSA_ANON_LOOKUP "Allow anonymous SID/Name translation"
  120. IDS_SETTING_NEW_ADMIN "Rename administrator account"
  121. IDS_SETTING_NEW_GUEST "Rename guest account"
  122. END
  123. STRINGTABLE DISCARDABLE
  124. BEGIN
  125. IDS_SETTING_SYS_LOG_MAX "Maximum system log size / kilobytes"
  126. IDS_SETTING_SEC_LOG_MAX "Maximum security log size / kilobytes"
  127. IDS_SETTING_APP_LOG_MAX "Maximum application log size / kilobytes"
  128. IDS_SETTING_SYS_LOG_RET "Retention method for system log"
  129. IDS_SETTING_SEC_LOG_RET "Retention method for security log"
  130. IDS_SETTING_APP_LOG_RET "Retention method for application log"
  131. IDS_SETTING_SYS_LOG_DAYS "Retain system log / days"
  132. IDS_SETTING_SEC_LOG_DAYS "Retain security log / days"
  133. IDS_SETTING_APP_LOG_DAYS "Retain application log / days"
  134. END
  135. STRINGTABLE DISCARDABLE
  136. BEGIN
  137. IDS_SETTING_SYS_LOG_GUEST
  138. "Prevent local guests group from accessing system log"
  139. IDS_SETTING_SEC_LOG_GUEST
  140. "Prevent local guests group from accessing security log"
  141. IDS_SETTING_APP_LOG_GUEST
  142. "Prevent local guests group from accessing application log"
  143. IDS_SETTING_SYSTEM_EVENT "Audit system events"
  144. IDS_SETTING_LOGON_EVENT "Audit logon events"
  145. IDS_SETTING_OBJECT_ACCESS "Audit object access"
  146. IDS_SETTING_PRIVILEGE_USE "Audit privilege use"
  147. IDS_SETTING_POLICY_CHANGE "Audit policy change"
  148. IDS_SETTING_ACCOUNT_MANAGE "Audit account management"
  149. IDS_SETTING_PROCESS_TRACK "Audit process tracking"
  150. IDS_SETTING_DIRECTORY_ACCESS "Audit directory service access"
  151. IDS_SETTING_ACCOUNT_LOGON "Audit account logon events"
  152. IDS_SETTING_CRASH_LOG_FULL
  153. "Shut down the computer when the security audit log is full"
  154. END
  155. STRINGTABLE DISCARDABLE
  156. BEGIN
  157. IDS_PRIVNAME_SE_NETWORK_LOGON_RIGHT "Access this computer from the network"
  158. IDS_PRIVNAME_SE_INTERACTIVE_LOGON_RIGHT "Allow log on locally"
  159. IDS_PRIVNAME_SE_BATCH_LOGON_RIGHT "Log on as a batch job"
  160. IDS_PRIVNAME_SE_SERVICE_LOGON_RIGHT "Log on as a service"
  161. IDS_PRIVNAME_DENY_LOGON_LOCALLY "Deny log on locally"
  162. IDS_PRIVNAME_DENY_LOGON_NETWORK
  163. "Deny access to this computer from the network"
  164. IDS_PRIVNAME_DENY_LOGON_SERVICE "Deny log on as a service"
  165. END
  166. STRINGTABLE DISCARDABLE
  167. BEGIN
  168. IDS_PRIVNAME_DENY_LOGON_BATCH "Deny log on as a batch job"
  169. IDS_PRIVNAME_DENY_REMOTE_INTERACTIVE_LOGON
  170. "Deny log on through Terminal Services"
  171. IDS_PRIVNAME_REMOTE_INTERACTIVE_LOGON
  172. "Allow log on through Terminal Services"
  173. END
  174. STRINGTABLE DISCARDABLE
  175. BEGIN
  176. IDS_SETTING_KERBEROS_MAX_AGE "Maximum lifetime for user ticket\nhours"
  177. IDS_SETTING_KERBEROS_RENEWAL
  178. "Maximum lifetime for user ticket renewal\ndays"
  179. IDS_SETTING_KERBEROS_MAX_SERVICE
  180. "Maximum lifetime for service ticket\nminutes"
  181. IDS_SETTING_KERBEROS_MAX_CLOCK
  182. "Maximum tolerance for computer clock synchronization\nminutes"
  183. IDS_SETTING_KERBEROS_VALIDATE_CLIENT "Enforce user logon restrictions"
  184. END
  185. STRINGTABLE DISCARDABLE
  186. BEGIN
  187. IDS_REGKEY_LDAPSERVERINTEGRITY "Domain controller: LDAP server signing requirements"
  188. IDS_REGKEY_SIGNSECURECHANNEL "Domain member: Digitally sign secure channel data (when possible)"
  189. IDS_REGKEY_SEALSECURECHANNEL "Domain member: Digitally encrypt secure channel data (when possible)"
  190. END
  191. STRINGTABLE DISCARDABLE
  192. BEGIN
  193. IDS_REGKEY_REQUIRESTRONGKEY "Domain member: Require strong (Windows 2000 or later) session key"
  194. IDS_REGKEY_REQUIRESIGNORSEAL "Domain member: Digitally encrypt or sign secure channel data (always)"
  195. IDS_REGKEY_REFUSEPASSWORDCHANGE
  196. "Domain controller: Refuse machine account password changes"
  197. IDS_REGKEY_MAXIMUMPASSWORDAGE "Domain member: Maximum machine account password age"
  198. IDS_REGKEY_DISABLEPASSWORDCHANGE
  199. "Domain member: Disable machine account password changes"
  200. IDS_REGKEY_LDAPCLIENTINTEGRITY "Network security: LDAP client signing requirements"
  201. IDS_REGKEY_REQUIRESECURITYSIGNATURE
  202. "Microsoft network client: Digitally sign communications (always)"
  203. IDS_REGKEY_ENABLESECURITYSIGNATURE
  204. "Microsoft network client: Digitally sign communications (if server agrees)"
  205. IDS_REGKEY_ENABLEPLAINTEXTPASSWORD
  206. "Microsoft network client: Send unencrypted password to third-party SMB servers"
  207. IDS_REGKEY_RESTRICTNULLSESSACCESS
  208. "Network access: Restrict anonymous access to Named Pipes and Shares"
  209. IDS_REGKEY_SERREQUIRESECURITYSIGNATURE
  210. "Microsoft network server: Digitally sign communications (always)"
  211. IDS_REGKEY_NULLSESSIONSHARES "Network access: Shares that can be accessed anonymously"
  212. IDS_REGKEY_NULLSESSIONPIPES "Network access: Named Pipes that can be accessed anonymously"
  213. IDS_REGKEY_SERENABLESECURITYSIGNATURE
  214. "Microsoft network server: Digitally sign communications (if client agrees)"
  215. IDS_REGKEY_ENABLEFORCEDLOGOFF "Microsoft network server: Disconnect clients when logon hours expire"
  216. IDS_REGKEY_AUTODISCONNECT "Microsoft network server: Amount of idle time required before suspending session"
  217. END
  218. STRINGTABLE DISCARDABLE
  219. BEGIN
  220. IDS_REGKEY_PROTECTIONMODE "System objects: Strengthen default permissions of internal system objects (e.g. Symbolic Links)"
  221. IDS_REGKEY_CLEARPAGEFILEATSHUTDOWN "Shutdown: Clear virtual memory pagefile"
  222. IDS_REGKEY_OBCASEINSENSITIVE "System objects: Require case insensitivity for non-Windows subsystems"
  223. IDS_REGKEY_MACHINE "Network access: Remotely accessible registry paths"
  224. IDS_REGKEY_ADDPRINTERDRIVERS "Devices: Prevent users from installing printer drivers"
  225. IDS_REGKEY_SUBMITCONTROL "Domain controller: Allow server operators to schedule tasks"
  226. IDS_REGKEY_RESTRICTANONYMOUSSAM
  227. "Network access: Do not allow anonymous enumeration of SAM accounts"
  228. IDS_REGKEY_RESTRICTANONYMOUS "Network access: Do not allow anonymous enumeration of SAM accounts and shares"
  229. IDS_REGKEY_NOLMHASH "Network security: Do not store LAN Manager hash value on next password change"
  230. IDS_REGKEY_NODEFAULTADMINOWNER "System objects: Default owner for objects created by members of the Administrators group"
  231. IDS_REGKEY_NTLMMINSERVERSEC "Network security: Minimum session security for NTLM SSP based (including secure RPC) servers"
  232. IDS_REGKEY_NTLMMINCLIENTSEC "Network security: Minimum session security for NTLM SSP based (including secure RPC) clients"
  233. IDS_REGKEY_LMCOMPATIBILITYLEVEL
  234. "Network security: LAN Manager authentication level"
  235. IDS_REGKEY_LIMITBLANKPASSWORDUSE
  236. "Accounts: Limit local account use of blank passwords to console logon only"
  237. IDS_REGKEY_FULLPRIVILEGEAUDITING
  238. "Audit: Audit the use of Backup and Restore privilege"
  239. END
  240. STRINGTABLE DISCARDABLE
  241. BEGIN
  242. IDS_REGKEY_FORCEGUEST "Network access: Sharing and security model for local accounts"
  243. IDS_REGKEY_FIPSALGORITHMPOLICY "System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing"
  244. IDS_REGKEY_EVERYONEINCLUDESANONYMOUS
  245. "Network access: Let Everyone permissions apply to anonymous users"
  246. IDS_REGKEY_DISABLEDOMAINCREDS "Network access: Do not allow storage of credentials or .NET Passports for network authentication"
  247. IDS_REGKEY_CRASHONAUDITFAIL "Audit: Shut down system immediately if unable to log security audits"
  248. IDS_REGKEY_AUDITBASEOBJECTS "Audit: Audit the access of global system objects"
  249. IDS_REGKEY_UNDOCKWITHOUTLOGON "Devices: Allow undock without having to log on"
  250. IDS_REGKEY_SHUTDOWNWITHOUTLOGON
  251. "Shutdown: Allow system to be shut down without having to log on"
  252. IDS_REGKEY_SCFORCEOPTION "Interactive logon: Require smart card"
  253. IDS_REGKEY_LEGALNOTICETEXT "Interactive logon: Message text for users attempting to log on"
  254. IDS_REGKEY_LEGALNOTICECAPTION "Interactive logon: Message title for users attempting to log on"
  255. IDS_REGKEY_DONTDISPLAYLASTUSERNAME
  256. "Interactive logon: Do not display last user name"
  257. IDS_REGKEY_DISABLECAD "Interactive logon: Do not require CTRL+ALT+DEL"
  258. IDS_REGKEY_SCREMOVEOPTION "Interactive logon: Smart card removal behavior"
  259. IDS_REGKEY_PASSWORDEXPIRYWARNING
  260. "Interactive logon: Prompt user to change password before expiration"
  261. IDS_REGKEY_FORCEUNLOCKLOGON "Interactive logon: Require Domain Controller authentication to unlock workstation"
  262. END
  263. STRINGTABLE DISCARDABLE
  264. BEGIN
  265. IDS_REGKEY_CACHEDLOGONSCOUNT "Interactive logon: Number of previous logons to cache (in case domain controller is not available)"
  266. IDS_REGKEY_ALLOCATEFLOPPIES "Devices: Restrict floppy access to locally logged-on user only"
  267. IDS_REGKEY_ALLOCATEDASD "Devices: Allowed to format and eject removable media"
  268. IDS_REGKEY_ALLOCATECDROMS "Devices: Restrict CD-ROM access to locally logged-on user only"
  269. IDS_REGKEY_SETCOMMAND "Recovery console: Allow floppy copy and access to all drives and all folders"
  270. IDS_REGKEY_SECURITYLEVEL "Recovery console: Allow automatic administrative logon"
  271. IDS_REGKEY_REGPOLICY "Devices: Unsigned driver installation behavior"
  272. IDS_REGKEY_ERROR_DETERMINE_REGNAME
  273. "could not determine description for this registry key"
  274. END
  275. STRINGTABLE
  276. BEGIN
  277. IDS_LOG_START_EXPORT "Starting export...\n\r\n\r"
  278. IDS_LOG_OPEN_DATABASE "Opening database:\n\r"
  279. IDS_LOG_MACHINE_NAME "Machine Name:\n\r"
  280. IDS_LOG_ANALYSIS_TIME "Analysis Timestamp:\n\r"
  281. IDS_LOG_PROFILE_DESC "Profile Description:\n\r"
  282. IDS_LOG_SUCCESS "Export completed successfully."
  283. IDS_LOG_SAVING "Saving to xml file:\n\r"
  284. IDS_LOG_ERROR "An error occured.\n\r"
  285. IDS_LOG_ERROR_INTERNAL "Internal Error\n\r"
  286. IDS_LOG_ERROR_INIT "Could not initialize xml logger\n\r"
  287. IDS_LOG_ERROR_INIT_MSXML "Could not initialize MSXML\n\r"
  288. IDS_LOG_ERROR_SAVE "Could not save file\n\r"
  289. IDS_LOG_ERROR_SAVE_INVALID_FILENAME
  290. "Could not save to invalid filename\n\r"
  291. IDS_LOG_ERROR_SAVE_ACCESS_DENIED "Could not save; Access Denied\n\r"
  292. IDS_LOG_ERROR_OPEN "Could not open database\n\r"
  293. IDS_LOG_ERROR_OPEN_FILE_NOT_FOUND "Could not find database\n\r"
  294. IDS_LOG_ERROR_READ "Could not read from database."
  295. END
  296. STRINGTABLE DISCARDABLE
  297. BEGIN
  298. IDS_LOG_ERROR_READ_NO_ANALYSIS_TABLE
  299. "Could not open Analysis profile fromo database.\n\r"
  300. IDS_LOG_ERROR_READ_NO_CONFIGURATION_TABLE
  301. "Could not open Configuration profile from database.\n\r"
  302. IDS_LOG_ERROR_READ_ANALYSIS_SUGGESTED
  303. "Could not read from database. Analysis Suggested.\n\r"
  304. IDS_LOG_ERROR_INSUFFICIENT_MEMORY "Not enough memory\n\r"
  305. IDS_LOG_ERROR_UNEXPECTED "An unexpected error occured\n\r"
  306. IDS_LOG_ERROR_DEBUGINFO "Debug Info: "
  307. IDS_LOG_ERROR_AREA "Area: "
  308. IDS_LOG_ERROR_SETTING "Setting: "
  309. IDS_LOG_ERROR_OS_NOT_SUPPORTED
  310. "Incorrect operating system version. Windows 2000 or higher required.\n\r"
  311. END
  312. #endif // English (U.S.) resources
  313. /////////////////////////////////////////////////////////////////////////////
  314. #ifndef APSTUDIO_INVOKED
  315. /////////////////////////////////////////////////////////////////////////////
  316. //
  317. // Generated from the TEXTINCLUDE 3 resource.
  318. //
  319. 1 TYPELIB "SecMan.tlb"
  320. /////////////////////////////////////////////////////////////////////////////
  321. #endif // not APSTUDIO_INVOKED