index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpc_client
/
cli_pipe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-30
Add the "SMBD" rpc transport
Volker Lendecke
1
-0
/
+55
2009-01-22
Abstract away the transport in cli_pipe.c
Volker Lendecke
1
-304
/
+173
2009-01-22
Fix a segfault: rpccli_* expect the reply_pdu to always be initialized
Volker Lendecke
1
-0
/
+5
2009-01-22
cli_get_pipe_name_from_iface does not need the cli_state
Volker Lendecke
1
-3
/
+2
2009-01-21
Allow calling DCE/RPC server implementations directly using
Jelmer Vernooij
1
-0
/
+42
2009-01-18
Add a macro async_req_setup()
Volker Lendecke
1
-60
/
+14
2009-01-18
Add code to torture the fragmentation code a bit
Volker Lendecke
1
-3
/
+15
2009-01-18
Remove unused functions
Volker Lendecke
1
-401
/
+0
2009-01-18
Make rpc_pipe_bind async
Volker Lendecke
1
-0
/
+447
2009-01-18
Fix an uninitialized variable
Volker Lendecke
1
-0
/
+1
2009-01-18
Remove sync rpc_api_pipe_req
Volker Lendecke
1
-170
/
+0
2009-01-18
Add async rpc_api_pipe_req
Volker Lendecke
1
-0
/
+308
2009-01-18
Add rpc_write_send/recv
Volker Lendecke
1
-0
/
+131
2009-01-18
Remove unused sync functions
Volker Lendecke
1
-196
/
+0
2009-01-18
Make rpc_api_pipe async
Volker Lendecke
1
-0
/
+284
2009-01-18
Rename the async version of get_complete_pdu to get_complete_frag
Volker Lendecke
1
-16
/
+16
2009-01-18
Move initialization of the reply prs_struct to rpc_api_pipe
Volker Lendecke
1
-13
/
+10
2009-01-18
Always check the max send sizein rpc_api_pipe, not just with DEVELOPER
Volker Lendecke
1
-8
/
+5
2009-01-18
Make cli_api_pipe async
Volker Lendecke
1
-99
/
+218
2009-01-18
Remove sync rpc_read wrapper
Volker Lendecke
1
-28
/
+0
2009-01-18
Make cli_pipe_get_current_pdu async, rename it to get_current_pdu
Volker Lendecke
1
-36
/
+190
2009-01-18
Make rpc_read async
Volker Lendecke
1
-87
/
+154
2009-01-17
Slightly simplify the paths after rpc_api_pipe()
Volker Lendecke
1
-6
/
+2
2009-01-14
Make rpc_read look like a real read call
Volker Lendecke
1
-18
/
+11
2009-01-14
Make rpc_read() match the control flow normally used in Samba
Volker Lendecke
1
-12
/
+19
2009-01-14
Simplify rpc_read a bit
Volker Lendecke
1
-16
/
+11
2009-01-14
Remove an unnecessary size check
Volker Lendecke
1
-10
/
+4
2009-01-14
Check the fragment size the server has sent us
Volker Lendecke
1
-0
/
+10
2009-01-14
Slightly simplify rpc_read: It should not do the resize
Volker Lendecke
1
-18
/
+34
2009-01-14
Always read with offset 0 from a named pipe
Volker Lendecke
1
-6
/
+5
2009-01-11
Move cli_api_pipe() to its only user cli_pipe.c
Volker Lendecke
1
-0
/
+26
2009-01-04
Async wrapper for open_socket_out_send/recv
Volker Lendecke
1
-3
/
+2
2009-01-03
open_socket_out is always used with SOCK_STREAM, remove argument "type"
Volker Lendecke
1
-1
/
+1
2008-12-05
s3: store user session key in cli_rpc_pipe_open_noauth().
Günther Deschner
1
-0
/
+7
2008-10-31
errors: share dcerpc error function.
Günther Deschner
1
-1
/
+1
2008-10-18
Use separate make variables for libutil and libcrypto.
Jelmer Vernooij
1
-1
/
+1
2008-10-15
Don't use debug level 1 to log a trivial message.
Jeremy Allison
1
-1
/
+1
2008-09-03
Tiny logic simplification: remove an else branch
Volker Lendecke
1
-36
/
+33
2008-08-20
fix another build warning.
Günther Deschner
1
-2
/
+2
2008-07-21
Remove unused function rpccli_is_pipe_idx
Volker Lendecke
1
-6
/
+0
2008-07-21
Remove now unused cli_get_pipe_name
Volker Lendecke
1
-7
/
+2
2008-07-21
Remove now unused cli_get_pipe_idx
Volker Lendecke
1
-15
/
+0
2008-07-21
Remove now unused cli_get_iface
Volker Lendecke
1
-9
/
+0
2008-07-21
Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idx
Volker Lendecke
1
-3
/
+3
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_krb5
Volker Lendecke
1
-23
/
+24
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel
Volker Lendecke
1
-13
/
+18
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmssp_auth_sc...
Volker Lendecke
1
-14
/
+18
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_key
Volker Lendecke
1
-28
/
+30
2008-07-20
Refactoring: Make get_schannel_session_key_auth_ntlmssp return NTSTATUS
Volker Lendecke
1
-21
/
+21
2008-07-20
Refactoring: Make get_schannel_session_key return NTSTATUS
Volker Lendecke
1
-15
/
+18
[next]