summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2015-12-18chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGOPascal Bach2-18/+23
2014-02-09libbb: don't die if crypt() returns NULLDenys Vlasenko1-1/+8
2011-05-13adduser: safe username passing to passwd/addgroupDenys Vlasenko7-77/+88
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2008-12-07libbb: move crypt_make_salt() to pw_encrypt.c, reuseDenis Vlasenko4-59/+56
2008-11-10libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko7-35/+322
2008-11-07libbb: add a TODO to support new SHA-based encrypted passwordsDenis Vlasenko1-12/+5
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-06-16whitespace and comment fixes, no code changesDenis Vlasenko9-20/+16
2008-06-15Specially for Bernhard Fischer introduce USE_BB_CRYPTDenis Vlasenko3-34/+75
2008-06-12make pw_encrypt() return malloc'ed string.Denis Vlasenko7-17/+27
2008-06-12uclibc insists on having 70k static buffer for crypt.Denis Vlasenko10-24/+1456
2007-06-18libbb: random hunt for staticsDenis Vlasenko2-13/+16
2006-11-30passwd: small size optimization. salt generation improvedDenis Vlasenko3-23/+32
2006-09-27usage.h: fix compile-time bugs exposed by previous changeDenis Vlasenko2-11/+8
2006-07-10Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"36-404/+36
2006-06-18skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley12-192/+64
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen169-380/+298
2003-05-26Vodz, last_patch_86Glenn L McGrath17-115/+121
2002-06-23Port over the last of the tinylogin appletsEric Andersen27-348/+1812