]> granicus.if.org Git - apache/commit
First pass at cleaning up htpasswd. This removes the tmpnam call in
authorRyan Bloom <rbb@apache.org>
Sun, 16 Jun 2002 15:14:41 +0000 (15:14 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 16 Jun 2002 15:14:41 +0000 (15:14 +0000)
commitbe8f80bd57d0fbd63c7e63d12a3a852071c57c6b
tree2568ee80d05e863754c1058c783e87dff25e9ade
parent51f1e834b8f73720005ee5bbb53a66552df115ff
First pass at cleaning up htpasswd.  This removes the tmpnam call in
favor of apr_file_mktemp.  This also APR-izes most of the code.  The
file access code is still not using APR, but that will be fixed next.

I also re-organized some of the code to make it a little cleaner, and
to use functions where I could.

PR: 7764

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