summaryrefslogtreecommitdiff
path: root/libbb/pw_encrypt_md5.c
Commit message (Expand)AuthorAgeFilesLines
* fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-291-1/+1
* *: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko2010-10-161-16/+16
* libbb/crypt: code shrinkDenis Vlasenko2008-12-041-6/+0
* libbb: disable a second md5 implementation which managed to creep in :)Denis Vlasenko2008-11-111-510/+39
* libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko2008-11-101-12/+2
* crypt: code shrinkDenis Vlasenko2008-06-141-13/+4
* trivial crypt shrinkageDenis Vlasenko2008-06-131-7/+8
* uclibc insists on having 70k static buffer for crypt.Denis Vlasenko2008-06-121-0/+656