aboutsummaryrefslogtreecommitdiff
path: root/loginutils
AgeCommit message (Expand)Author
2010-06-27*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-07bbconfig: make it independent from printf functionsDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-05-22getty: do not emit bogus error message on EOFDenys Vlasenko
2010-04-06libbb: add skip_dev_pfx()Denys Vlasenko
2010-04-06Move utmp/wtmp support to "General configuration" sectionDenys Vlasenko
2010-04-05telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko
2010-04-05libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko
2010-04-04who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -HDenys Vlasenko
2010-02-26su: move restricted_shell into su.c (the only user)Denys Vlasenko
2010-02-26setup_environment(): eliminate one parameterDenys Vlasenko
2010-02-26crontab: use setup_environmentBernhard Reutner-Fischer
2010-02-06adduser: copy /etc/skel to mew homes. +100 bytesDenys Vlasenko
2010-02-01remove now-unneeded memsetDenys Vlasenko
2010-01-10adduser: create a group for net user tooDenys Vlasenko
2010-01-09passwd: do not complain about /etc/shadow needlesslyDenys Vlasenko
2010-01-09adduser: more fixes to "add user to specified group"Denys Vlasenko
2010-01-09adduser: fix a logical inversion which made -G GRP inoperativeTito Ragusa
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-02passwd: do not complain if /etc/shadow is missingDenys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-10-29*: random code shrinkDenys Vlasenko
2009-10-23*: optimize most of isXXXXX() macrosDenys Vlasenko
2009-10-08*: a few more NOINLINEsDenys Vlasenko
2009-09-25login: log PAM errors to syslog, not stderrDenys Vlasenko
2009-09-09a few more GCC-isms removedDenys Vlasenko
2009-07-13add comment about /etc/gshadow, no code changesDenys Vlasenko
2009-07-13passwd + /etc/shadow: chage "change time" field tooDenys Vlasenko
2009-07-05df: fix "df /"Denys Vlasenko
2009-07-05Patches to enable FreeBSD buildDenys Vlasenko
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko
2009-05-25flash_lock, flash_unlock: new appletsDenys Vlasenko
2009-05-14adduser/addgroup: make system id range configurable.Denys Vlasenko
2009-04-22adduser/addgroup: support specifying uid/gid, add systemDenis Vlasenko
2009-04-21switch_root: improve behavior on error; improve help textDenis Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-14pointless whitespace/comment fixes, no code changesDenis Vlasenko
2009-04-14*: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko
2009-04-12getty: fix handling of speed 0;Denis Vlasenko
2009-04-09patch by Stuart Hughes <seh@zee2.com> and Guenter <lists@gknw.net> to make "0...Mike Frysinger
2009-04-01trailing whitespace removalDenis Vlasenko
2009-03-28randomtest fixesDenis Vlasenko
2009-03-11*: remove LOG_NOWAITDenis Vlasenko
2009-03-09*: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko
2009-02-24login: fix buglet introduced by "simplification"Denis Vlasenko
2009-02-02login: small simplification by Walter Harms. -10 bytesDenis Vlasenko
2009-02-02login: cleanup work by Walter Harms. No logic changes.Denis Vlasenko