]> granicus.if.org Git - apache/commit
fix htpasswd/htdbm brown paper bag bugs
authorStefan Fritsch <sf@apache.org>
Fri, 5 Apr 2013 20:15:15 +0000 (20:15 +0000)
committerStefan Fritsch <sf@apache.org>
Fri, 5 Apr 2013 20:15:15 +0000 (20:15 +0000)
commite84335b00da02b4b85031dcd029a4cdbe0492e1a
tree8c7696f3b719b3acea28b4c9473d6c6205b7454d
parent52b220298db98de2059545c4713ff61202c7e971
fix htpasswd/htdbm brown paper bag bugs

- use the correct string to generate the hash from. PR 54735
- print error message instead of empty string

while there, replace strdup + check for oom with apr_pstrdup

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