Age | Commit message (Expand) | Author |
2017-10-05 | whitespace and comment format fixes, no code changes | Denys Vlasenko |
2017-02-04 | Replace int -> uint to avoid signed integer overflow | Rostislav Skudnov |
2016-04-22 | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko |
2015-12-18 | chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGO | Pascal Bach |
2014-02-09 | libbb: don't die if crypt() returns NULL | Denys Vlasenko |
2011-05-13 | adduser: safe username passing to passwd/addgroup | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2008-12-07 | libbb: move crypt_make_salt() to pw_encrypt.c, reuse | Denis Vlasenko |
2008-11-10 | libbb: add optionl support for SHA256/512 encrypted passwords | Denis Vlasenko |
2008-11-07 | libbb: add a TODO to support new SHA-based encrypted passwords | Denis Vlasenko |
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko |
2008-06-16 | whitespace and comment fixes, no code changes | Denis Vlasenko |
2008-06-15 | Specially for Bernhard Fischer introduce USE_BB_CRYPT | Denis Vlasenko |
2008-06-12 | make pw_encrypt() return malloc'ed string. | Denis Vlasenko |
2008-06-12 | uclibc insists on having 70k static buffer for crypt. | Denis Vlasenko |
2007-06-18 | libbb: random hunt for statics | Denis Vlasenko |
2006-11-30 | passwd: small size optimization. salt generation improved | Denis Vlasenko |
2006-09-27 | usage.h: fix compile-time bugs exposed by previous change | Denis Vlasenko |
2006-07-10 | Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. | "Robert P. J. Day" |
2006-06-18 | skip_whitespace() shouldn't claim its return value is const, it doesn't know | Rob Landley |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen |
2003-05-26 | Vodz, last_patch_86 | Glenn L McGrath |
2002-06-23 | Port over the last of the tinylogin applets | Eric Andersen |