r11473: Based on work by Jelmer, implement the [async] flag for rpc requests. If...
authorVolker Lendecke <vlendec@samba.org>
Wed, 2 Nov 2005 05:34:17 +0000 (05:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:45:41 +0000 (13:45 -0500)
commitb8f324e4f000971b7dafc263c16dd4af958ee7f9
tree3051c125a0a58144cc8f8163c59b033017af0f15
parenta56a3696cc6a5186f736e503704c288589e5a833
r11473: Based on work by Jelmer, implement the [async] flag for rpc requests. If it's
not there (it's not yet on *any* call... :-)), the rpc client strictly
sequences calls to an rpc pipe. Might need some more work on the exact
sequencing semantics when a pipe with both sync and async calls is actually
deployed, but I want it in for winbind simplification.

Volker
source/librpc/rpc/dcerpc.c
source/librpc/rpc/dcerpc.h
source/pidl/lib/Parse/Pidl/NDR.pm
source/pidl/lib/Parse/Pidl/Samba/NDR/Parser.pm
source/torture/rpc/autoidl.c
source/torture/rpc/countcalls.c
source/torture/rpc/lsa.c
source/torture/rpc/scanner.c