aboutsummaryrefslogtreecommitdiff
path: root/loginutils/chpasswd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tweak help textsDenys Vlasenko2020-12-161-9/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* Optionally re-introduce bb_info_msg()James Byrne2019-04-301-1/+1
* Add chroot support to chpasswdJon Kolb2018-08-011-5/+13
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+4
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-2/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-3/+3
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWDDenys Vlasenko2017-01-201-6/+6
* Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko2016-03-301-1/+1
* chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGOPascal Bach2015-12-181-15/+16
* loginutils/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-191-1/+19
* passwd,cryptpw: make default encryption algorithm configurableDenys Vlasenko2012-01-081-0/+2
* chpasswd: fix possible free() or non-allocated string. +8 bytesDenys Vlasenko2011-09-111-6/+11
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* adduser: safe username passing to passwd/addgroupDenys Vlasenko2011-05-131-5/+6
* passwd,chpasswd: reset password in /etc/passwd to "x" if /etc/shadow was updatedTito Ragusa2011-04-051-1/+4
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+14
* *: whitespace fixesDenys Vlasenko2010-10-281-2/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko2009-06-191-2/+2
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-1/+1
* *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko2009-04-141-3/+2
* - don't free user-supplied string (via -e)Bernhard Reutner-Fischer2008-08-051-3/+3
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* make pw_encrypt() return malloc'ed string.Denis Vlasenko2008-06-121-0/+1
* uclibc insists on having 70k static buffer for crypt.Denis Vlasenko2008-06-121-1/+1
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-261-1/+1
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-2/+0
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* whitespace fixes, no code changesDenis Vlasenko2007-08-161-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-1/+1
* chpasswd: rename long options definition to match other applets. no code changesDenis Vlasenko2007-07-231-2/+2
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-231-5/+4
* chpasswd: fix indentationDenis Vlasenko2007-07-211-1/+1
* chpasswd: fixes for shadow password handlingDenis Vlasenko2007-07-211-10/+12
* chpasswd: fixes and code shrinkDenis Vlasenko2007-07-211-17/+12
* chpasswd: now with svn addDenis Vlasenko2007-07-201-0/+77