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
/
sulogin.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR
Denys Vlasenko
2022-01-13
1
-3
/
+6
*
sulogin: util-linux does not say "normal startup" on Ctrl-D
Denys Vlasenko
2022-01-13
1
-1
/
+2
*
sulogin: start _login_ shell only with -p
Denys Vlasenko
2022-01-13
1
-7
/
+10
*
ash: ^C with SIG_INGed SIGINT should not exit the shell
Denys Vlasenko
2022-01-13
1
-0
/
+5
*
sulogin: increase util-linux compatibility
Denys Vlasenko
2022-01-12
1
-0
/
+23
*
libbb: exec_login_shell() - new function
Denys Vlasenko
2020-12-02
1
-1
/
+1
*
libbb: rename run_shell() to exec_shell()
Denys Vlasenko
2020-12-02
1
-1
/
+1
*
libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping there
Denys Vlasenko
2020-11-29
1
-1
/
+1
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-4
/
+4
*
Optionally re-introduce bb_info_msg()
James Byrne
2019-04-30
1
-3
/
+3
*
make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec
Denys Vlasenko
2017-08-04
1
-2
/
+2
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-2
/
+2
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
su: expand help; simplify passing of -c CMD to run_shell()
Denys Vlasenko
2016-11-03
1
-1
/
+1
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-2
/
+1
*
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
*
loginutils/*: convert to new-style "one file" applets
Denys Vlasenko
2015-10-19
1
-0
/
+12
*
sulogin: use common password-checking routine.
Denys Vlasenko
2013-11-19
1
-37
/
+6
*
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
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...
Pere Orga
2011-04-03
1
-0
/
+7
*
s/FAIL_DELAY/LOGIN_FAIL_DELAY/
Denys Vlasenko
2011-03-08
1
-2
/
+2
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup
Ladislav Michl
2010-06-27
1
-5
/
+3
*
remove now-unneeded memset
Denys Vlasenko
2010-02-01
1
-3
/
+0
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-1
/
+1
*
- add new applet mkpasswd(1)
Bernhard Reutner-Fischer
2008-12-03
1
-2
/
+2
*
*: a bit of code shrink
Denis Vlasenko
2008-11-09
1
-2
/
+3
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-2
/
+2
*
make pw_encrypt() return malloc'ed string.
Denis Vlasenko
2008-06-12
1
-1
/
+7
*
uclibc insists on having 70k static buffer for crypt.
Denis Vlasenko
2008-06-12
1
-1
/
+1
*
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
1
-4
/
+3
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
mount: recognize "dirsync" (closes bug 835)
Denis Vlasenko
2008-02-18
1
-1
/
+1
*
- fix conflicting decls of syslog related facilitynames and prioritynames tables
Bernhard Reutner-Fischer
2008-01-27
1
-2
/
+1
*
login: clear dangerous environment variables if started by non-root
Denis Vlasenko
2007-11-06
1
-23
/
+2
*
appletlib.c: make it actally follow _BB_SUID_ALWAYS rules
Denis Vlasenko
2007-10-29
1
-4
/
+9
*
bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C.
Denis Vlasenko
2007-10-20
1
-30
/
+31
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
setup_environment: code shrink
Denis Vlasenko
2007-09-10
1
-3
/
+4
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-2
/
+2
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
Do not fail password check if shadow password does not exist -
Denis Vlasenko
2007-03-13
1
-6
/
+9
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
fix for uclibc-without-shadow.h compilation
Denis Vlasenko
2006-12-30
1
-1
/
+3
*
fix build without shadow support
Denis Vlasenko
2006-12-28
1
-2
/
+1
[next]