r15500: Add support for interactive prompting on bad passwords to the RPC libraries.
authorAndrew Bartlett <abartlet@samba.org>
Sun, 7 May 2006 18:11:47 +0000 (18:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:05:42 +0000 (14:05 -0500)
commit5f36534629f7f755c7ad8681ec2322baa50f5504
tree22e736635c7fb34d3a69f116affdc8425fb121d8
parentceb1d661727a14fef54ce210d0d97f4417f1b132
r15500: Add support for interactive prompting on bad passwords to the RPC libraries.

This support requires that the bind_ack and alter_ack recv functions
also be send the DCE/RPC fault.  This would be best done by having the
ack run as a normal RPC reply callback, but this isn't easily possible
for now.

Andrew Bartlett
(This used to be commit be6dde22fe728d64d47875699d3421c6d8d872a4)
source4/libnet/libnet_join.c
source4/librpc/rpc/dcerpc.c
source4/librpc/rpc/dcerpc_connect.c
source4/librpc/rpc/dcerpc_util.c
source4/torture/rpc/bind.c