History log of /httpd/support/passwd_common.h
Revision Date Author Comments Expand
8510ec2d1034d77b800ff605a9651e513bcef4a2 1488496 01-Jun-2013 fuankg

Added header protection.

dbf5f584c62fe6030d81121fdddeb7588b78b867 1465116 05-Apr-2013 sf

htpasswd: Add -v option to verify a password htpasswd and htdbm could use some more refactoring...

83bad90d62e8f0283585ba0d3c7ac29b6070ea6c 1425775 25-Dec-2012 sf

htdbm, htpasswd: print error message if out of memory PR: 54345

1dd5136d67e0164e4afd723a471b86a1b7eb1874 1395256 07-Oct-2012 sf

Optionally read passwords from stdin PR: 40243 Submitted by: Adomas Paltanavicius <adomas paltanavicius gmail com>, sf

e39eb98e3ad3fbf5c34b2fa1d16861f95143e22e 1395255 07-Oct-2012 sf

add support for bcrypt PR: 49288

d6fc66efa723db8b3ee5e9fd32579bed884e4e58 1395253 07-Oct-2012 sf

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().