Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / pw_encrypt.c
2019-07-16 Denys Vlasenkolibbb: include <crypt.h> only if necessary
2018-06-27 Denys Vlasenkolibbb: crypt() in newer glibc requires include <crypt.h>
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-02-04 Rostislav SkudnovReplace int -> uint to avoid signed integer overflow
2016-04-22 Denys Vlasenko*: slap on a few ALIGN1/2s where appropriate
2015-12-18 Pascal Bachchpasswd: support -c argument and respect DEFAULT_PASSW...
2014-02-09 Denys Vlasenkolibbb: don't die if crypt() returns NULL
2011-05-13 Denys Vlasenkoadduser: safe username passing to passwd/addgroup
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2008-12-07 Denis Vlasenkolibbb: move crypt_make_salt() to pw_encrypt.c, reuse
2008-11-10 Denis Vlasenkolibbb: add optionl support for SHA256/512 encrypted...
2008-11-07 Denis Vlasenkolibbb: add a TODO to support new SHA-based encrypted...
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-16 Denis Vlasenkowhitespace and comment fixes, no code changes
2008-06-15 Denis VlasenkoSpecially for Bernhard Fischer introduce USE_BB_CRYPT
2008-06-12 Denis Vlasenkomake pw_encrypt() return malloc'ed string.
2008-06-12 Denis Vlasenkouclibc insists on having 70k static buffer for crypt.
2007-06-18 Denis Vlasenkolibbb: random hunt for statics
2006-11-30 Denis Vlasenkopasswd: small size optimization. salt generation improved
2006-09-27 Denis Vlasenkousage.h: fix compile-time bugs exposed by previous...
2006-07-10 "Robert P. J. Day"Replace current verbose GPL stuff in libbb/*.c with...
2006-06-18 Rob Landleyskip_whitespace() shouldn't claim its return value...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-05-26 Glenn L McGrathVodz, last_patch_86
2002-06-23 Eric AndersenPort over the last of the tinylogin applets