index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loginutils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
getty: set tty attrs so that control chars are shown as ^c
Denys Vlasenko
2014-10-02
1
-8
/
+9
*
addgroup: mention -S in the help text
Denys Vlasenko
2014-08-15
1
-2
/
+2
*
getty: explain when setsid() fails. no code changes
Denys Vlasenko
2014-05-11
1
-0
/
+10
*
su: add a delay if the password is incorrect
Romain Naour
2014-03-16
1
-0
/
+1
*
Kbuild: move CONFIG_PAM to general configuration
Bartosz Golaszewski
2014-02-19
1
-7
/
+0
*
adduser,addgroup: introduce and use CONFIG_LAST_ID
Tito Ragusa
2014-01-17
3
-21
/
+27
*
adduser: check whether run with no USERNAME. Closes 6728
Denys Vlasenko
2013-12-20
1
-2
/
+2
*
libbb: move nuke_str() from passwd into libbb
Denys Vlasenko
2013-11-19
1
-5
/
+0
*
sulogin: use common password-checking routine.
Denys Vlasenko
2013-11-19
4
-40
/
+9
*
cryptpw: do not segfault on EOF. Closes 6350
Denys Vlasenko
2013-06-30
1
-7
/
+12
*
*: change execl sentinels from NULL to (char*)0
Rich Felker
2013-06-30
1
-1
/
+1
*
sulogin: allow system maintenance login if root password is empty
Jonathan Liu
2013-05-21
1
-2
/
+2
*
sulogin: correct lying comment
Denys Vlasenko
2013-05-21
1
-1
/
+1
*
adduser: make it accept "adduser USER GROUP" form
Tito Ragusa
2012-10-08
1
-8
/
+14
*
getty: tweak style, no code changes
Denys Vlasenko
2012-09-02
1
-2
/
+1
*
getty: add commented-out extended error diagnostic
Denys Vlasenko
2012-08-16
1
-0
/
+8
*
login: increase login name size limit from 32 to 64
Denys Vlasenko
2012-08-15
1
-1
/
+2
*
include sys/resource.h where needed
Mike Frysinger
2012-07-05
1
-0
/
+1
*
Move several applets to different install dir:
Denys Vlasenko
2012-06-20
1
-2
/
+2
*
su: do not change to home dir unless -l
Pascal Bellard
2012-06-12
1
-1
/
+2
*
getty: fix for NOCTTY killing us with SIGHUP
Denys Vlasenko
2012-04-26
1
-0
/
+6
*
login: -f should not ask for password even with PAM
Sergey Naumov
2012-01-30
1
-8
/
+10
*
*: better comments on termios manipulations. No code changes.
Denys Vlasenko
2012-01-15
1
-2
/
+4
*
passwd,cryptpw: make default encryption algorithm configurable
Denys Vlasenko
2012-01-08
4
-2
/
+11
*
getty: Hurd has no CBAUD, work around that
Denys Vlasenko
2011-10-30
1
-0
/
+2
*
getty: fix a minor problem of Ctrl-D not printing '\n'
Denys Vlasenko
2011-10-23
3
-36
/
+94
*
getty: reset tty attrs on Ctrl-C and Ctrl-D too
Denys Vlasenko
2011-10-23
1
-0
/
+2
*
getty: add O_NONBLOCK to open which is used to drop ctty
Denys Vlasenko
2011-10-22
1
-3
/
+5
*
getty: remove now not needed resetting of ALRM to to SIG_DFL
Denys Vlasenko
2011-10-22
1
-1
/
+0
*
getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...
Denys Vlasenko
2011-10-22
2
-97
/
+156
*
getty: shrink help text
Denys Vlasenko
2011-10-22
1
-1
/
+1
*
login: new option LOGIN_SESSION_AS_CHILD
Ian Wienand
2011-09-14
2
-6
/
+58
*
chpasswd: fix possible free() or non-allocated string. +8 bytes
Denys Vlasenko
2011-09-11
1
-6
/
+11
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
10
-11
/
+0
*
adduser: better logic for choosing addgroup -g/--gid
Denys Vlasenko
2011-05-21
1
-3
/
+5
*
adduser: prefer to call addgroup --gid, not non-std addgroup -g
Denys Vlasenko
2011-05-21
1
-4
/
+14
*
passwd: shorter help text
Denys Vlasenko
2011-05-13
1
-4
/
+4
*
adduser: safe username passing to passwd/addgroup
Denys Vlasenko
2011-05-13
4
-72
/
+57
*
trim help text
Denys Vlasenko
2011-05-12
1
-2
/
+2
*
passwd,chpasswd: reset password in /etc/passwd to "x" if /etc/shadow was updated
Tito Ragusa
2011-04-05
2
-4
/
+10
*
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...
Pere Orga
2011-04-03
9
-0
/
+125
*
login: set PAM RHOST
Ryan Phillips
2011-03-22
1
-0
/
+8
*
s/FAIL_DELAY/LOGIN_FAIL_DELAY/
Denys Vlasenko
2011-03-08
4
-6
/
+6
*
use user's shell instead of hardwired "/bin/sh" (android needs this)
Denys Vlasenko
2011-03-08
1
-1
/
+2
*
fix bit rot in scripts/Makefile.IMA
Denys Vlasenko
2011-03-06
1
-2
/
+2
*
libbb/login/su: do not sanitize shell name twice
Denys Vlasenko
2011-03-06
2
-14
/
+4
*
convert "do {...} while (1);" -> "while (1) {...}"
Denys Vlasenko
2011-03-02
1
-4
/
+5
*
adduser: use better argv passing to addgroup
Denys Vlasenko
2011-02-27
1
-9
/
+18
*
getty config help: fix example script
Denys Vlasenko
2011-02-10
1
-1
/
+1
*
getty: extend its config help
Denys Vlasenko
2011-02-10
1
-1
/
+13
[next]