index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loginutils
/
sulogin.c
Age
Commit message (
Expand
)
Author
2020-12-02
libbb: exec_login_shell() - new function
Denys Vlasenko
2020-12-02
libbb: rename run_shell() to exec_shell()
Denys Vlasenko
2020-11-29
libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping there
Denys Vlasenko
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-04-30
Optionally re-introduce bb_info_msg()
James Byrne
2017-08-04
make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
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-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
2015-10-19
loginutils/*: convert to new-style "one file" applets
Denys Vlasenko
2013-11-19
sulogin: use common password-checking routine.
Denys Vlasenko
2013-05-21
sulogin: allow system maintenance login if root password is empty
Jonathan Liu
2013-05-21
sulogin: correct lying comment
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-03
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...
Pere Orga
2011-03-08
s/FAIL_DELAY/LOGIN_FAIL_DELAY/
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-06-27
*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup
Ladislav Michl
2010-02-01
remove now-unneeded memset
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2008-12-03
- add new applet mkpasswd(1)
Bernhard Reutner-Fischer
2008-11-09
*: a bit of code shrink
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-12
make pw_encrypt() return malloc'ed string.
Denis Vlasenko
2008-06-12
uclibc insists on having 70k static buffer for crypt.
Denis Vlasenko
2008-03-17
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-02-18
mount: recognize "dirsync" (closes bug 835)
Denis Vlasenko
2008-01-27
- fix conflicting decls of syslog related facilitynames and prioritynames tables
Bernhard Reutner-Fischer
2007-11-06
login: clear dangerous environment variables if started by non-root
Denis Vlasenko
2007-10-29
appletlib.c: make it actally follow _BB_SUID_ALWAYS rules
Denis Vlasenko
2007-10-20
bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C.
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-09-10
setup_environment: code shrink
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-03-13
Do not fail password check if shadow password does not exist -
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-12-30
fix for uclibc-without-shadow.h compilation
Denis Vlasenko
2006-12-28
fix build without shadow support
Denis Vlasenko
2006-10-14
sulogin: add support for $SUSHELL & $sushell
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-03
bb_applet_name -> applet_name
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-09-17
whitespace cleanup
Denis Vlasenko
[next]