summaryrefslogtreecommitdiff
path: root/source3/include/client.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-24Convert rpc_cli_transport->trans to tevent_reqVolker Lendecke1-6/+6
2009-03-24Convert rpc_cli_transport->write to tevent_reqVolker Lendecke1-5/+5
2009-03-24Convert rpc_cli_transport->read to tevent_reqVolker Lendecke1-5/+5
2009-03-23s3:libsmb: use new simplified smb_signing code for the client sideStefan Metzmacher1-1/+9
2009-03-13Remove pwd_cache.c, it was doing nothing. Make user_name, domain, andJeremy Allison1-3/+3
2009-03-12Remove the static "struct client_connection" mess which is part ofJeremy Allison1-0/+7
2009-03-09Fix a typoVolker Lendecke1-1/+1
2009-01-22Abstract away the transport in cli_pipe.cVolker Lendecke1-12/+1
2009-01-22Add struct rpc_cli_transportVolker Lendecke1-0/+50
2009-01-21Allow calling DCE/RPC server implementations directly usingJelmer Vernooij1-0/+8
2008-12-05s3: store user session key in cli_rpc_pipe_open_noauth().Günther Deschner1-0/+1
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-1/+1
2008-09-12Add a more explaining commentVolker Lendecke1-1/+3
2008-08-28Activate code to enable chained requestsVolker Lendecke1-1/+7
2008-08-28Move "struct cli_request" from client.h to async_smb.hVolker Lendecke1-24/+3
2008-08-28Remove cli->event_ctx, pass it explicitlyVolker Lendecke1-1/+9
2008-08-07Fix bug #5675 with a varient of Tim Waugh's patch,Jeremy Allison1-0/+1
2008-07-20Store copies of the syntax ids in rpc_pipe_clientVolker Lendecke1-2/+2
2008-05-21Rename rpc_pipe_client.tcp.sock to rpc_pipe_client.sock.fdVolker Lendecke1-2/+2
2008-04-25Introduce a redirection for ncacn_np and ncacn_ip_tcp in rpc_pipe_clientVolker Lendecke1-3/+11
2008-04-25Make use of rpccli_xxx_bind_dataVolker Lendecke1-1/+0
2008-04-25Move user/domain from rpc_pipe_client to cli_pipe_auth_dataVolker Lendecke1-3/+4
2008-04-25Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_clientVolker Lendecke1-1/+1
2008-04-21Remove the "pwd" struct from rpc_pipe_clientVolker Lendecke1-1/+0
2008-04-20Refactoring: Move stuff around for creating a pipeVolker Lendecke1-4/+4
2008-04-20Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke1-1/+3
2008-04-20Move srv_name_slash from cli_state to rpc_pipe_clientVolker Lendecke1-1/+1
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke1-0/+2
2008-04-20Refactoring: Make struct rpc_pipe_client its own talloc parentVolker Lendecke1-2/+0
2008-04-08Add CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS define.Günther Deschner1-0/+1
2008-03-12For convenience reasons, always create cli->srv_name_slash in the rpc_client.Günther Deschner1-0/+1
2008-03-06Add infrastructure to support async SMB requestsVolker Lendecke1-0/+30
2008-03-01Revert "Add infrastructure to support async SMB requests"Volker Lendecke1-30/+0
2008-02-28Add infrastructure to support async SMB requestsVolker Lendecke1-0/+30
2008-02-28Don't define SMB_TRANS_ENC_GSS if we don't have KRB5.Jeremy Allison1-1/+6
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-0/+26
2007-12-06Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison1-3/+2
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison1-3/+6
2007-11-05Remove the horror that was the global smb_rw_error.Jeremy Allison1-1/+1
2007-11-03Remove the smb_read_error global variable and replaceJeremy Allison1-1/+2
2007-11-02Change the client library to write directly out ofJeremy Allison1-0/+1
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-10/+10
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-24/+0
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1