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)
commit66d3ee9ccb9807ca443962ef2a887627505c537c
tree44802dcc76d9271d0ba02408c9fd87423623cf7e
parent66caa3234d14321b579e5d8befa3a12579c6a68e
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
(This used to be commit b8f324e4f000971b7dafc263c16dd4af958ee7f9)
source4/librpc/rpc/dcerpc.c
source4/librpc/rpc/dcerpc.h
source4/pidl/lib/Parse/Pidl/NDR.pm
source4/pidl/lib/Parse/Pidl/Samba/NDR/Parser.pm
source4/torture/rpc/autoidl.c
source4/torture/rpc/countcalls.c
source4/torture/rpc/lsa.c
source4/torture/rpc/scanner.c