r8284: - fixed some uninitialised variables in the irpc code
authorAndrew Tridgell <tridge@samba.org>
Sun, 10 Jul 2005 08:35:18 +0000 (08:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:19:31 +0000 (13:19 -0500)
commit056096c30ba73cbc5304c99af5d5a08d89111aab
tree411dade1ba4bbfc5a958515d300e0227893a86e1
parente43e8fcf55e55fa2cc54b83c8a4111f3a6e4eae7
r8284: - fixed some uninitialised variables in the irpc code

- added code to send multiple irpc calls in parallel, to all servers
  that have registered the given name, with output going in
  io.results[i]. This allows you to make rpc calls to multiple servers
  at once, which is needed for clients like smbstatus
(This used to be commit 061e20e509d95ffe16d7dd6fba7db39fc7a165ed)
source4/lib/messaging/messaging.c
source4/scripting/ejs/mprutil.c
source4/scripting/ejs/smbcalls.h
source4/scripting/ejs/smbcalls_rpc.c
source4/scripting/ejs/smbscript.c