summaryrefslogtreecommitdiff
path: root/libbb/obscure.c
Commit message (Expand)AuthorAgeFilesLines
* unit-tests: implement the unit-testing frameworkBartosz Golaszewski2014-06-221-0/+38
* libbb/obscure.c: code shrink. Suggested by Tito.Denys Vlasenko2014-04-161-1/+1
* a few tweaks for bionicDenys Vlasenko2011-07-081-0/+2
* libbb: fix fallout from last patch to obscure() (my mistake). +143 bytesDenys Vlasenko2010-08-171-1/+1
* libbb: shrink obscure()Bob Dunlop2010-08-171-33/+45
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>Denis Vlasenko2008-02-251-7/+6
* fbset: fix buglet where we were using wrong pointerDenis Vlasenko2007-11-061-1/+2
* passwd: rework:Denis Vlasenko2006-11-301-5/+5
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-1/+1
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-6/+1
* Tito writes: If the gecos field of an user is empty, obscure reports a false ...Mike Frysinger2006-07-151-1/+1
* Correct the comment to match the code."Robert P. J. Day"2006-07-021-1/+1
* Allow a user-configurable minimum password length."Robert P. J. Day"2006-07-021-7/+2
* - include strings.hBernhard Reutner-Fischer2006-05-191-7/+8
* New version from Tito.Rob Landley2006-04-021-224/+144
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Save a few bytes in error message.Rob Landley2006-02-051-1/+1
* more obscure"Vladimir N. Oleynik"2006-01-311-1/+4
* - correct definitions.Bernhard Reutner-Fischer2006-01-131-2/+2
* - shrink simple obscure stuff a tiny bit:Bernhard Reutner-Fischer2006-01-121-17/+22
* Patch from vodz to cleanup libbb/obscure.c:password_check()Eric Andersen2003-08-061-3/+3
* Vladimir N. Oleynik writes:Eric Andersen2003-07-301-2/+5
* Major coreutils update.Manuel Novoa III2003-03-191-3/+3
* last_patch61 from vodz:Eric Andersen2002-10-101-30/+32
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-0/+246