smblib.h
Go to the documentation of this file.
SMB_Tree_Handle SMB_TreeConnect(SMB_Handle_Type con, SMB_Tree_Handle tree, const char *path, const char *password, const char *dev)
Definition: smblib-util.c:477
void * SMB_Open(void *tree_handle, void *file_handle, char *file_name, unsigned short mode, unsigned short search)
void * SMB_Logon_And_TCon(void *con, void *tree, char *user, char *pass, char *service, char *st)
int SMB_Delete_Dir(void *tree, char *dir_name)
int SMB_Logon_Server(SMB_Handle_Type Con_Handle, char *UserName, char *PassWord, const char *NtDomain, int PreCrypted)
Definition: smblib.c:332
int SMB_Delete(void *tree, char *file_name, short search)
void * SMB_Create(void *Tree_Handle, void *File_Handle, char *file_name, short search)
int SMB_Negotiate(SMB_Handle_Type Con_Handle, const char *Prots[])
Definition: smblib-util.c:239
void SMB_Get_Error_Msg(int msg, char *msgbuf, int len)
Definition: smblib-util.c:798
SMB_Handle_Type SMB_Connect_Server(SMB_Handle_Type Con_Handle, const char *server, const char *NTdomain)
Definition: smblib.c:101
int SMB_Create_Dir(void *tree, char *dir_name)
SMB_Handle_Type SMB_Connect(SMB_Handle_Type Con_Handle, SMB_Tree_Handle *tree, char *service, char *username, char *password)
Definition: smblib.c:197
int SMB_TreeDisconect(void *tree_handle)
int SMB_Close(void *file_handle)
int SMB_Check_Dir(void *tree, char *dir_name)
Definition: smblib-common.h:220
Definition: smblib-common.h:209