Somehow I managed to forget to attach the patch to the last msg.
Here it is:
*** ntlm_auth.c.nofi Fri Oct 27 00:12:15 2000
--- ntlm_auth.c Fri Oct 27 00:22:02 2000
***************
*** 391,397 ****
/* Challenge refresh. It's done here so to be done synchronously */
/* It would be nice to be able to do it while idle though... */
/* let's leave it like this - for now */
! if (need_challenge_refresh) {
debug("Closing connection to the DC for challenge renewal\n");
dc_disconnect();
need_challenge_refresh=0;
--- 391,397 ----
/* Challenge refresh. It's done here so to be done synchronously */
/* It would be nice to be able to do it while idle though... */
/* let's leave it like this - for now */
! if (1) {
debug("Closing connection to the DC for challenge renewal\n");
dc_disconnect();
need_challenge_refresh=0;
In principle this works, I don't have any experience under stress with
multiple auth processes yet though.
Michael.
-- Michael Weller: eowmob@exp-math.uni-essen.de, eowmob@ms.exp-math.uni-essen.de, or even mat42b@spi.power.uni-essen.de. If you encounter an eowmob account on any machine in the net, it's very likely it's me. -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Fri Oct 27 2000 - 04:16:05 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:55:59 MST