]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r629159, r629164, r629218, r630139 from trunk:
authorRuediger Pluem <rpluem@apache.org>
Mon, 2 Jun 2008 21:24:12 +0000 (21:24 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 2 Jun 2008 21:24:12 +0000 (21:24 +0000)
commit176a62fd181ff33efdb04a09319ca075109558c0
tree732f7bb129a7c528e1382717bf23b328d26083a6
parentde46b857452e7818a5d2542de001d7b59e897c76
Merge r629159, r629164, r629218, r630139 from trunk:

Improve salt string generation.

Submited by: Andreas Krennmair <ak synflood.at>

Improve generation of the seed to rand, by using apr_generate_random_bytes,
rather than the current time as a seed.

Fix printing of error message.

* support/htpasswd.c (seed_rand): Fix compiler warning.

PR: 31440
Reviewed by: rpluem, jim, pquerna

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@662572 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
support/htpasswd.c