summaryrefslogtreecommitdiffstats
path: root/source3/client/client_proto.h
Commit message (Collapse)AuthorAgeFilesLines
* implement argument parsing, split client_proto.hAurélien Aptel2014-02-191-9/+0
| | | | | | Signed-off-by: Aurélien Aptel <aurelien.aptel@gmail.com> Reviewed-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* Move the callers that need to use the new cli_open() back to callingJeremy Allison2011-12-031-2/+0
| | | | it from cli_openx().
* Convert smbclient to using NtCreateX by preference, fall back to openX onJeremy Allison2011-12-021-0/+2
| | | | 'not implemented' or similar error.
* s3-includes: finally only include client.h when libsmb is used.Günther Deschner2011-05-061-0/+2
| | | | Guenther
* Fix bug #7700 - Improvement of return code of smbclientJeremy Allison2010-10-291-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
* s3: Remove "cli" from "struct finfo"Volker Lendecke2010-07-301-1/+2
|
* s3: Remove a typedef (struct file_info)Volker Lendecke2010-07-271-1/+1
|
* Remove stuff from client_proto.hVolker Lendecke2008-05-251-404/+0
| | | | (This used to be commit c1e115964b671802a4af5beab3ad3222ee17b9c0)
* rpc_client: use endpoint mapper to get the port for rpc_pipe_open_tcp().Michael Adam2008-05-221-1/+0
| | | | | Michael (This used to be commit f7db445c828c0eef2c08b538bd07d485dc248689)
* client: Fix the proto header to fix the build.Kai Blin2008-05-221-1/+1
| | | | (This used to be commit 9e39ac1cc31d48db968e79c4698901e079007ff7)
* smbclient: freeze client_proto.h from "make proto"Michael Adam2008-05-181-0/+457
Michael (This used to be commit f8c0710165ee1ede46d7ed34daa5564d20d3f069)