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
39 lines
2.0 KiB
#include <winver.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "File Sharing Security Attachment"
|
|
#define VER_INTERNALNAME_STR "seFilshr\0"
|
|
|
|
#include "common.ver"
|
|
|
|
#include "smbdllrc.h"
|
|
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
|
|
SMBSVC_ERROR_ANALYZE "LanManServer: Error analyzing attribute %s"
|
|
SMBSVC_ERROR_CONFIGURE "LanManServer: Error configuring attribute %s"
|
|
SMBSVC_ERROR_ENUM_SHARE "LanManServer: Error enumerating shares"
|
|
SMBSVC_ERROR_QUERY "LanManServer: Error querying info for %s"
|
|
SMBSVC_ERROR_SAVE_INFO "LanManServer: Error saving info to the database"
|
|
SMBSVC_UNKNOWN_KEYWORD "LanManServer: Unknown keyword %s"
|
|
|
|
SMBSVC_ANALYZE_CLIENT_DONE "LanManServer: Client redirector attributes are analyzed successfully"
|
|
SMBSVC_ANALYZE_CLIENT_START "LanManServer: Analyze client redirector security attributes"
|
|
SMBSVC_ANALYZE_SERVER_DONE "LanManServer: LanMan server security attributes are analyzed successfully"
|
|
SMBSVC_ANALYZE_SERVER_START "LanManServer: Analyze LanMan server security attributes"
|
|
SMBSVC_CONFIGURE_CLIENT_DONE "LanManServer: Client redirector attributes are configured successfully"
|
|
SMBSVC_CONFIGURE_CLIENT_START "LanManServer: Configure client redirector attributes"
|
|
SMBSVC_CONFIGURE_SERVER_DONE "LanManServer: LanMan server security attributes are configured successfully"
|
|
SMBSVC_CONFIGURE_SERVER_START "LanManServer: Configure LanMan server security attributes"
|
|
SMBSVC_MATCH "LanManServer: \tMatched\t\t- %s"
|
|
SMBSVC_MISMATCH "LanManServer: \tMismatched\t- %s"
|
|
SMBSVC_NOT_CONFIGURED "LanManServer: \tNot Configured\t- %s"
|
|
SMBSVC_QUERY_INFO "LanManServer: Query configuration information"
|
|
SMBSVC_SAVE_INFO "LanManServer: Save analysis info to the database"
|
|
SMBSVC_UPDATE_INFO "LanManServer: Update attribute %s"
|
|
|
|
END
|