aboutsummaryrefslogtreecommitdiff
path: root/libbb/pw_encrypt.c
AgeCommit message (Expand)Author
2021-01-04Fix missing "crypt.h" compilation error on the FreeBSDAlex Samorukov
2020-12-15libbb: make pw_encrypt() die if supplied salt is bad (e.g. emply)Denys Vlasenko
2019-07-16libbb: include <crypt.h> only if necessaryDenys Vlasenko
2018-06-27libbb: crypt() in newer glibc requires include <crypt.h>Denys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-02-04Replace int -> uint to avoid signed integer overflowRostislav Skudnov
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2015-12-18chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGOPascal Bach
2014-02-09libbb: don't die if crypt() returns NULLDenys Vlasenko
2011-05-13adduser: safe username passing to passwd/addgroupDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2008-12-07libbb: move crypt_make_salt() to pw_encrypt.c, reuseDenis Vlasenko
2008-11-10libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko
2008-11-07libbb: add a TODO to support new SHA-based encrypted passwordsDenis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-06-16whitespace and comment fixes, no code changesDenis Vlasenko
2008-06-15Specially for Bernhard Fischer introduce USE_BB_CRYPTDenis Vlasenko
2008-06-12make pw_encrypt() return malloc'ed string.Denis Vlasenko
2008-06-12uclibc insists on having 70k static buffer for crypt.Denis Vlasenko
2007-06-18libbb: random hunt for staticsDenis Vlasenko
2006-11-30passwd: small size optimization. salt generation improvedDenis Vlasenko
2006-09-27usage.h: fix compile-time bugs exposed by previous changeDenis Vlasenko
2006-07-10Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"
2006-06-18skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-05-26Vodz, last_patch_86Glenn L McGrath
2002-06-23Port over the last of the tinylogin appletsEric Andersen