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.
Definition smb_interface_stub.c:67
char * smb_file_GroupSID(SMB_HANDLE, const char *)
Obtain the SID of the Group for a given file/path.
Definition smb_interface_stub.c:117
char * smb_versioninfo(void)
Return version info for SMB implementation.
Definition smb_interface_stub.c:27
char * smb_file_OwnerSID(SMB_HANDLE, const char *)
Obtain the SID of the Owner for a given file/path.
Definition smb_interface_stub.c:100
int smb_connect(const char *, const char *, const char *, const char *, SMB_HANDLE *)
Establish connection to a SMB service.
Definition smb_interface_stub.c:48
char * smb_file_TrusteeRights(SMB_HANDLE, const char *)
Obtain the Trustee SID and their rights for a given file/path.
Definition smb_interface_stub.c:134
long int SMB_HANDLE
Definition openvas_smb_interface.h:17
char * smb_file_SDDL(SMB_HANDLE, const char *)
Obtain Windows file rights in SDDL format.
Definition smb_interface_stub.c:83