summaryrefslogtreecommitdiffstats
path: root/source3/include/client.h
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: move cli->server{zone,time} to cli->conn.smb1.server.{time_zone,sy...Stefan Metzmacher2011-09-151-2/+2
* s3:libsmb: split cli->secblob into cli->conn.smb1.server.{guid,gss_blob,chall...Stefan Metzmacher2011-09-151-1/+4
* s3:libsmb: move cli->sesskey to cli->conn.smb1.server.session_keyStefan Metzmacher2011-09-151-1/+1
* s3:libsmb: detect lock_read and write_unlock supportStefan Metzmacher2011-09-151-0/+2
* s3:libsmb: move cli->*braw_supported to cli->conn.smb1.server.*brawStefan Metzmacher2011-09-151-2/+2
* s3:libsmb: move cli->sec_mode to cli->conn.smb1.server.security_modeStefan Metzmacher2011-09-151-1/+1
* s3:libsmb: move cli->max_mux to cli->conn.smb1.server.max_muxStefan Metzmacher2011-09-151-1/+1
* s3:libsmb: move cli->max_xmit to cli->conn.smb1.max_xmitStefan Metzmacher2011-09-151-1/+3
* s3:libsmb: move cli->smb1.mid to cli->conn.smb1.midStefan Metzmacher2011-09-151-1/+2
* s3:libsmb: move cli->capabilities to cli->conn.smb1.capabilitiesStefan Metzmacher2011-09-151-1/+12
* s3:libsmb: move cli->protocol to cli->conn.protocolStefan Metzmacher2011-09-151-1/+2
* s3:libsmb: use local variables in cli_state_create()Stefan Metzmacher2011-09-151-4/+0
* s3:libsmb: remove unused cli->is_sambaStefan Metzmacher2011-09-141-1/+0
* s3:client.h: remove unused definesStefan Metzmacher2011-09-141-9/+0
* s3:smb2cli: split cli->smb2.gss_blob from cli->secblobStefan Metzmacher2011-09-131-0/+1
* s3:libsmb: don't mix smb2 share capabilities with smb1 capabilitiesStefan Metzmacher2011-09-131-0/+1
* s3:libsmb: the smb2 server capabilities from the session setup are 32-bitStefan Metzmacher2011-09-131-1/+1
* s3:libsmb: add CLI_FULL_CONNECTION_FORCE_ASCIIStefan Metzmacher2011-09-081-0/+2
* s3:libsmb: add CLI_FULL_CONNECTION_FORCE_DOS_ERRORSStefan Metzmacher2011-09-081-0/+1
* s3:libsmb: abstract the incoming dispatch function via a function pointerStefan Metzmacher2011-08-121-0/+11
* s3:libsmb: store the remote_realm on the cli_stateStefan Metzmacher2011-08-101-0/+1
* s3:include: change cli->protocol to enum protocol_typesStefan Metzmacher2011-08-021-1/+1
* s3: Fix async smb handlingVolker Lendecke2011-07-271-0/+1
* s3:libsmb: move cli_state->desthost to cli_state->conn.remote_nameStefan Metzmacher2011-07-221-2/+1
* s3:libsmb: move cli_state->{src_ss,dest_ss} to cli_state->conn.{local_ss,remo...Stefan Metzmacher2011-07-221-2/+2
* s3:libsmb: move cli_state->fd to cli_state->conn.fdStefan Metzmacher2011-07-221-1/+1
* s3:libsmb: move cli_state->outgoing to cli_state->conn.outgoingStefan Metzmacher2011-07-221-2/+1
* s3:libsmb: move cli_state->pending to cli_state->conn.pendingStefan Metzmacher2011-07-221-1/+4
* s3:include: remove unused cli_state->called and cli_state->callingStefan Metzmacher2011-07-211-2/+0
* s3:libsmb: move cli->vuid to cli->smb1.uid and hide it behind cli_state_[g|s]...Stefan Metzmacher2011-07-211-1/+1
* s3:libsmb: move cli->cnum to cli->smb1.tid and hide it behind cli_state_[g|s]...Stefan Metzmacher2011-07-201-1/+1
* s3:libsmb: move cli->pid to cli->smb1.pid and hide it behind cli_[g|s]etpid()Stefan Metzmacher2011-07-201-1/+1
* s3:libsmb: add cli->smb1.vc_num and hide it behind cli_state_get_vc_num()Stefan Metzmacher2011-07-201-0/+1
* s3:libsmb: move cli->mid to cli->smb1.midStefan Metzmacher2011-07-201-1/+4
* s3:libsmb: remove unused cli_oplock_handler()Stefan Metzmacher2011-07-121-3/+0
* s3:libsmb: remove unused cli->privilegesStefan Metzmacher2011-07-121-1/+0
* s3:libsmb: remove unused cli_set_port()Stefan Metzmacher2011-07-111-1/+0
* s3:libsmb: also remember the local socket address after connectStefan Metzmacher2011-07-111-0/+1
* s3:libsmb: remove unused cli->inbuf and cli->bufsizeStefan Metzmacher2011-07-081-2/+0
* s3:libsmb: don't use the cli->inbuf to store the last errorStefan Metzmacher2011-07-081-0/+1
* s3:libsmb: remove unused enum smb_read_errors infrastructureStefan Metzmacher2011-07-081-2/+0
* s3:libsmb: add smb2cli_tcon*() and smb2cli_tdis*()Stefan Metzmacher2011-07-081-0/+5
* s3:libsmb: add smb2cli_negprot*()Stefan Metzmacher2011-07-081-0/+11
* s3:libsmb: add basic smb2 client infrastructureStefan Metzmacher2011-07-081-0/+7
* s3:libsmb: finally remove unused cli_state->outbufStefan Metzmacher2011-07-071-1/+0
* s3:libsmb: use clistr_pull_talloc() for short_name in interpret_long_filename()Stefan Metzmacher2011-07-071-1/+1
* s3:libsmb: remove unused cli_state_seqnum infrastructureStefan Metzmacher2011-06-101-8/+0
* s3: Extract the guest_login field in sesssetupVolker Lendecke2011-05-291-0/+1
* Remove fstrings from client struct. Properly talloc strings (ensuring we neve...Jeremy Allison2011-04-271-6/+6
* s3-build: finally remove references to ndr and dcerpc headers that were inclu...Günther Deschner2011-04-131-2/+0