summaryrefslogtreecommitdiff
path: root/source3/client/client_proto.h
AgeCommit message (Collapse)AuthorFilesLines
2011-12-03Move the callers that need to use the new cli_open() back to callingJeremy Allison1-2/+0
it from cli_openx().
2011-12-02Convert smbclient to using NtCreateX by preference, fall back to openX onJeremy Allison1-0/+2
'not implemented' or similar error.
2011-05-06s3-includes: finally only include client.h when libsmb is used.Günther Deschner1-0/+2
Guenther
2010-10-29Fix bug #7700 - Improvement of return code of smbclientJeremy Allison1-2/+2
Based on an initial patch from H Hasegawa <hasegawa.hiroyuki@fujixerox.co.jp>. Convert cli_list and associated functions to take calls that return NTSTATUS. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Oct 29 19:40:16 UTC 2010 on sn-devel-104
2010-07-30s3: Remove "cli" from "struct finfo"Volker Lendecke1-1/+2
2010-07-27s3: Remove a typedef (struct file_info)Volker Lendecke1-1/+1
2008-05-25Remove stuff from client_proto.hVolker Lendecke1-404/+0
(This used to be commit c1e115964b671802a4af5beab3ad3222ee17b9c0)
2008-05-22rpc_client: use endpoint mapper to get the port for rpc_pipe_open_tcp().Michael Adam1-1/+0
Michael (This used to be commit f7db445c828c0eef2c08b538bd07d485dc248689)
2008-05-22client: Fix the proto header to fix the build.Kai Blin1-1/+1
(This used to be commit 9e39ac1cc31d48db968e79c4698901e079007ff7)
2008-05-18smbclient: freeze client_proto.h from "make proto"Michael Adam1-0/+457
Michael (This used to be commit f8c0710165ee1ede46d7ed34daa5564d20d3f069)