]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/passwd.c
Run util/openssl-format-source -v -c .
[thirdparty/openssl.git] / apps / passwd.c
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellMove more comments that confuse indent
2015-01-22  Tim Hudsonmark all block comments that need format preserving...
2005-06-28  Ben LaurieNasty fix for another warning, but all I have the patie...
2005-05-17  cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-04-05  Nils Larschsome const fixes
2003-10-29  Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2002-12-03  Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-10-14  Richard Levittemakedepend complains when a header file is included...
2002-03-22  Richard LevitteMerge in DES changed from 0.9.7-stable.
2002-02-22  Dr. Stephen HensonConfig code updates.
2001-10-24  Richard LevitteDue to an increasing number of clashes between modern...
2001-10-16  Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-07-30  Ben LaurieReally add the EVP and all of the DES changes.
2001-06-23  Richard LevitteUse apps_shutdown() in all applications, in case someon...
2001-06-19  Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-03-13  Bodo MöllerFix: return 0 if no error occured.
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19  Richard LevitteMake all configuration macros available for application...
2001-01-19  Bodo MöllerFix openssl passwd -1
2000-11-17  Bodo MöllerImprove usability of 'openssl passwd' by including
2000-09-20  Richard LevitteOn VMS, stdout may very well lead to a file that is...
2000-07-31  Bodo MöllerUpdate 'openssl passwd' documentation on selection...
2000-06-23  Bodo MöllerBSD-style MD5-based password algorithm in 'openssl...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-04-27  Bodo MöllerStylistic changes: Don't use a macro for the malloc...
2000-04-27  Bodo MöllerWarn about truncation also in the case when a single...
2000-02-24  Ralf S. EngelschallMake gcc 2.95.2 happy here, too.
2000-02-20  Ulf MöllerFix gcc warnings.
2000-02-17  Bodo MöllerCasts now unnecessary because of changed prototype.
2000-02-16  Ben LaurieFix signed/unsigned warnings.
2000-02-11  Bodo MöllerCorrections.
2000-02-11  Bodo MöllerImplement MD5-based "apr1" password hash.
2000-02-11  Ben LaurieFix shadow.
2000-02-10  Bodo Möller'passwd' tool.