index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
include
/
client.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-rpc_client: add enum dcerpc_transport_t to rpc_cli_transport struct.
Günther Deschner
2009-09-11
1
-0
/
+2
*
s3:rpc_client: add dispatch_send/recv() to struct rpc_pipe_client
Stefan Metzmacher
2009-07-31
1
-0
/
+11
*
Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.
Jeremy Allison
2009-04-30
1
-1
/
+1
*
Make Samba3 use the new common libcli/auth code
Andrew Bartlett
2009-04-14
1
-2
/
+2
*
Add a bad hack to enable level 2 oplocks in torture_open_connection_share
Volker Lendecke
2009-04-06
1
-0
/
+2
*
Remove async_req based async libsmb infrastructure
Volker Lendecke
2009-04-06
1
-25
/
+0
*
Add new async libsmb infrastructure
Volker Lendecke
2009-04-06
1
-0
/
+3
*
Convert rpc_cli_transport->trans to tevent_req
Volker Lendecke
2009-03-24
1
-6
/
+6
*
Convert rpc_cli_transport->write to tevent_req
Volker Lendecke
2009-03-24
1
-5
/
+5
*
Convert rpc_cli_transport->read to tevent_req
Volker Lendecke
2009-03-24
1
-5
/
+5
*
s3:libsmb: use new simplified smb_signing code for the client side
Stefan Metzmacher
2009-03-23
1
-1
/
+9
*
Remove pwd_cache.c, it was doing nothing. Make user_name, domain, and
Jeremy Allison
2009-03-13
1
-3
/
+3
*
Remove the static "struct client_connection" mess which is part of
Jeremy Allison
2009-03-12
1
-0
/
+7
*
Fix a typo
Volker Lendecke
2009-03-09
1
-1
/
+1
*
Abstract away the transport in cli_pipe.c
Volker Lendecke
2009-01-22
1
-12
/
+1
*
Add struct rpc_cli_transport
Volker Lendecke
2009-01-22
1
-0
/
+50
*
Allow calling DCE/RPC server implementations directly using
Jelmer Vernooij
2009-01-21
1
-0
/
+8
*
s3: store user session key in cli_rpc_pipe_open_noauth().
Günther Deschner
2008-12-05
1
-0
/
+1
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
1
-1
/
+1
*
Add a more explaining comment
Volker Lendecke
2008-09-12
1
-1
/
+3
*
Activate code to enable chained requests
Volker Lendecke
2008-08-28
1
-1
/
+7
*
Move "struct cli_request" from client.h to async_smb.h
Volker Lendecke
2008-08-28
1
-24
/
+3
*
Remove cli->event_ctx, pass it explicitly
Volker Lendecke
2008-08-28
1
-1
/
+9
*
Fix bug #5675 with a varient of Tim Waugh's patch,
Jeremy Allison
2008-08-07
1
-0
/
+1
*
Store copies of the syntax ids in rpc_pipe_client
Volker Lendecke
2008-07-20
1
-2
/
+2
*
Rename rpc_pipe_client.tcp.sock to rpc_pipe_client.sock.fd
Volker Lendecke
2008-05-21
1
-2
/
+2
*
Introduce a redirection for ncacn_np and ncacn_ip_tcp in rpc_pipe_client
Volker Lendecke
2008-04-25
1
-3
/
+11
*
Make use of rpccli_xxx_bind_data
Volker Lendecke
2008-04-25
1
-1
/
+0
*
Move user/domain from rpc_pipe_client to cli_pipe_auth_data
Volker Lendecke
2008-04-25
1
-3
/
+4
*
Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_client
Volker Lendecke
2008-04-25
1
-1
/
+1
*
Remove the "pwd" struct from rpc_pipe_client
Volker Lendecke
2008-04-21
1
-1
/
+0
*
Refactoring: Move stuff around for creating a pipe
Volker Lendecke
2008-04-20
1
-4
/
+4
*
Remove the pipe_idx variable from rpc_pipe_client
Volker Lendecke
2008-04-20
1
-1
/
+3
*
Move srv_name_slash from cli_state to rpc_pipe_client
Volker Lendecke
2008-04-20
1
-1
/
+1
*
Add "desthost" to rpc_pipe_client
Volker Lendecke
2008-04-20
1
-0
/
+2
*
Refactoring: Make struct rpc_pipe_client its own talloc parent
Volker Lendecke
2008-04-20
1
-2
/
+0
*
Add CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS define.
Günther Deschner
2008-04-08
1
-0
/
+1
*
For convenience reasons, always create cli->srv_name_slash in the rpc_client.
Günther Deschner
2008-03-12
1
-0
/
+1
*
Add infrastructure to support async SMB requests
Volker Lendecke
2008-03-06
1
-0
/
+30
*
Revert "Add infrastructure to support async SMB requests"
Volker Lendecke
2008-03-01
1
-30
/
+0
*
Add infrastructure to support async SMB requests
Volker Lendecke
2008-02-28
1
-0
/
+30
*
Don't define SMB_TRANS_ENC_GSS if we don't have KRB5.
Jeremy Allison
2008-02-28
1
-1
/
+6
*
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
2007-12-26
1
-0
/
+26
*
Remove pstrings from client/client.c by doing a large rewrite.
Jeremy Allison
2007-12-06
1
-3
/
+2
*
Remove the explicit TALLOC_CTX * from cli_struct.
Jeremy Allison
2007-11-29
1
-3
/
+6
*
Remove the horror that was the global smb_rw_error.
Jeremy Allison
2007-11-05
1
-1
/
+1
*
Remove the smb_read_error global variable and replace
Jeremy Allison
2007-11-03
1
-1
/
+2
*
Change the client library to write directly out of
Jeremy Allison
2007-11-02
1
-0
/
+1
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
1
-1
/
+1
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-10
/
+10
[next]