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.

39 lines
2.0 KiB

  1. #include <winver.h>
  2. #include <ntverp.h>
  3. #define VER_FILETYPE VFT_APP
  4. #define VER_FILESUBTYPE VFT2_UNKNOWN
  5. #define VER_FILEDESCRIPTION_STR "File Sharing Security Attachment"
  6. #define VER_INTERNALNAME_STR "seFilshr\0"
  7. #include "common.ver"
  8. #include "smbdllrc.h"
  9. STRINGTABLE
  10. BEGIN
  11. SMBSVC_ERROR_ANALYZE "LanManServer: Error analyzing attribute %s"
  12. SMBSVC_ERROR_CONFIGURE "LanManServer: Error configuring attribute %s"
  13. SMBSVC_ERROR_ENUM_SHARE "LanManServer: Error enumerating shares"
  14. SMBSVC_ERROR_QUERY "LanManServer: Error querying info for %s"
  15. SMBSVC_ERROR_SAVE_INFO "LanManServer: Error saving info to the database"
  16. SMBSVC_UNKNOWN_KEYWORD "LanManServer: Unknown keyword %s"
  17. SMBSVC_ANALYZE_CLIENT_DONE "LanManServer: Client redirector attributes are analyzed successfully"
  18. SMBSVC_ANALYZE_CLIENT_START "LanManServer: Analyze client redirector security attributes"
  19. SMBSVC_ANALYZE_SERVER_DONE "LanManServer: LanMan server security attributes are analyzed successfully"
  20. SMBSVC_ANALYZE_SERVER_START "LanManServer: Analyze LanMan server security attributes"
  21. SMBSVC_CONFIGURE_CLIENT_DONE "LanManServer: Client redirector attributes are configured successfully"
  22. SMBSVC_CONFIGURE_CLIENT_START "LanManServer: Configure client redirector attributes"
  23. SMBSVC_CONFIGURE_SERVER_DONE "LanManServer: LanMan server security attributes are configured successfully"
  24. SMBSVC_CONFIGURE_SERVER_START "LanManServer: Configure LanMan server security attributes"
  25. SMBSVC_MATCH "LanManServer: \tMatched\t\t- %s"
  26. SMBSVC_MISMATCH "LanManServer: \tMismatched\t- %s"
  27. SMBSVC_NOT_CONFIGURED "LanManServer: \tNot Configured\t- %s"
  28. SMBSVC_QUERY_INFO "LanManServer: Query configuration information"
  29. SMBSVC_SAVE_INFO "LanManServer: Save analysis info to the database"
  30. SMBSVC_UPDATE_INFO "LanManServer: Update attribute %s"
  31. END