]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.ac
Restructured the directory structure to have all helpers in the new
authorhno <>
Wed, 26 Jun 2002 16:37:30 +0000 (16:37 +0000)
committerhno <>
Wed, 26 Jun 2002 16:37:30 +0000 (16:37 +0000)
commit0c510f3c1e56610df96698133ba9c70e5003cde3
tree2055ca8589b851e3c8ad4deac3a983db505fbe00
parentd0ef8ea81f97ee213456b76d7c0ffae29d0cf00d
Restructured the directory structure to have all helpers in the new
helpers directory.

helpers/basic_auth Basic auth helpers
helpers/ntlm_auth NTLM auth helpers
helpers/digest_auth Digest auth helpers
31 files changed:
Makefile.am
Makefile.in
configure
configure.in
helpers/Makefile.am [new file with mode: 0644]
helpers/Makefile.in [new file with mode: 0644]
helpers/basic_auth/LDAP/Makefile.in
helpers/basic_auth/MSNT/Makefile.in
helpers/basic_auth/Makefile.in
helpers/basic_auth/NCSA/Makefile.in
helpers/basic_auth/PAM/Makefile.in
helpers/basic_auth/SASL/Makefile.in
helpers/basic_auth/SMB/Makefile.in
helpers/basic_auth/YP/Makefile.in
helpers/basic_auth/getpwnam/Makefile.in
helpers/basic_auth/multi-domain-NTLM/Makefile.in
helpers/basic_auth/winbind/Makefile.in
helpers/digest_auth/Makefile.in
helpers/digest_auth/password/Makefile.in
helpers/ntlm_auth/Makefile.in
helpers/ntlm_auth/SMB/Makefile.in
helpers/ntlm_auth/SMB/smbval/Makefile.in
helpers/ntlm_auth/fakeauth/Makefile.in
helpers/ntlm_auth/no_check/Makefile.in
helpers/ntlm_auth/winbind/Makefile.in
src/auth/basic/Makefile.am
src/auth/basic/Makefile.in
src/auth/digest/Makefile.am
src/auth/digest/Makefile.in
src/auth/ntlm/Makefile.am
src/auth/ntlm/Makefile.in