Start refactoring of htpasswd and htdbm
authorStefan Fritsch <sf@apache.org>
Sun, 7 Oct 2012 09:02:19 +0000 (09:02 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 7 Oct 2012 09:02:19 +0000 (09:02 +0000)
commit7d8882b4b4ac7f11404d9bc32c5ce8bf85febedd
treef8be78eec38703144799110e2a02c7c7fa033ab1
parent67fde08ec75c0228b635e35421339333653a7c2c
Start refactoring of htpasswd and htdbm

- Move many common code parts into separate source file. This adds some
  of htpasswd's recent improvements to htdbm.
- Rework salt generation to use the full 48bit of entropy for MD5
  Previously, it would only generate 2^32 different salts on a given
  platform.
- Use apr_getopt().

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1395253 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
support/Makefile.in
support/htdbm.c
support/htpasswd.c
support/passwd_common.c [new file with mode: 0644]
support/passwd_common.h [new file with mode: 0644]