summaryrefslogtreecommitdiffstats
path: root/source3/include/client.h
Commit message (Expand)AuthorAgeFilesLines
* s3:rpc_client: add dcerpc_binding_handle backendStefan Metzmacher2010-08-121-0/+3
* 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
* s3: only use netlogon/nbt header when needed.Günther Deschner2010-05-311-0/+2
* Split out the client unix capabilities to those the server offered, and those...Jeremy Allison2010-04-131-1/+4
* s3:rpc_client: add set_timeout hook to rpc_cli_transportStefan Metzmacher2010-03-291-0/+1
* s3:rpc_client: add rpccli_is_connected()Stefan Metzmacher2010-03-291-0/+3
* 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
* Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"Volker Lendecke2009-11-081-2/+2
* 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
* s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner2009-09-151-1/+1
* s3-rpc_client: add enum dcerpc_transport_t to rpc_cli_transport struct.Günther Deschner2009-09-111-0/+2
* s3:rpc_client: add dispatch_send/recv() to struct rpc_pipe_clientStefan Metzmacher2009-07-311-0/+11
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-1/+1
* Make Samba3 use the new common libcli/auth codeAndrew Bartlett2009-04-141-2/+2
* Add a bad hack to enable level 2 oplocks in torture_open_connection_shareVolker Lendecke2009-04-061-0/+2
* Remove async_req based async libsmb infrastructureVolker Lendecke2009-04-061-25/+0
* Add new async libsmb infrastructureVolker Lendecke2009-04-061-0/+3
* Convert rpc_cli_transport->trans to tevent_reqVolker Lendecke2009-03-241-6/+6
* Convert rpc_cli_transport->write to tevent_reqVolker Lendecke2009-03-241-5/+5
* Convert rpc_cli_transport->read to tevent_reqVolker Lendecke2009-03-241-5/+5
* s3:libsmb: use new simplified smb_signing code for the client sideStefan Metzmacher2009-03-231-1/+9
* Remove pwd_cache.c, it was doing nothing. Make user_name, domain, andJeremy Allison2009-03-131-3/+3
* Remove the static "struct client_connection" mess which is part ofJeremy Allison2009-03-121-0/+7
* Fix a typoVolker Lendecke2009-03-091-1/+1
* Abstract away the transport in cli_pipe.cVolker Lendecke2009-01-221-12/+1
* Add struct rpc_cli_transportVolker Lendecke2009-01-221-0/+50
* Allow calling DCE/RPC server implementations directly usingJelmer Vernooij2009-01-211-0/+8
* s3: store user session key in cli_rpc_pipe_open_noauth().Günther Deschner2008-12-051-0/+1
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-1/+1
* Add a more explaining commentVolker Lendecke2008-09-121-1/+3
* Activate code to enable chained requestsVolker Lendecke2008-08-281-1/+7
* Move "struct cli_request" from client.h to async_smb.hVolker Lendecke2008-08-281-24/+3
* Remove cli->event_ctx, pass it explicitlyVolker Lendecke2008-08-281-1/+9
* Fix bug #5675 with a varient of Tim Waugh's patch,Jeremy Allison2008-08-071-0/+1
* Store copies of the syntax ids in rpc_pipe_clientVolker Lendecke2008-07-201-2/+2
* Rename rpc_pipe_client.tcp.sock to rpc_pipe_client.sock.fdVolker Lendecke2008-05-211-2/+2
* Introduce a redirection for ncacn_np and ncacn_ip_tcp in rpc_pipe_clientVolker Lendecke2008-04-251-3/+11
* Make use of rpccli_xxx_bind_dataVolker Lendecke2008-04-251-1/+0
* Move user/domain from rpc_pipe_client to cli_pipe_auth_dataVolker Lendecke2008-04-251-3/+4
* Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_clientVolker Lendecke2008-04-251-1/+1
* Remove the "pwd" struct from rpc_pipe_clientVolker Lendecke2008-04-211-1/+0
* Refactoring: Move stuff around for creating a pipeVolker Lendecke2008-04-201-4/+4
* Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke2008-04-201-1/+3