aboutsummaryrefslogtreecommitdiff
path: root/loginutils
AgeCommit message (Expand)Author
2008-02-02getty: don't try to detect parity on local linesDenis Vlasenko
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer
2007-12-04getty: a small code shrinkDenis Vlasenko
2007-12-04getty: don't accept ancient '#' and '@' as backspace/kill line,Denis Vlasenko
2007-11-08xreadlink: code shrinkDenis Vlasenko
2007-11-07flush typeahead before promptPaul Fox
2007-11-07login: fix PAM login (was unable to complete Kerberos login)Denis Vlasenko
2007-11-06login: clear dangerous environment variables if started by non-rootDenis Vlasenko
2007-11-06fbset: fix buglet where we were using wrong pointerDenis Vlasenko
2007-11-04Announce 1.8.0Denis Vlasenko
2007-10-29appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko
2007-10-20bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C.Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko
2007-09-27vlock: get rid of staticsDenis Vlasenko
2007-09-10setup_environment: code shrinkDenis Vlasenko
2007-09-03login: do reject wrong passwords with PAM authDenis Vlasenko
2007-08-22login: fixes for PAM buildDenis Vlasenko
2007-08-21login: optional support for PAMDenis Vlasenko
2007-08-19libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-18introduce and use xdup2(int, int)Denis Vlasenko
2007-08-16whitespace fixes, no code changesDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-30addgroup: "disallow addgroup -g num user group"; make -g 0 workDenis Vlasenko
2007-07-27passwd: fix bug: we are trying to update shadow even if user's record is in p...Denis Vlasenko
2007-07-27bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko
2007-07-23chpasswd: rename long options definition to match other applets. no code changesDenis Vlasenko
2007-07-23rework long option handling. saves ~1.2kDenis Vlasenko
2007-07-21chpasswd: fix indentationDenis Vlasenko
2007-07-21chpasswd: fixes for shadow password handlingDenis Vlasenko
2007-07-21chpasswd: fixes and code shrinkDenis Vlasenko
2007-07-20chpasswd: now with svn addDenis Vlasenko
2007-07-20chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko
2007-07-14adduser: close /etc/{passwd,shadow} before calling passwd etc.Denis Vlasenko
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-06-14init: make sure fd 0,1,2 are not closed, + related optimizations.Denis Vlasenko
2007-06-12login: make /etc/nologin support configurable. -240 bytes if not selected.Denis Vlasenko
2007-06-08login: ask passwords even for wrong usernames.Denis Vlasenko
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko
2007-05-31use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko
2007-05-30whitespace fixesDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-05-09cryptpw: size reductionDenis Vlasenko
2007-05-08cryptpw: forgot svn add... how typical of me :(Denis Vlasenko
2007-05-08cryptpw: new applet (a bit less than 3k added)Denis Vlasenko
2007-04-15deluser: add optional support for removing users from groupsDenis Vlasenko
2007-04-12login: fixing my brainfart: xspawn(t_argv) <- was using argv!Denis Vlasenko