]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Matthias Pitzl <silamael@coronamundi.de>
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 20 May 2009 06:59:04 +0000 (18:59 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 20 May 2009 06:59:04 +0000 (18:59 +1200)
commit3d29d59a69c421c543360b98e3e5d2a23bfb2450
treebe27c1871a6d4c3e138195cd1525cbea68dc678f
parentd376ccbf3b2dd2a6d90c5e7ea2f1dfdb3b9aee28
Author: Matthias Pitzl <silamael@coronamundi.de>
Bug 2644: auth scheme initialization is broken

Allocates auth schemas dynamically when needed.

TODO: de-allocate somehow on shutdown to stop the leakage this adds
src/auth/basic/basicScheme.cc
src/auth/basic/basicScheme.h
src/auth/digest/digestScheme.cc
src/auth/digest/digestScheme.h
src/auth/negotiate/negotiateScheme.cc
src/auth/negotiate/negotiateScheme.h
src/auth/ntlm/ntlmScheme.cc
src/auth/ntlm/ntlmScheme.h