Age | Commit message (Expand) | Author | Files | Lines |
2010-04-13 | Split out the client unix capabilities to those the server offered, and those... | Jeremy Allison | 1 | -1/+4 |
2010-03-29 | s3:rpc_client: add set_timeout hook to rpc_cli_transport | Stefan Metzmacher | 1 | -0/+1 |
2010-03-29 | s3:rpc_client: add rpccli_is_connected() | Stefan Metzmacher | 1 | -0/+3 |
2010-01-24 | s3: Add CLI_FULL_CONNECTION_USE_CCACHE | Volker Lendecke | 1 | -0/+1 |
2010-01-24 | s3: Add ccache use to cli_session_setup_ntlmssp | Volker Lendecke | 1 | -0/+1 |
2009-12-22 | s3:ntlmssp: remove the typedef NTLMSSP_STATE | Andrew Bartlett | 1 | -2/+2 |
2009-11-08 | Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly" | Volker Lendecke | 1 | -2/+2 |
2009-11-08 | s3: Do not reference ndr_table_<pipe> in the cli_ routines directly | Volker Lendecke | 1 | -2/+2 |
2009-09-16 | schannel: fully share schannel sign/seal between s3 and 4. | Günther Deschner | 1 | -1/+1 |
2009-09-15 | s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags. | Günther Deschner | 1 | -1/+1 |
2009-09-11 | s3-rpc_client: add enum dcerpc_transport_t to rpc_cli_transport struct. | Günther Deschner | 1 | -0/+2 |
2009-07-31 | s3:rpc_client: add dispatch_send/recv() to struct rpc_pipe_client | Stefan Metzmacher | 1 | -0/+11 |
2009-04-30 | Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int. | Jeremy Allison | 1 | -1/+1 |
2009-04-14 | Make Samba3 use the new common libcli/auth code | Andrew Bartlett | 1 | -2/+2 |
2009-04-06 | Add a bad hack to enable level 2 oplocks in torture_open_connection_share | Volker Lendecke | 1 | -0/+2 |
2009-04-06 | Remove async_req based async libsmb infrastructure | Volker Lendecke | 1 | -25/+0 |
2009-04-06 | Add new async libsmb infrastructure | Volker Lendecke | 1 | -0/+3 |
2009-03-24 | Convert rpc_cli_transport->trans to tevent_req | Volker Lendecke | 1 | -6/+6 |
2009-03-24 | Convert rpc_cli_transport->write to tevent_req | Volker Lendecke | 1 | -5/+5 |
2009-03-24 | Convert rpc_cli_transport->read to tevent_req | Volker Lendecke | 1 | -5/+5 |
2009-03-23 | s3:libsmb: use new simplified smb_signing code for the client side | Stefan Metzmacher | 1 | -1/+9 |
2009-03-13 | Remove pwd_cache.c, it was doing nothing. Make user_name, domain, and | Jeremy Allison | 1 | -3/+3 |
2009-03-12 | Remove the static "struct client_connection" mess which is part of | Jeremy Allison | 1 | -0/+7 |
2009-03-09 | Fix a typo | Volker Lendecke | 1 | -1/+1 |
2009-01-22 | Abstract away the transport in cli_pipe.c | Volker Lendecke | 1 | -12/+1 |
2009-01-22 | Add struct rpc_cli_transport | Volker Lendecke | 1 | -0/+50 |
2009-01-21 | Allow calling DCE/RPC server implementations directly using | Jelmer Vernooij | 1 | -0/+8 |
2008-12-05 | s3: store user session key in cli_rpc_pipe_open_noauth(). | Günther Deschner | 1 | -0/+1 |
2008-10-14 | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-12 | Add a more explaining comment | Volker Lendecke | 1 | -1/+3 |
2008-08-28 | Activate code to enable chained requests | Volker Lendecke | 1 | -1/+7 |
2008-08-28 | Move "struct cli_request" from client.h to async_smb.h | Volker Lendecke | 1 | -24/+3 |
2008-08-28 | Remove cli->event_ctx, pass it explicitly | Volker Lendecke | 1 | -1/+9 |
2008-08-07 | Fix bug #5675 with a varient of Tim Waugh's patch, | Jeremy Allison | 1 | -0/+1 |
2008-07-20 | Store copies of the syntax ids in rpc_pipe_client | Volker Lendecke | 1 | -2/+2 |
2008-05-21 | Rename rpc_pipe_client.tcp.sock to rpc_pipe_client.sock.fd | Volker Lendecke | 1 | -2/+2 |
2008-04-25 | Introduce a redirection for ncacn_np and ncacn_ip_tcp in rpc_pipe_client | Volker Lendecke | 1 | -3/+11 |
2008-04-25 | Make use of rpccli_xxx_bind_data | Volker Lendecke | 1 | -1/+0 |
2008-04-25 | Move user/domain from rpc_pipe_client to cli_pipe_auth_data | Volker Lendecke | 1 | -3/+4 |
2008-04-25 | Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_client | Volker Lendecke | 1 | -1/+1 |
2008-04-21 | Remove the "pwd" struct from rpc_pipe_client | Volker Lendecke | 1 | -1/+0 |
2008-04-20 | Refactoring: Move stuff around for creating a pipe | Volker Lendecke | 1 | -4/+4 |
2008-04-20 | Remove the pipe_idx variable from rpc_pipe_client | Volker Lendecke | 1 | -1/+3 |
2008-04-20 | Move srv_name_slash from cli_state to rpc_pipe_client | Volker Lendecke | 1 | -1/+1 |
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -0/+2 |
2008-04-20 | Refactoring: Make struct rpc_pipe_client its own talloc parent | Volker Lendecke | 1 | -2/+0 |
2008-04-08 | Add CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS define. | Günther Deschner | 1 | -0/+1 |
2008-03-12 | For convenience reasons, always create cli->srv_name_slash in the rpc_client. | Günther Deschner | 1 | -0/+1 |
2008-03-06 | Add infrastructure to support async SMB requests | Volker Lendecke | 1 | -0/+30 |
2008-03-01 | Revert "Add infrastructure to support async SMB requests" | Volker Lendecke | 1 | -30/+0 |