Age | Commit message (Expand) | Author |
2015-03-12 | deluser: also remove user from /etc/group | Denys Vlasenko |
2015-02-07 | libpwdgrp: use getpwent() instead of getpwent_r() | Denys Vlasenko |
2015-02-05 | deluser: implement --remove-home | Denys Vlasenko |
2015-01-05 | libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS | Denys Vlasenko |
2014-10-02 | getty: set tty attrs so that control chars are shown as ^c | Denys Vlasenko |
2014-08-15 | addgroup: mention -S in the help text | Denys Vlasenko |
2014-05-11 | getty: explain when setsid() fails. no code changes | Denys Vlasenko |
2014-03-16 | su: add a delay if the password is incorrect | Romain Naour |
2014-02-19 | Kbuild: move CONFIG_PAM to general configuration | Bartosz Golaszewski |
2014-01-17 | adduser,addgroup: introduce and use CONFIG_LAST_ID | Tito Ragusa |
2013-12-20 | adduser: check whether run with no USERNAME. Closes 6728 | Denys Vlasenko |
2013-11-19 | libbb: move nuke_str() from passwd into libbb | Denys Vlasenko |
2013-11-19 | sulogin: use common password-checking routine. | Denys Vlasenko |
2013-06-30 | cryptpw: do not segfault on EOF. Closes 6350 | Denys Vlasenko |
2013-06-30 | *: change execl sentinels from NULL to (char*)0 | Rich Felker |
2013-05-21 | sulogin: allow system maintenance login if root password is empty | Jonathan Liu |
2013-05-21 | sulogin: correct lying comment | Denys Vlasenko |
2012-10-08 | adduser: make it accept "adduser USER GROUP" form | Tito Ragusa |
2012-09-02 | getty: tweak style, no code changes | Denys Vlasenko |
2012-08-16 | getty: add commented-out extended error diagnostic | Denys Vlasenko |
2012-08-15 | login: increase login name size limit from 32 to 64 | Denys Vlasenko |
2012-07-05 | include sys/resource.h where needed | Mike Frysinger |
2012-06-20 | Move several applets to different install dir: | Denys Vlasenko |
2012-06-12 | su: do not change to home dir unless -l | Pascal Bellard |
2012-04-26 | getty: fix for NOCTTY killing us with SIGHUP | Denys Vlasenko |
2012-01-30 | login: -f should not ask for password even with PAM | Sergey Naumov |
2012-01-15 | *: better comments on termios manipulations. No code changes. | Denys Vlasenko |
2012-01-08 | passwd,cryptpw: make default encryption algorithm configurable | Denys Vlasenko |
2011-10-30 | getty: Hurd has no CBAUD, work around that | Denys Vlasenko |
2011-10-23 | getty: fix a minor problem of Ctrl-D not printing '\n' | Denys Vlasenko |
2011-10-23 | getty: reset tty attrs on Ctrl-C and Ctrl-D too | Denys Vlasenko |
2011-10-22 | getty: add O_NONBLOCK to open which is used to drop ctty | Denys Vlasenko |
2011-10-22 | getty: remove now not needed resetting of ALRM to to SIG_DFL | Denys Vlasenko |
2011-10-22 | getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim... | Denys Vlasenko |
2011-10-22 | getty: shrink help text | Denys Vlasenko |
2011-09-14 | login: new option LOGIN_SESSION_AS_CHILD | Ian Wienand |
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-21 | adduser: better logic for choosing addgroup -g/--gid | Denys Vlasenko |
2011-05-21 | adduser: prefer to call addgroup --gid, not non-std addgroup -g | Denys Vlasenko |
2011-05-13 | passwd: shorter help text | Denys Vlasenko |
2011-05-13 | adduser: safe username passing to passwd/addgroup | Denys Vlasenko |
2011-05-12 | trim help text | 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 |
2011-03-22 | login: set PAM RHOST | Ryan Phillips |
2011-03-08 | s/FAIL_DELAY/LOGIN_FAIL_DELAY/ | Denys Vlasenko |
2011-03-08 | use user's shell instead of hardwired "/bin/sh" (android needs this) | Denys Vlasenko |
2011-03-06 | fix bit rot in scripts/Makefile.IMA | Denys Vlasenko |
2011-03-06 | libbb/login/su: do not sanitize shell name twice | Denys Vlasenko |