]> 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)
commita8db8b57aab13f4bdc4f5f8dbb4bc9f82231d737
tree3378fc7c4d636a6170615a40093856df96bd1122
parent8cf30dbff9f3dfc6abe990b705188e9e74616779
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