projects
/
oweals
/
busybox.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
tls: prepare for ECDH_anon ciphers
[oweals/busybox.git]
/
loginutils
/
su.c
2017-07-21
Denys Vlasenko
config: deindent all help texts
blob
|
commitdiff
|
raw
2017-07-18
Denys Vlasenko
Update menuconfig items with approximate applet sizes
blob
|
commitdiff
|
raw
|
diff to current
2017-04-13
Denys Vlasenko
fix "loginutils/Config.in:319 error: Overlong line"
blob
|
commitdiff
|
raw
|
diff to current
2017-04-13
Denys Vlasenko
libbb: make check_password() also return CHECKPASS_PW_H...
blob
|
commitdiff
|
raw
|
diff to current
2017-04-13
Denys Vlasenko
su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY
blob
|
commitdiff
|
raw
|
diff to current
2017-01-10
Denys Vlasenko
Big cleanup in config help and description
blob
|
commitdiff
|
raw
|
diff to current
2016-11-03
Denys Vlasenko
su: expand help; simplify passing of -c CMD to run_shell()
blob
|
commitdiff
|
raw
|
diff to current
2015-10-18
Denys Vlasenko
loginutils/*: convert to new-style "one file" applets
blob
|
commitdiff
|
raw
|
diff to current
2014-03-16
Romain Naour
su: add a delay if the password is incorrect
blob
|
commitdiff
|
raw
|
diff to current
2013-11-19
Denys Vlasenko
sulogin: use common password-checking routine.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-12
Pascal Bellard
su: do not change to home dir unless -l
blob
|
commitdiff
|
raw
|
diff to current
2011-06-05
Denys Vlasenko
*: remove "Options:" string from help texts
blob
|
commitdiff
|
raw
|
diff to current
2011-03-06
Denys Vlasenko
libbb/login/su: do not sanitize shell name twice
blob
|
commitdiff
|
raw
|
diff to current
2010-12-31
Denys Vlasenko
su: document -l in --help text. Closes bug 2761
blob
|
commitdiff
|
raw
|
diff to current
2010-11-30
Denys Vlasenko
su: suppress "warning: unused variable 'user_buf'"
blob
|
commitdiff
|
raw
|
diff to current
2010-08-16
Denys Vlasenko
*: make GNU licensing statement forms more regular
blob
|
commitdiff
|
raw
|
diff to current
2010-06-27
Ladislav Michl
*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix,...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-26
Denys Vlasenko
su: move restricted_shell into su.c (the only user)
blob
|
commitdiff
|
raw
|
diff to current
2010-02-26
Denys Vlasenko
setup_environment(): eliminate one parameter
blob
|
commitdiff
|
raw
|
diff to current
2009-09-09
Denys Vlasenko
a few more GCC-isms removed
blob
|
commitdiff
|
raw
|
diff to current
2009-04-21
Denis Vlasenko
*: mass renaming of USE_XXXX to IF_XXXX
blob
|
commitdiff
|
raw
|
diff to current
2008-12-23
Denis Vlasenko
libbb: introduce and use xmalloc_ttyname (-32 in bss).
blob
|
commitdiff
|
raw
|
diff to current
2008-12-03
Denis Vlasenko
libbb: introduce and use xgetpwnam. ~ -150 bytes.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-05
Denis Vlasenko
*: rename ATTRIBUTE_XXX to just XXX.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-17
Denis Vlasenko
*: shrink by using [f]open_or_warn_stdin where appropriate
blob
|
commitdiff
|
raw
|
diff to current
2008-03-17
Denis Vlasenko
dos2unix: tiny shrink
blob
|
commitdiff
|
raw
|
diff to current
2007-10-11
Denis Vlasenko
add -fvisibility=hidden to CC flags, mark XXX_main...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-10
Denis Vlasenko
setup_environment: code shrink
blob
|
commitdiff
|
raw
|
diff to current
2007-08-18
Denis Vlasenko
don't pass argc in getopt32, it's superfluous
blob
|
commitdiff
|
raw
|
diff to current
2007-05-26
Denis Vlasenko
usage.c: remove reference to busybox.h
blob
|
commitdiff
|
raw
|
diff to current
2007-02-03
Denis Vlasenko
suppress warnings about easch <applet>_main() having
blob
|
commitdiff
|
raw
|
diff to current
2007-01-29
Denis Vlasenko
preparatory patch for -Wwrite-strings #3
blob
|
commitdiff
|
raw
|
diff to current
2006-12-23
Denis Vlasenko
su: fix typo: "argv -= optind" should be +=
blob
|
commitdiff
|
raw
|
diff to current
2006-12-19
Bernhard Reutner...
- rename SU_SYSLOG to FEATURE_SU_SYSLOG
blob
|
commitdiff
|
raw
|
diff to current
2006-12-19
Denis Vlasenko
su: make /etc/shells check configurable
blob
|
commitdiff
|
raw
|
diff to current
2006-12-16
Denis Vlasenko
inline strcmp(s, "-") [actually macro-ize it for now...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-03
Denis Vlasenko
bb_applet_name -> applet_name
blob
|
commitdiff
|
raw
|
diff to current
2006-10-03
Denis Vlasenko
getopt_ulflags -> getopt32.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-23
Denis Vlasenko
correct_password: undo whitespace damage.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-13
Bernhard Reutner...
- fix copy'n paste errors that got introduced when...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-07
Denis Vlasenko
getty, sulogin: convert to using bb_msg for syslog...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-03
Rob Landley
Remove bb_ prefixes from xfuncs.c (and a few other...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-15
Rob Landley
Comment tweak from tito.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-10
Rob Landley
Patch from Tito to make syslog configurable and remove...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-14
Bernhard Reutner...
- minor size tweak
blob
|
commitdiff
|
raw
|
diff to current
2006-05-27
Rob Landley
Consolidate #include <sys/time.h> so libbb.h does it.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-19
Bernhard Reutner...
- Document -m, -c, -s and provide a default shell for...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-01
Mike Frysinger
Patch by jonlar in Bug 312 to split the U_W_TMP feature...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-03
Rob Landley
A patch from Takeharu KATO to update/fix SE-Linux support.
blob
|
commitdiff
|
raw
|
diff to current
2004-03-15
Eric Andersen
Remove trailing whitespace. Update copyright to includ...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-02
Glenn L McGrath
move all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-29
Glenn L McGrath
Vodz, last patch 105
blob
|
commitdiff
|
raw
|
diff to current
2003-07-03
Eric Andersen
Patch from Russell Coker:
blob
|
commitdiff
|
raw
|
diff to current
2003-03-19
Manuel Novoa III
Major coreutils update.
blob
|
commitdiff
|
raw
|
diff to current
2002-06-23
Eric Andersen
Port over the last of the tinylogin applets
blob
|
commitdiff
|
raw
|
diff to current
2002-06-04
Robert Griebl
Bigger patch for (partial) tinylogin integration
blob
|
commitdiff
|
raw
|
diff to current