]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* modules/aaa/mod_auth_digest.c: Remove "weird" override of AuthName
authorJoe Orton <jorton@apache.org>
Mon, 6 Jul 2026 12:50:48 +0000 (12:50 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 6 Jul 2026 12:50:48 +0000 (12:50 +0000)
commit026753617320880fa9dc19d1e9c113cdaceebcd3
tree2083ef3e885d2c832fea5f444c5e6dca9f8eb5d1
parent358a56751f51e0d2cc76ccf9166f66adec34756e
* modules/aaa/mod_auth_digest.c: Remove "weird" override of AuthName
  directive, which adds complexity for little benefit (avoids putting
  20 bytes through SHA1 for each auth attempt).
  (set_realm): Remove function.
  (gen_nonce_hash): Create the nonce hash here from scratch.
  (create_digest_dir_config): Always allocate a config struct.
  Remove unused dir_name field from digest_config_rec.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
GitHub: PR #661

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935945 13f79535-47bb-0310-9956-ffa450edef68
modules/aaa/mod_auth_digest.c