aboutsummaryrefslogtreecommitdiffstats
path: root/apps/passwd.c
Commit message (Expand)AuthorAgeFilesLines
* Brought forward from 0.9.8 - 64 bit warning fixes and fussy compiler fixes.Ben Laurie2005-06-291-1/+2
* some const fixesNils Larsch2005-04-051-2/+2
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-1/+2
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-2/+2
* makedepend complains when a header file is included more than once inRichard Levitte2002-10-141-1/+0
* Merge in DES changed from 0.9.7-stable.Richard Levitte2002-03-221-2/+2
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* Due to an increasing number of clashes between modern OpenSSL andRichard Levitte2001-10-241-1/+1
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-6/+6
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-12/+11
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-231-0/+1
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-27/+27
* Fix: return 0 if no error occured.Bodo Möller2001-03-131-0/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-8/+8
* Fix openssl passwd -1Bodo Möller2001-01-191-1/+1
* Improve usability of 'openssl passwd' by includingBodo Möller2000-11-171-1/+6
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-1/+7
* Update 'openssl passwd' documentation on selection of algorithms.Bodo Möller2000-07-311-1/+1
* BSD-style MD5-based password algorithm in 'openssl passwd'.Bodo Möller2000-06-231-29/+46
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-5/+5
* Stylistic changes: Don't use a macro for the malloc'ed length since itBodo Möller2000-04-271-3/+5
* Warn about truncation also in the case when a single password is read usingBodo Möller2000-04-271-2/+4
* Make gcc 2.95.2 happy here, too.Ralf S. Engelschall2000-02-241-0/+2
* Fix gcc warnings.Ulf Möller2000-02-201-3/+3
* Casts now unnecessary because of changed prototype.Bodo Möller2000-02-171-3/+3
* Fix signed/unsigned warnings.Ben Laurie2000-02-161-0/+2
* Corrections.Bodo Möller2000-02-111-7/+12
* Implement MD5-based "apr1" password hash.Bodo Möller2000-02-111-64/+338
* Fix shadow.Ben Laurie2000-02-111-8/+8
* 'passwd' tool.Bodo Möller2000-02-101-0/+192