14#ifndef NASL_OPENVAS_SMB_INTERFACE_H
15#define NASL_OPENVAS_SMB_INTERFACE_H
22smb_connect (
const char *,
const char *,
const char *,
const char *,
int smb_close(SMB_HANDLE)
Close the connection handle for SMB service.
char * smb_file_GroupSID(SMB_HANDLE, const char *)
Obtain the SID of the Group for a given file/path.
char * smb_versioninfo(void)
Return version info for SMB implementation.
char * smb_file_OwnerSID(SMB_HANDLE, const char *)
Obtain the SID of the Owner for a given file/path.
int smb_connect(const char *, const char *, const char *, const char *, SMB_HANDLE *)
Establish connection to a SMB service.
char * smb_file_TrusteeRights(SMB_HANDLE, const char *)
Obtain the Trustee SID and their rights for a given file/path.
char * smb_file_SDDL(SMB_HANDLE, const char *)
Obtain Windows file rights in SDDL format.