Age | Commit message (Expand) | Author |
2018-08-01 | Add chroot support to chpasswd | Jon Kolb |
2017-08-08 | getopt32: remove opt_complementary | Denys Vlasenko |
2017-08-08 | getopt32: remove applet_long_options | Denys Vlasenko |
2017-07-21 | config: deindent all help texts | Denys Vlasenko |
2017-07-18 | Update menuconfig items with approximate applet sizes | Denys Vlasenko |
2017-01-20 | password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWD | Denys Vlasenko |
2016-03-30 | Replace a few more bb_info_msg's by bb_error_msg or printf | Denys Vlasenko |
2015-12-18 | chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGO | Pascal Bach |
2015-10-19 | loginutils/*: convert to new-style "one file" applets | Denys Vlasenko |
2012-01-08 | passwd,cryptpw: make default encryption algorithm configurable | Denys Vlasenko |
2011-09-11 | chpasswd: fix possible free() or non-allocated string. +8 bytes | Denys Vlasenko |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-05-13 | adduser: safe username passing to passwd/addgroup | Denys Vlasenko |
2011-04-05 | passwd,chpasswd: reset password in /etc/passwd to "x" if /etc/shadow was updated | Tito Ragusa |
2011-04-03 | move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit... | Pere Orga |
2010-10-28 | *: whitespace fixes | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2009-06-19 | getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS | Denys Vlasenko |
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko |
2009-04-14 | *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow} | Denis Vlasenko |
2008-08-05 | - don't free user-supplied string (via -e) | Bernhard Reutner-Fischer |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | 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 |
2008-03-26 | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko |
2008-03-23 | patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-16 | whitespace fixes, no code changes | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-07-24 | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko |
2007-07-23 | chpasswd: rename long options definition to match other applets. no code changes | Denis Vlasenko |
2007-07-23 | rework long option handling. saves ~1.2k | Denis Vlasenko |
2007-07-21 | chpasswd: fix indentation | Denis Vlasenko |
2007-07-21 | chpasswd: fixes for shadow password handling | Denis Vlasenko |
2007-07-21 | chpasswd: fixes and code shrink | Denis Vlasenko |
2007-07-20 | chpasswd: now with svn add | Denis Vlasenko |