summaryrefslogtreecommitdiffstats
path: root/apps/passwd.c
AgeCommit message (Expand)Author
2005-06-29Brought forward from 0.9.8 - 64 bit warning fixes and fussy compiler fixes.Ben Laurie
2005-04-05some const fixesNils Larsch
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-10-14makedepend complains when a header file is included more than once inRichard Levitte
2002-03-22Merge in DES changed from 0.9.7-stable.Richard Levitte
2002-02-22Config code updates.Dr. Stephen Henson
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
2001-03-13Fix: return 0 if no error occured.Bodo Möller
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-01-19Fix openssl passwd -1Bodo Möller
2000-11-17Improve usability of 'openssl passwd' by includingBodo Möller
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-07-31Update 'openssl passwd' documentation on selection of algorithms.Bodo Möller
2000-06-23BSD-style MD5-based password algorithm in 'openssl passwd'.Bodo Möller
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-04-27Stylistic changes: Don't use a macro for the malloc'ed length since itBodo Möller
2000-04-27Warn about truncation also in the case when a single password is read usingBodo Möller
2000-02-24Make gcc 2.95.2 happy here, too.Ralf S. Engelschall
2000-02-20Fix gcc warnings.Ulf Möller
2000-02-17Casts now unnecessary because of changed prototype.Bodo Möller
2000-02-16Fix signed/unsigned warnings.Ben Laurie
2000-02-11Corrections.Bodo Möller
2000-02-11Implement MD5-based "apr1" password hash.Bodo Möller
2000-02-11Fix shadow.Ben Laurie
2000-02-10'passwd' tool.Bodo Möller