]> git.ipfire.org Git - thirdparty/squid.git/commit - src/auth/basic/NCSA/crypt_md5.h
Helpers: Upgrade Basic Auth NCSA helper
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 3 Oct 2009 01:40:29 +0000 (14:40 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 3 Oct 2009 01:40:29 +0000 (14:40 +1300)
commit0d8565acd8b86e0d116e6db299f8a2a27b37243a
treeaf23d8f06b07627f1933289d6fc5bd95597c7978
parente0855596217eabb3df0fc9a6e7130e148461603e
Helpers: Upgrade Basic Auth NCSA helper

- C++ Build with libcompat
- Rename basic_ncsa_auth
- Update CRYPTLIB definition.

TODO: there is some cleanup still needed relating to CRYPTLIB
the current definition may include -lmd5 as well
and Kerberos library define may duplicate both -lcrypt and -lmd5
in the guise of SSLLIB
configure.in
doc/release-notes/release-3.2.sgml
helpers/basic_auth/NCSA/Makefile.am
helpers/basic_auth/NCSA/basic_ncsa_auth.8 [moved from helpers/basic_auth/NCSA/ncsa_auth.8 with 63% similarity]
helpers/basic_auth/NCSA/basic_ncsa_auth.cc [moved from helpers/basic_auth/NCSA/ncsa_auth.c with 100% similarity]
helpers/basic_auth/NCSA/crypt_md5.cc [moved from helpers/basic_auth/NCSA/crypt_md5.c with 100% similarity]
helpers/basic_auth/NCSA/crypt_md5.h