summaryrefslogtreecommitdiffstats
path: root/source3/include/client.h
Commit message (Collapse)AuthorAgeFilesLines
* s3:include: change cli->protocol to enum protocol_typesStefan Metzmacher2011-08-021-1/+1
| | | | metze
* s3: Fix async smb handlingVolker Lendecke2011-07-271-0/+1
| | | | | | | | | | | | In cli_echo with more than one response we ended up with more than one read_smb request. One from the call to cli_smb_req_set_pending called from cli_smb_received. The other one from cli_smb_received itself. I don't really see another way to deal with this than to hold the read_smb request in the cli_state. Metze, please check! Volker
* s3:libsmb: move cli_state->desthost to cli_state->conn.remote_nameStefan Metzmacher2011-07-221-2/+1
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jul 22 18:17:41 CEST 2011 on sn-devel-104
* s3:libsmb: move cli_state->{src_ss,dest_ss} to ↵Stefan Metzmacher2011-07-221-2/+2
| | | | | | cli_state->conn.{local_ss,remote_ss} metze
* s3:libsmb: move cli_state->fd to cli_state->conn.fdStefan Metzmacher2011-07-221-1/+1
| | | | metze
* s3:libsmb: move cli_state->outgoing to cli_state->conn.outgoingStefan Metzmacher2011-07-221-2/+1
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jul 22 09:53:59 CEST 2011 on sn-devel-104
* s3:libsmb: move cli_state->pending to cli_state->conn.pendingStefan Metzmacher2011-07-221-1/+4
| | | | metze
* s3:include: remove unused cli_state->called and cli_state->callingStefan Metzmacher2011-07-211-2/+0
| | | | metze
* s3:libsmb: move cli->vuid to cli->smb1.uid and hide it behind ↵Stefan Metzmacher2011-07-211-1/+1
| | | | | | cli_state_[g|s]et_uid() metze
* s3:libsmb: move cli->cnum to cli->smb1.tid and hide it behind ↵Stefan Metzmacher2011-07-201-1/+1
| | | | | | cli_state_[g|s]et_tid() metze
* s3:libsmb: move cli->pid to cli->smb1.pid and hide it behind cli_[g|s]etpid()Stefan Metzmacher2011-07-201-1/+1
| | | | metze
* s3:libsmb: add cli->smb1.vc_num and hide it behind cli_state_get_vc_num()Stefan Metzmacher2011-07-201-0/+1
| | | | | | This makes it clearer, why we send the pid value in the session setup. metze
* s3:libsmb: move cli->mid to cli->smb1.midStefan Metzmacher2011-07-201-1/+4
| | | | metze
* s3:libsmb: remove unused cli_oplock_handler()Stefan Metzmacher2011-07-121-3/+0
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jul 12 10:53:52 CEST 2011 on sn-devel-104
* s3:libsmb: remove unused cli->privilegesStefan Metzmacher2011-07-121-1/+0
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jul 12 09:30:49 CEST 2011 on sn-devel-104
* s3:libsmb: remove unused cli_set_port()Stefan Metzmacher2011-07-111-1/+0
| | | | metze
* s3:libsmb: also remember the local socket address after connectStefan Metzmacher2011-07-111-0/+1
| | | | metze
* s3:libsmb: remove unused cli->inbuf and cli->bufsizeStefan Metzmacher2011-07-081-2/+0
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jul 8 15:21:46 CEST 2011 on sn-devel-104
* s3:libsmb: don't use the cli->inbuf to store the last errorStefan Metzmacher2011-07-081-0/+1
| | | | | | | We keep the raw error in cli->raw_status now, until we fixed all caller to get the NTSTATUS from the function calls. metze
* s3:libsmb: remove unused enum smb_read_errors infrastructureStefan Metzmacher2011-07-081-2/+0
| | | | metze
* s3:libsmb: add smb2cli_tcon*() and smb2cli_tdis*()Stefan Metzmacher2011-07-081-0/+5
| | | | | | Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
* s3:libsmb: add smb2cli_negprot*()Stefan Metzmacher2011-07-081-0/+11
| | | | | | Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
* s3:libsmb: add basic smb2 client infrastructureStefan Metzmacher2011-07-081-0/+7
| | | | | | Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
* s3:libsmb: finally remove unused cli_state->outbufStefan Metzmacher2011-07-071-1/+0
| | | | metze
* s3:libsmb: use clistr_pull_talloc() for short_name in interpret_long_filename()Stefan Metzmacher2011-07-071-1/+1
| | | | metze
* s3:libsmb: remove unused cli_state_seqnum infrastructureStefan Metzmacher2011-06-101-8/+0
| | | | | | | metze Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Jun 10 20:37:54 CEST 2011 on sn-devel-104
* s3: Extract the guest_login field in sesssetupVolker Lendecke2011-05-291-0/+1
|
* Remove fstrings from client struct. Properly talloc strings (ensuring we ↵Jeremy Allison2011-04-271-6/+6
| | | | never end up with a NULL pointer).
* s3-build: finally remove references to ndr and dcerpc headers that were ↵Günther Deschner2011-04-131-2/+0
| | | | | | | | | included globally. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Apr 13 23:07:05 CEST 2011 on sn-devel-104
* s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner2011-04-131-25/+0
| | | | Guenther
* s3-rpc_client: move rpc_cli_transport structs and protos to rpc_transport.hGünther Deschner2011-04-121-55/+1
| | | | Guenther
* s3-libsmb: move smb encryption structs into own header.Günther Deschner2011-03-161-27/+0
| | | | Guenther
* s3:rpc_server: make it possible to use rpcint_binding_handle() directlyStefan Metzmacher2010-09-041-3/+0
| | | | metze
* s3:include: remove unused dispatch* fn pointers from rpc_pipe_clientStefan Metzmacher2010-08-161-16/+0
| | | | metze
* s3:rpc_client: add dcerpc_binding_handle backendStefan Metzmacher2010-08-121-0/+3
| | | | metze
* s3: Remove "cli" from "struct finfo"Volker Lendecke2010-07-301-1/+0
|
* misc: Remove unused structure elementsSimo Sorce2010-07-281-6/+0
|
* s3-rpc_server: Use struct pipes_struct.Andreas Schneider2010-07-281-1/+1
|
* s3: Remove a typedef (struct file_info)Volker Lendecke2010-07-271-2/+2
|
* s3-dcerpc: Unifiy cli_pipe_auth_data and pipe_auth_dataSimo Sorce2010-07-201-16/+1
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s3: only use netlogon/nbt header when needed.Günther Deschner2010-05-311-0/+2
| | | | Guenther
* Split out the client unix capabilities to those the server offered, and ↵Jeremy Allison2010-04-131-1/+4
| | | | | | | | | those the client asked for. This fixes a bug when using encrypted transport and DFS links. Found by my basic DFS torture test, which I'll check in next. Testing *rocks* :-). Jeremy.
* s3:rpc_client: add set_timeout hook to rpc_cli_transportStefan Metzmacher2010-03-291-0/+1
| | | | metze
* s3:rpc_client: add rpccli_is_connected()Stefan Metzmacher2010-03-291-0/+3
| | | | metze
* s3: Add CLI_FULL_CONNECTION_USE_CCACHEVolker Lendecke2010-01-241-0/+1
|
* s3: Add ccache use to cli_session_setup_ntlmsspVolker Lendecke2010-01-241-0/+1
|
* s3:ntlmssp: remove the typedef NTLMSSP_STATEAndrew Bartlett2009-12-221-2/+2
| | | | Andrew Bartlett
* Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"Volker Lendecke2009-11-081-2/+2
| | | | This reverts commit daa964013bc5d036f4da571ce22c0052ef40943a.
* s3: Do not reference ndr_table_<pipe> in the cli_ routines directlyVolker Lendecke2009-11-081-2/+2
|
* schannel: fully share schannel sign/seal between s3 and 4.Günther Deschner2009-09-161-1/+1
| | | | Guenther