summaryrefslogtreecommitdiff
path: root/libbb/pw_encrypt.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: crypt() in newer glibc requires include <crypt.h>Denys Vlasenko2018-06-271-0/+1
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* Replace int -> uint to avoid signed integer overflowRostislav Skudnov2017-02-041-1/+1
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-1/+1
* chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGOPascal Bach2015-12-181-3/+7
* libbb: don't die if crypt() returns NULLDenys Vlasenko2014-02-091-1/+8
* adduser: safe username passing to passwd/addgroupDenys Vlasenko2011-05-131-2/+23
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* libbb: move crypt_make_salt() to pw_encrypt.c, reuseDenis Vlasenko2008-12-071-9/+46
* libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko2008-11-101-15/+28
* libbb: add a TODO to support new SHA-based encrypted passwordsDenis Vlasenko2008-11-071-12/+5
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-2/+2
* whitespace and comment fixes, no code changesDenis Vlasenko2008-06-161-4/+0
* Specially for Bernhard Fischer introduce USE_BB_CRYPTDenis Vlasenko2008-06-151-0/+17
* make pw_encrypt() return malloc'ed string.Denis Vlasenko2008-06-121-4/+3
* uclibc insists on having 70k static buffer for crypt.Denis Vlasenko2008-06-121-4/+49
* libbb: random hunt for staticsDenis Vlasenko2007-06-181-7/+5
* passwd: small size optimization. salt generation improvedDenis Vlasenko2006-11-301-1/+0
* usage.h: fix compile-time bugs exposed by previous changeDenis Vlasenko2006-09-271-3/+1
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"2006-07-101-14/+1
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley2006-06-181-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
* Vodz, last_patch_86Glenn L McGrath2003-05-261-4/+1
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-0/+48