]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Convert mod_auth_digest to use the new apr_global_mutex_t type.
authorAaron Bannert <aaron@apache.org>
Thu, 21 Feb 2002 17:00:50 +0000 (17:00 +0000)
committerAaron Bannert <aaron@apache.org>
Thu, 21 Feb 2002 17:00:50 +0000 (17:00 +0000)
commitbdf5fe928063cfd89bcbad6f56c01f45073183df
tree3378fc7c4d636a6170615a40093856df96bd1122
parenta3cd5f06e2e1533aef5aa4db3a7a3eed6b4ad5c4
Convert mod_auth_digest to use the new apr_global_mutex_t type.

Added some comments that will help us make this more portable.
tmpnam() is not portable to platforms that will not inhereit
the process, so we need to pull the lock filename from somewhere
shared, like a configuration directive.

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