]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
We can't just create the temporary file in the current directory. If that
authorRyan Bloom <rbb@apache.org>
Tue, 8 Oct 2002 01:15:46 +0000 (01:15 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 8 Oct 2002 01:15:46 +0000 (01:15 +0000)
commitedd2f9990541840248761a5c63d611b7d7341d71
tree64aef3a4494122593a7e1f7ebfcbba7458719f61
parent03b8f85c882fd365fad90721691d003326574267
We can't just create the temporary file in the current directory.  If that
directory isn't writable, htpasswd won't work.  This adds a function
whose responsibility it is to find a valid directory for temporary files.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97136 13f79535-47bb-0310-9956-ffa450edef68
support/htpasswd.c