]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.in
Negotiate authentication scheme support.
authorhno <>
Sun, 23 Oct 2005 17:55:31 +0000 (17:55 +0000)
committerhno <>
Sun, 23 Oct 2005 17:55:31 +0000 (17:55 +0000)
commit6bf4f823fa73dbe9e91d9e3600c313e15347d5d9
tree0d0f9afc3dcecbf337dc72c7f6e07245746849c1
parent4682d2b6665a9bc61f8f1b2b53e4af2fc60e9c61
Negotiate authentication scheme support.

Originally written for Squid-2.5 by Henrik, ported to Squid-3 by Kinkie
and bugfixed by Henrik.
25 files changed:
configure.in
src/ACL.h
src/ACLARP.cc
src/ACLChecklist.cc
src/AuthUser.h
src/AuthUserRequest.cc
src/AuthUserRequest.h
src/Makefile.am
src/acl.cc
src/auth/Makefile.am
src/auth/negotiate/auth_negotiate.cc [new file with mode: 0644]
src/auth/negotiate/auth_negotiate.h [new file with mode: 0644]
src/auth/negotiate/negotiateScheme.cc [new file with mode: 0644]
src/auth/negotiate/negotiateScheme.h [new file with mode: 0644]
src/auth/ntlm/auth_ntlm.cc
src/auth/ntlm/auth_ntlm.h
src/cache_cf.cc
src/cf.data.pre
src/client_side.cc
src/enums.h
src/helper.cc
test-suite/negotiate_test.sh [new file with mode: 0644]
test-suite/ntlm_test.sh [new file with mode: 0644]
test-suite/run_negotiate_test.sh [new file with mode: 0644]
test-suite/run_ntlm_test.sh [new file with mode: 0644]