index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
loginutils
Age
Commit message (
Expand
)
Author
2017-01-11
libbb: consolidate the code to set termios unbuffered mode
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2016-12-23
Selinux complains about deprecated selinux/flask.h, stop including it
Denys Vlasenko
2016-11-28
Code style fixes, no code changes
Denys Vlasenko
2016-11-04
comment and readme updates
Denys Vlasenko
2016-11-03
su: expand help; simplify passing of -c CMD to run_shell()
Denys Vlasenko
2016-07-06
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-04-21
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-03-31
make MKPASSWD a separate config option, not an automatic alias to cryptpw
Denys Vlasenko
2016-03-30
sulogin: use bb_error_msg instead of bb_info_msg; better message
Denys Vlasenko
2016-03-30
sulogin: remove suid paranoia code, explain why it's not necessary
Denys Vlasenko
2016-03-30
sulogin: Dorp incorrect comment about suid-ness
Denys Vlasenko
2016-03-30
Replace a few more bb_info_msg's by bb_error_msg or printf
Denys Vlasenko
2016-01-03
login: add commented-out PAM double password avoidance from BZ 4003
Denys Vlasenko
2015-12-18
chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGO
Pascal Bach
2015-10-21
login: explain -h HOST option better
Denys Vlasenko
2015-10-19
loginutils/*: convert to new-style "one file" applets
Denys Vlasenko
2015-10-09
remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds
Denys Vlasenko
2015-10-07
build system: -fno-builtin-printf
Denys Vlasenko
2015-09-21
adduser: fix help text
Denys Vlasenko
2015-09-21
adduser: Add -k /path/to/skel
Bernhard Reutner-Fischer
2015-08-24
login: don't print motd if .hushlogin exists in users home
Sören Tempel
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
[prev]
[next]