r3541: Add support (to be verified with the squid team) for the Squid 3.0
authorAndrew Bartlett <abartlet@samba.org>
Fri, 5 Nov 2004 04:26:48 +0000 (04:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:30 +0000 (13:05 -0500)
commitc772c754001a62cd86581cfd634b925e491f44f9
treec63587e72427da06459c5f3a01d6c2d333165128
parent1d97e7b9d8a8e716cd50bb42065687a65d542b2d
r3541: Add support (to be verified with the squid team) for the Squid 3.0
multiplexed helper system.

This system prefixes every request with a number, and we maintian a
state machine for each of these integers.  This means that we can have
multiple outstanding challenges, without the overhead of a whole
ntlm_auth process.

In future, the actual password check will also be async.

Andrew Bartlett
(This used to be commit 9ea34abce384214e35b1b2c5f405c5f91f27d195)
source4/utils/ntlm_auth.c