aboutsummaryrefslogtreecommitdiff
path: root/loginutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Config.in: mark all applets POSIX onlyNguyễn Thái Ngọc Duy2010-04-191-0/+15
* libbb: add skip_dev_pfx()Denys Vlasenko2010-04-061-3/+1
* Move utmp/wtmp support to "General configuration" sectionDenys Vlasenko2010-04-061-16/+0
* telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko2010-04-052-4/+6
* libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko2010-04-052-157/+16
* who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -HDenys Vlasenko2010-04-041-1/+2
* su: move restricted_shell into su.c (the only user)Denys Vlasenko2010-02-261-1/+18
* setup_environment(): eliminate one parameterDenys Vlasenko2010-02-262-4/+7
* crontab: use setup_environmentBernhard Reutner-Fischer2010-02-261-1/+1
* adduser: copy /etc/skel to mew homes. +100 bytesDenys Vlasenko2010-02-061-2/+16
* remove now-unneeded memsetDenys Vlasenko2010-02-011-3/+0
* adduser: create a group for net user tooDenys Vlasenko2010-01-101-13/+11
* passwd: do not complain about /etc/shadow needlesslyDenys Vlasenko2010-01-091-4/+12
* adduser: more fixes to "add user to specified group"Denys Vlasenko2010-01-091-3/+4
* adduser: fix a logical inversion which made -G GRP inoperativeTito Ragusa2010-01-091-1/+1
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-181-1/+1
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-132-3/+3
* passwd: do not complain if /etc/shadow is missingDenys Vlasenko2009-11-021-3/+3
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-3/+3
* *: random code shrinkDenys Vlasenko2009-10-291-1/+1
* *: optimize most of isXXXXX() macrosDenys Vlasenko2009-10-231-4/+7
* *: a few more NOINLINEsDenys Vlasenko2009-10-081-1/+1
* login: log PAM errors to syslog, not stderrDenys Vlasenko2009-09-251-1/+3
* a few more GCC-isms removedDenys Vlasenko2009-09-091-5/+18
* add comment about /etc/gshadow, no code changesDenys Vlasenko2009-07-132-2/+17
* passwd + /etc/shadow: chage "change time" field tooDenys Vlasenko2009-07-131-1/+12
* df: fix "df /"Denys Vlasenko2009-07-051-1/+1
* Patches to enable FreeBSD buildDenys Vlasenko2009-07-051-0/+4
* getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko2009-06-193-5/+5
* flash_lock, flash_unlock: new appletsDenys Vlasenko2009-05-251-1/+1
* adduser/addgroup: make system id range configurable.Denys Vlasenko2009-05-143-8/+32
* adduser/addgroup: support specifying uid/gid, add systemDenis Vlasenko2009-04-223-42/+110
* switch_root: improve behavior on error; improve help textDenis Vlasenko2009-04-211-1/+1
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-214-9/+9
* pointless whitespace/comment fixes, no code changesDenis Vlasenko2009-04-141-3/+3
* *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko2009-04-145-198/+60
* getty: fix handling of speed 0;Denis Vlasenko2009-04-121-10/+14
* patch by Stuart Hughes <seh@zee2.com> and Guenter <lists@gknw.net> to make "0...Mike Frysinger2009-04-091-1/+7
* trailing whitespace removalDenis Vlasenko2009-04-011-1/+1
* randomtest fixesDenis Vlasenko2009-03-281-0/+2
* *: remove LOG_NOWAITDenis Vlasenko2009-03-112-2/+2
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-092-1/+2
* login: fix buglet introduced by "simplification"Denis Vlasenko2009-02-241-1/+1
* login: small simplification by Walter Harms. -10 bytesDenis Vlasenko2009-02-021-10/+8
* login: cleanup work by Walter Harms. No logic changes.Denis Vlasenko2009-02-021-46/+56
* adduser: allow adding to group 0; don't _create_ /etc/shadow,Denis Vlasenko2009-01-121-13/+15
* - isascii() is obsolescent in SUSv4 and furthermore looks redundant in this spotBernhard Reutner-Fischer2009-01-091-1/+1
* libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko2008-12-232-5/+5
* Fix forgotten license commentsDenis Vlasenko2008-12-071-0/+2
* libbb: add xgetgrnam too. ~0 code size changeDenis Vlasenko2008-12-051-3/+1