summaryrefslogtreecommitdiff
path: root/source3/include/client.h
AgeCommit message (Expand)AuthorFilesLines
2011-07-21s3:libsmb: move cli->vuid to cli->smb1.uid and hide it behind cli_state_[g|s]...Stefan Metzmacher1-1/+1
2011-07-20s3:libsmb: move cli->cnum to cli->smb1.tid and hide it behind cli_state_[g|s]...Stefan Metzmacher1-1/+1
2011-07-20s3:libsmb: move cli->pid to cli->smb1.pid and hide it behind cli_[g|s]etpid()Stefan Metzmacher1-1/+1
2011-07-20s3:libsmb: add cli->smb1.vc_num and hide it behind cli_state_get_vc_num()Stefan Metzmacher1-0/+1
2011-07-20s3:libsmb: move cli->mid to cli->smb1.midStefan Metzmacher1-1/+4
2011-07-12s3:libsmb: remove unused cli_oplock_handler()Stefan Metzmacher1-3/+0
2011-07-12s3:libsmb: remove unused cli->privilegesStefan Metzmacher1-1/+0
2011-07-11s3:libsmb: remove unused cli_set_port()Stefan Metzmacher1-1/+0
2011-07-11s3:libsmb: also remember the local socket address after connectStefan Metzmacher1-0/+1
2011-07-08s3:libsmb: remove unused cli->inbuf and cli->bufsizeStefan Metzmacher1-2/+0
2011-07-08s3:libsmb: don't use the cli->inbuf to store the last errorStefan Metzmacher1-0/+1
2011-07-08s3:libsmb: remove unused enum smb_read_errors infrastructureStefan Metzmacher1-2/+0
2011-07-08s3:libsmb: add smb2cli_tcon*() and smb2cli_tdis*()Stefan Metzmacher1-0/+5
2011-07-08s3:libsmb: add smb2cli_negprot*()Stefan Metzmacher1-0/+11
2011-07-08s3:libsmb: add basic smb2 client infrastructureStefan Metzmacher1-0/+7
2011-07-07s3:libsmb: finally remove unused cli_state->outbufStefan Metzmacher1-1/+0
2011-07-07s3:libsmb: use clistr_pull_talloc() for short_name in interpret_long_filename()Stefan Metzmacher1-1/+1
2011-06-10s3:libsmb: remove unused cli_state_seqnum infrastructureStefan Metzmacher1-8/+0
2011-05-29s3: Extract the guest_login field in sesssetupVolker Lendecke1-0/+1
2011-04-27Remove fstrings from client struct. Properly talloc strings (ensuring we neve...Jeremy Allison1-6/+6
2011-04-13s3-build: finally remove references to ndr and dcerpc headers that were inclu...Günther Deschner1-2/+0
2011-04-13s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner1-25/+0
2011-04-12s3-rpc_client: move rpc_cli_transport structs and protos to rpc_transport.hGünther Deschner1-55/+1
2011-03-16s3-libsmb: move smb encryption structs into own header.Günther Deschner1-27/+0
2010-09-04s3:rpc_server: make it possible to use rpcint_binding_handle() directlyStefan Metzmacher1-3/+0
2010-08-16s3:include: remove unused dispatch* fn pointers from rpc_pipe_clientStefan Metzmacher1-16/+0
2010-08-12s3:rpc_client: add dcerpc_binding_handle backendStefan Metzmacher1-0/+3
2010-07-30s3: Remove "cli" from "struct finfo"Volker Lendecke1-1/+0
2010-07-28misc: Remove unused structure elementsSimo Sorce1-6/+0
2010-07-28s3-rpc_server: Use struct pipes_struct.Andreas Schneider1-1/+1
2010-07-27s3: Remove a typedef (struct file_info)Volker Lendecke1-2/+2
2010-07-20s3-dcerpc: Unifiy cli_pipe_auth_data and pipe_auth_dataSimo Sorce1-16/+1
2010-05-31s3: only use netlogon/nbt header when needed.Günther Deschner1-0/+2
2010-04-13Split out the client unix capabilities to those the server offered, and those...Jeremy Allison1-1/+4
2010-03-29s3:rpc_client: add set_timeout hook to rpc_cli_transportStefan Metzmacher1-0/+1
2010-03-29s3:rpc_client: add rpccli_is_connected()Stefan Metzmacher1-0/+3
2010-01-24s3: Add CLI_FULL_CONNECTION_USE_CCACHEVolker Lendecke1-0/+1
2010-01-24s3: Add ccache use to cli_session_setup_ntlmsspVolker Lendecke1-0/+1
2009-12-22s3:ntlmssp: remove the typedef NTLMSSP_STATEAndrew Bartlett1-2/+2
2009-11-08Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"Volker Lendecke1-2/+2
2009-11-08s3: Do not reference ndr_table_<pipe> in the cli_ routines directlyVolker Lendecke1-2/+2
2009-09-16schannel: fully share schannel sign/seal between s3 and 4.Günther Deschner1-1/+1
2009-09-15s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner1-1/+1
2009-09-11s3-rpc_client: add enum dcerpc_transport_t to rpc_cli_transport struct.Günther Deschner1-0/+2
2009-07-31s3:rpc_client: add dispatch_send/recv() to struct rpc_pipe_clientStefan Metzmacher1-0/+11
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison1-1/+1
2009-04-14Make Samba3 use the new common libcli/auth codeAndrew Bartlett1-2/+2
2009-04-06Add a bad hack to enable level 2 oplocks in torture_open_connection_shareVolker Lendecke1-0/+2
2009-04-06Remove async_req based async libsmb infrastructureVolker Lendecke1-25/+0
2009-04-06Add new async libsmb infrastructureVolker Lendecke1-0/+3