s3: Replace chain_reply
commit3b2c9bebc0aa08fe9a65afe5870bea490c5fb33a
authorVolker Lendecke <vl@samba.org>
Mon, 27 Feb 2012 23:56:10 +0000 (28 00:56 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 10 Mar 2012 14:34:11 +0000 (10 15:34 +0100)
tree9262ee255b695b709d160e32ef78aeb6f723326c
parentc9870a62f5d8865e67ae519db3f8e890afb6ee70
s3: Replace chain_reply

This is a new implementation of our andx handling code. The old
code was quite involved in that it was called from within the reply_
handlers. This leads to pretty complex faking of smb_request
structures to give them the same environment, independent of whether
they are called directly or from within chain_reply.

chain_reply needs to go because it blocks really async handling of
chained requests.
source3/smbd/blocking.c
source3/smbd/process.c