]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.ac
SourceLayout: move Digest auth helpers to src/auth/digest/
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 30 Jan 2016 03:27:53 +0000 (16:27 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 30 Jan 2016 03:27:53 +0000 (16:27 +1300)
commitd4d7f6dd690990ac074991f351266ca55ff45575
tree89a400962dfc6de7871426343561a291d1a0f3e2
parent98ad44af5d9df87da07d0517d6e4057263ca4599
SourceLayout: move Digest auth helpers to src/auth/digest/
26 files changed:
configure.ac
helpers/Makefile.am
helpers/digest_auth/Makefile.am [deleted file]
src/auth/digest/LDAP/Makefile.am [moved from helpers/digest_auth/LDAP/Makefile.am with 69% similarity]
src/auth/digest/LDAP/digest_common.h [moved from helpers/digest_auth/LDAP/digest_common.h with 100% similarity]
src/auth/digest/LDAP/digest_pw_auth.cc [moved from helpers/digest_auth/LDAP/digest_pw_auth.cc with 97% similarity]
src/auth/digest/LDAP/ldap_backend.cc [moved from helpers/digest_auth/LDAP/ldap_backend.cc with 99% similarity]
src/auth/digest/LDAP/ldap_backend.h [moved from helpers/digest_auth/LDAP/ldap_backend.h with 90% similarity]
src/auth/digest/LDAP/required.m4 [moved from helpers/digest_auth/LDAP/required.m4 with 100% similarity]
src/auth/digest/Makefile.am
src/auth/digest/eDirectory/Makefile.am [moved from helpers/digest_auth/eDirectory/Makefile.am with 73% similarity]
src/auth/digest/eDirectory/digest_common.h [moved from helpers/digest_auth/eDirectory/digest_common.h with 100% similarity]
src/auth/digest/eDirectory/digest_pw_auth.cc [moved from helpers/digest_auth/eDirectory/digest_pw_auth.cc with 97% similarity]
src/auth/digest/eDirectory/edir_ldapext.cc [moved from helpers/digest_auth/eDirectory/edir_ldapext.cc with 99% similarity]
src/auth/digest/eDirectory/edir_ldapext.h [moved from helpers/digest_auth/eDirectory/edir_ldapext.h with 100% similarity]
src/auth/digest/eDirectory/ldap_backend.cc [moved from helpers/digest_auth/eDirectory/ldap_backend.cc with 99% similarity]
src/auth/digest/eDirectory/ldap_backend.h [moved from helpers/digest_auth/eDirectory/ldap_backend.h with 89% similarity]
src/auth/digest/eDirectory/required.m4 [moved from helpers/digest_auth/eDirectory/required.m4 with 100% similarity]
src/auth/digest/file/Makefile.am [moved from helpers/digest_auth/file/Makefile.am with 67% similarity]
src/auth/digest/file/digest_common.h [moved from helpers/digest_auth/file/digest_common.h with 100% similarity]
src/auth/digest/file/digest_file_auth.8 [moved from helpers/digest_auth/file/digest_file_auth.8 with 100% similarity]
src/auth/digest/file/digest_file_auth.cc [moved from helpers/digest_auth/file/digest_file_auth.cc with 97% similarity]
src/auth/digest/file/required.m4 [moved from helpers/digest_auth/file/required.m4 with 100% similarity]
src/auth/digest/file/text_backend.cc [moved from helpers/digest_auth/file/text_backend.cc with 99% similarity]
src/auth/digest/file/text_backend.h [moved from helpers/digest_auth/file/text_backend.h with 89% similarity]
src/auth/digest/helpers.m4 [moved from helpers/digest_auth/modules.m4 with 83% similarity]