s3: Make winbind recover from a signing error
authorVolker Lendecke <vl@samba.org>
Thu, 18 Nov 2010 12:28:47 +0000 (13:28 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 24 Nov 2010 17:25:10 +0000 (18:25 +0100)
commit49632d414e13ecd2f17362869c5dc1cceb47862b
treefb6b4553e7af93422b79990782b9614051caff73
parent2d24c4a056e5c54b5ef4c9112cec076ac7c08d6f
s3: Make winbind recover from a signing error

When winbind sees a signing error on the smb connection to a DC (for whatever
reason, our bug, network glitch, etc) it should recover properly. The "old"
code in clientgen.c just closed the socket in this case. This is the right
thing to do, this connection is spoiled anyway. The new, async code did not do
this so far, which led to the code in winbindd_cm.c not detect that we need to
reconnect.

Fix bug #7800 (winbind does not recover from smb signing errors).
source3/libsmb/async_smb.c