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