index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpc_client
/
cli_pipe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL.
Günther Deschner
2009-04-15
1
-1
/
+1
*
Remove pwd_cache.c, it was doing nothing. Make user_name, domain, and
Jeremy Allison
2009-04-15
1
-2
/
+2
*
Replace get_myname() with the talloc version from v3-3-test
Volker Lendecke
2009-02-13
1
-1
/
+1
*
Next step disentangling async_req from NTSTATUS
Volker Lendecke
2009-02-02
1
-10
/
+10
*
Split up async_req into a generic and a NTSTATUS specific part
Volker Lendecke
2009-02-01
1
-53
/
+53
*
Move rpc_pipe_open_internal to srv_pipe_hnd.c
Volker Lendecke
2009-02-01
1
-37
/
+0
*
cli_get_pipe_name_from_interface does not really need a talloc_ctx
Volker Lendecke
2009-02-01
1
-10
/
+20
*
Fix memleaks
Volker Lendecke
2009-01-30
1
-0
/
+7
*
pass NULL to prs_give_memory, that is a pointer
Volker Lendecke
2009-01-30
1
-1
/
+1
*
Add the "SMBD" rpc transport
Volker Lendecke
2009-01-30
1
-0
/
+55
*
Abstract away the transport in cli_pipe.c
Volker Lendecke
2009-01-22
1
-304
/
+173
*
Fix a segfault: rpccli_* expect the reply_pdu to always be initialized
Volker Lendecke
2009-01-22
1
-0
/
+5
*
cli_get_pipe_name_from_iface does not need the cli_state
Volker Lendecke
2009-01-22
1
-3
/
+2
*
Allow calling DCE/RPC server implementations directly using
Jelmer Vernooij
2009-01-21
1
-0
/
+42
*
Add a macro async_req_setup()
Volker Lendecke
2009-01-18
1
-60
/
+14
*
Add code to torture the fragmentation code a bit
Volker Lendecke
2009-01-18
1
-3
/
+15
*
Remove unused functions
Volker Lendecke
2009-01-18
1
-401
/
+0
*
Make rpc_pipe_bind async
Volker Lendecke
2009-01-18
1
-0
/
+447
*
Fix an uninitialized variable
Volker Lendecke
2009-01-18
1
-0
/
+1
*
Remove sync rpc_api_pipe_req
Volker Lendecke
2009-01-18
1
-170
/
+0
*
Add async rpc_api_pipe_req
Volker Lendecke
2009-01-18
1
-0
/
+308
*
Add rpc_write_send/recv
Volker Lendecke
2009-01-18
1
-0
/
+131
*
Remove unused sync functions
Volker Lendecke
2009-01-18
1
-196
/
+0
*
Make rpc_api_pipe async
Volker Lendecke
2009-01-18
1
-0
/
+284
*
Rename the async version of get_complete_pdu to get_complete_frag
Volker Lendecke
2009-01-18
1
-16
/
+16
*
Move initialization of the reply prs_struct to rpc_api_pipe
Volker Lendecke
2009-01-18
1
-13
/
+10
*
Always check the max send sizein rpc_api_pipe, not just with DEVELOPER
Volker Lendecke
2009-01-18
1
-8
/
+5
*
Make cli_api_pipe async
Volker Lendecke
2009-01-18
1
-99
/
+218
*
Remove sync rpc_read wrapper
Volker Lendecke
2009-01-18
1
-28
/
+0
*
Make cli_pipe_get_current_pdu async, rename it to get_current_pdu
Volker Lendecke
2009-01-18
1
-36
/
+190
*
Make rpc_read async
Volker Lendecke
2009-01-18
1
-87
/
+154
*
Slightly simplify the paths after rpc_api_pipe()
Volker Lendecke
2009-01-17
1
-6
/
+2
*
Make rpc_read look like a real read call
Volker Lendecke
2009-01-14
1
-18
/
+11
*
Make rpc_read() match the control flow normally used in Samba
Volker Lendecke
2009-01-14
1
-12
/
+19
*
Simplify rpc_read a bit
Volker Lendecke
2009-01-14
1
-16
/
+11
*
Remove an unnecessary size check
Volker Lendecke
2009-01-14
1
-10
/
+4
*
Check the fragment size the server has sent us
Volker Lendecke
2009-01-14
1
-0
/
+10
*
Slightly simplify rpc_read: It should not do the resize
Volker Lendecke
2009-01-14
1
-18
/
+34
*
Always read with offset 0 from a named pipe
Volker Lendecke
2009-01-14
1
-6
/
+5
*
Move cli_api_pipe() to its only user cli_pipe.c
Volker Lendecke
2009-01-11
1
-0
/
+26
*
Async wrapper for open_socket_out_send/recv
Volker Lendecke
2009-01-04
1
-3
/
+2
*
open_socket_out is always used with SOCK_STREAM, remove argument "type"
Volker Lendecke
2009-01-03
1
-1
/
+1
*
s3: store user session key in cli_rpc_pipe_open_noauth().
Günther Deschner
2008-12-05
1
-0
/
+7
*
errors: share dcerpc error function.
Günther Deschner
2008-10-31
1
-1
/
+1
*
Use separate make variables for libutil and libcrypto.
Jelmer Vernooij
2008-10-18
1
-1
/
+1
*
Don't use debug level 1 to log a trivial message.
Jeremy Allison
2008-10-15
1
-1
/
+1
*
Tiny logic simplification: remove an else branch
Volker Lendecke
2008-09-03
1
-36
/
+33
*
fix another build warning.
Günther Deschner
2008-08-20
1
-2
/
+2
*
Remove unused function rpccli_is_pipe_idx
Volker Lendecke
2008-07-21
1
-6
/
+0
*
Remove now unused cli_get_pipe_name
Volker Lendecke
2008-07-21
1
-7
/
+2
[next]