Denys Vlasenko
|
69a5ec9dcc
main: fix the case where user has "halt" as login shell. Closes 9986
|
7 years ago |
Denys Vlasenko
|
a8cf9c5a3f
libbb: new function bb_getgroups() - allocating wrapper around getgroups()
|
7 years ago |
Denys Vlasenko
|
d4e4fdb5ce
fixes for bugs found by make_single_applets.sh
|
7 years ago |
Denys Vlasenko
|
a3de0b3b86
libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORD
|
7 years ago |
Denys Vlasenko
|
335681ca8e
su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY
|
7 years ago |
Kaarle Ritvanen
|
517a82c5b6
login: move check_securetty to libbb
|
9 years ago |
Denys Vlasenko
|
352ddd3d21
Tweak GETOPT_RESET comment
|
7 years ago |
Kaarle Ritvanen
|
835ad3a984
libbb: GETOPT_RESET macro
|
7 years ago |
Denys Vlasenko
|
d9eb40c185
fix errors found with make_single_applets.sh
|
7 years ago |
Denys Vlasenko
|
8a134ec680
libbb: move isqrt from factor, use it in diff too
|
7 years ago |
Denys Vlasenko
|
d88f94a5df
nl: new applet; also implement cat -nb (similar functionality to nl)
|
7 years ago |
Denys Vlasenko
|
ab518eea9c
mount: create loop devices with LO_FLAGS_AUTOCLEAR flag
|
7 years ago |
Denys Vlasenko
|
35b54a3c24
libbb: match_fstype() is unreadable in the extreme, fixing it
|
7 years ago |
Denys Vlasenko
|
9967c9949e
libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode
|
7 years ago |
Denys Vlasenko
|
89193f985b
tls: can download kernels now :)
|
7 years ago |
Denys Vlasenko
|
49ecee098d
tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work
|
7 years ago |
Denys Vlasenko
|
9a647c326a
separate TLS code into a library, use in in wget
|
7 years ago |
Denys Vlasenko
|
01ccdd1d3c
libbb: consolidate the code to set termios unbuffered mode
|
8 years ago |
Denys Vlasenko
|
e184a88356
df: implement -B n<suff> and -B <suff> formats of -B option
|
8 years ago |
Denys Vlasenko
|
4f13a70507
suppress glibc "use sysmacros.h for major" warning
|
8 years ago |
Mike Frysinger
|
c6f35241b3
selinux: drop deprecated headers
|
8 years ago |
Denys Vlasenko
|
548620c18b
randomconfig fixes
|
8 years ago |
Rostislav Skudnov
|
2e4ef38743
lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-Backspace
|
8 years ago |
Denys Vlasenko
|
79e2598c48
su: expand help; simplify passing of -c CMD to run_shell()
|
8 years ago |
Denys Vlasenko
|
0ae0509679
libbb: do not use fflush_unlocked, musl does not like fflush_unlocked(NULL)
|
8 years ago |
Denys Vlasenko
|
71a090f187
sha3: fix to conform to final SHA3 padding standard, add -a BITS option
|
8 years ago |
Denys Vlasenko
|
aa3576a29b
hush: fix "redirects can close script fd" bug
|
8 years ago |
Ron Yorston
|
ce824aecf2
libbb: move common code into run_applet_and_exit
|
8 years ago |
Denys Vlasenko
|
877dedb825
cp: add -u/--update and --remove-destination
|
8 years ago |
Denys Vlasenko
|
e6a2f4cc5a
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
|
8 years ago |