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
/
su.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge busybox into merge
Ron Yorston
2022-02-09
1
-4
/
+3
|
\
|
*
libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR
Denys Vlasenko
2022-01-13
1
-4
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-06-28
1
-1
/
+1
|
\
|
|
*
*: more --help tweaks
Denys Vlasenko
2021-06-15
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-01-14
1
-2
/
+2
|
\
|
|
*
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-08-16
1
-2
/
+2
|
\
|
|
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-2
/
+2
*
|
su: add a basic implementation for WIN32
Ron Yorston
2019-03-07
1
-0
/
+1
|
/
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-4
/
+4
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
fix "loginutils/Config.in:319 error: Overlong line"
Denys Vlasenko
2017-04-13
1
-1
/
+1
*
libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORD
Denys Vlasenko
2017-04-13
1
-1
/
+1
*
su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY
Denys Vlasenko
2017-04-13
1
-5
/
+22
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-5
/
+4
*
su: expand help; simplify passing of -c CMD to run_shell()
Denys Vlasenko
2016-11-03
1
-4
/
+29
*
loginutils/*: convert to new-style "one file" applets
Denys Vlasenko
2015-10-19
1
-3
/
+28
*
su: add a delay if the password is incorrect
Romain Naour
2014-03-16
1
-0
/
+1
*
sulogin: use common password-checking routine.
Denys Vlasenko
2013-11-19
1
-1
/
+1
*
su: do not change to home dir unless -l
Pascal Bellard
2012-06-12
1
-1
/
+2
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
libbb/login/su: do not sanitize shell name twice
Denys Vlasenko
2011-03-06
1
-8
/
+2
*
su: document -l in --help text. Closes bug 2761
Denys Vlasenko
2010-12-31
1
-0
/
+10
*
su: suppress "warning: unused variable 'user_buf'"
Denys Vlasenko
2010-11-30
1
-0
/
+2
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-2
/
+2
*
*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup
Ladislav Michl
2010-06-27
1
-26
/
+31
*
su: move restricted_shell into su.c (the only user)
Denys Vlasenko
2010-02-26
1
-1
/
+18
*
setup_environment(): eliminate one parameter
Denys Vlasenko
2010-02-26
1
-2
/
+4
*
a few more GCC-isms removed
Denys Vlasenko
2009-09-09
1
-5
/
+18
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-2
/
+2
*
libbb: introduce and use xmalloc_ttyname (-32 in bss).
Denis Vlasenko
2008-12-23
1
-1
/
+1
*
libbb: introduce and use xgetpwnam. ~ -150 bytes.
Denis Vlasenko
2008-12-03
1
-3
/
+1
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2008-03-17
1
-6
/
+4
*
dos2unix: tiny shrink
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
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
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
preparatory patch for -Wwrite-strings #3
Denis Vlasenko
2007-01-29
1
-3
/
+3
*
su: fix typo: "argv -= optind" should be +=
Denis Vlasenko
2006-12-23
1
-1
/
+1
*
- rename SU_SYSLOG to FEATURE_SU_SYSLOG
Bernhard Reutner-Fischer
2006-12-19
1
-7
/
+8
*
su: make /etc/shells check configurable
Denis Vlasenko
2006-12-19
1
-8
/
+15
*
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
Denis Vlasenko
2006-12-16
1
-7
/
+11
*
bb_applet_name -> applet_name
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
correct_password: undo whitespace damage.
Denis Vlasenko
2006-09-23
1
-1
/
+1
*
- fix copy'n paste errors that got introduced when switching to the shorter b...
Bernhard Reutner-Fischer
2006-09-13
1
-1
/
+1
[next]