randomconfig fixes
[oweals/busybox.git] / loginutils / passwd.c
2019-04-30 James ByrneOptionally re-introduce bb_info_msg()
2019-01-08 Einar Jónpasswd: initialize pointers correctly
2018-04-08 Denys Vlasenkolibbb.h: always include sys/resource.h
2018-04-07 Denys Vlasenkolibbb: switch bb_ask_noecho() to "mallocing" string...
2018-04-07 Denys Vlasenkolibbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmat...
2017-07-27 Denys Vlasenkoconfig: trim/improve item names and help texts, take 2
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-01-20 Denys Vlasenkopassword utils: improve --help, make DEFAULT_PASSWD_ALG...
2016-03-30 Denys VlasenkoReplace a few more bb_info_msg's by bb_error_msg or...
2015-10-18 Denys Vlasenkologinutils/*: convert to new-style "one file" applets
2013-11-19 Denys Vlasenkolibbb: move nuke_str() from passwd into libbb
2012-07-06 Mike Frysingerinclude sys/resource.h where needed
2012-01-08 Denys Vlasenkopasswd,cryptpw: make default encryption algorithm confi...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-05-13 Denys Vlasenkopasswd: shorter help text
2011-05-13 Denys Vlasenkoadduser: safe username passing to passwd/addgroup
2011-04-04 Tito Ragusapasswd,chpasswd: reset password in /etc/passwd to ...
2011-04-02 Pere Orgamove help text from include/usage.src.h to debianutils...
2011-03-08 Denys Vlasenkos/FAIL_DELAY/LOGIN_FAIL_DELAY/
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-01-09 Denys Vlasenkopasswd: do not complain about /etc/shadow needlessly
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-11-02 Denys Vlasenkopasswd: do not complain if /etc/shadow is missing
2009-04-14 Denis Vlasenko*: unify concurrent-safe update of /etc/{passwd,group...
2009-03-11 Denis Vlasenko*: remove LOG_NOWAIT
2008-12-03 Denis Vlasenkolibbb: introduce and use xgetpwnam. ~ -150 bytes.
2008-12-03 Bernhard Reutner... - add new applet mkpasswd(1)
2008-12-02 Denis Vlasenkolibbb: password/group function helpers rewritten by...
2008-07-21 Bernhard Reutner... - first pass to unify/cleanup uid handling (-236b)
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-12 Denis Vlasenkomake pw_encrypt() return malloc'ed string.
2008-06-12 Denis Vlasenkouclibc insists on having 70k static buffer for crypt.
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-16 Denis Vlasenkolibbb: introduce bb_signals and bb_signals_recursive,
2008-01-27 Bernhard Reutner... - fix conflicting decls of syslog related facilitynames...
2007-10-29 Denis Vlasenkoappletlib.c: make it actally follow _BB_SUID_ALWAYS...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-07-27 Denis Vlasenkopasswd: fix bug: we are trying to update shadow even...
2007-07-27 Denis Vlasenkobb_getpwuid, bb_getgrgid: change order of arguments...
2007-07-20 Denis Vlasenkochpasswd: new applet by Alexander Shishkin <virtuoso...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-08 Denis Vlasenkocryptpw: new applet (a bit less than 3k added)
2007-03-13 Denis VlasenkoDo not fail password check if shadow password does...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #3
2006-12-30 Denis Vlasenkofix for uclibc-without-shadow.h compilation
2006-12-19 Denis Vlasenkopasswd: add option to check passwords for weakness
2006-12-12 Denis Vlasenkopasswd: fix indentation
2006-12-12 Denis Vlasenkopasswd: added comment
2006-12-12 Denis Vlasenkopasswd: shrink by ~10 bytes, use PRNG instead of usleep.
2006-12-01 Denis Vlasenkopasswd: made smaller by ~130 bytes. size can go negative
2006-11-30 Denis Vlasenkopasswd: micro-optimization
2006-11-30 Denis Vlasenkopasswd: small size optimization. salt generation improved
2006-11-30 Denis Vlasenkopasswd: rework:
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-26 Denis Vlasenkoseveral fixes from openWRT project
2006-09-23 Denis Vlasenkopasswd: getopt_ulflags'isation
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-16 Rob LandleyConvert setuid/setgid users to xsetuid/xsetgid.
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-07-11 Rob LandleyPatch from Tito to remove pwd_to_spwd (which we don...
2006-04-21 Ned Ludd- passwd doesnt use salt with md5 passwords; bug #604...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-31 Bernhard Reutner... - bzero -> memset
2006-01-08 Mike Frysingerdeclare const for fun
2006-01-06 Rob Landleypatch from tito: consolidate delay functions as bb_do_d...
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2004-09-15 Glenn L McGrathOnly write to shadow file is shadow passwords are enabl...
2004-09-02 Eric AndersenTito writes:
2004-05-01 Eric AndersenDo not use getpass(3)
2003-09-04 Glenn L McGrathSet the default password to md5, patch by Joshua Jackson
2003-03-19 Manuel Novoa III Major coreutils update.
2003-02-08 Glenn L McGrathPatch from Joshua Jackson, make md5 the default hash...
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2002-07-03 Eric AndersenFix text alignment, thanks to Sander Klein <s.klein...
2002-06-23 Eric AndersenPort over the last of the tinylogin applets