aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/break3.right (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-22libbb: SHA-NI - document that unpckhpd also works, no code changesDenys Vlasenko2-0/+4
2025-07-22libbb: SHA-NI code shrinkDenys Vlasenko2-34/+66
2025-07-21libbb: change define names in SHA-NI code to match kernel source more closelyDenys Vlasenko2-166/+166
2025-07-20libbb/yescrypt: de-unroll salsa20()Denys Vlasenko2-23/+76
2025-07-19libbb: crypt_make_pw_salt(): fix yescrypt's random salt last charDenys Vlasenko2-4/+12
2025-07-19cryptpw: fix detection of crypt algo from salt (was broken if default isn't DES)Denys Vlasenko2-11/+34
2025-07-19libbb/yescrypt: code shrinkDenys Vlasenko1-28/+25
2025-07-19bootchartd: check the result of opendir("/proc")Denys Vlasenko1-1/+1
2025-07-18tftp: use bb_error_msg instead of info_msg for a debug messageDenys Vlasenko1-1/+1
2025-07-18ntpd: replace two bb_info_msg's with bb_error_msgDenys Vlasenko1-2/+2
2025-07-18sulogin: set ^C to SIG_DFL before execing the shellDenys Vlasenko1-3/+6
2025-07-18password applets: update help textDenys Vlasenko2-4/+4
2025-07-17libbb.h: increase MAX_PW_SALT_LENDenys Vlasenko2-8/+7
2025-07-17libbb/yescrypt: actually, largest allowed salt is 86 chars, support thatDenys Vlasenko3-15/+23
2025-07-15libbb/yescrypt: code shrinkDenys Vlasenko1-15/+8
2025-07-11libbb/yescrypt: code shrinkDenys Vlasenko2-10/+7
2025-07-09libbb/yescrypt: code shrinkDenys Vlasenko2-15/+28
2025-07-09libbb/bitops.c: add inlining commentDenys Vlasenko1-0/+20
2025-07-09libbb: introduce and use block-XOR functionsDenys Vlasenko7-38/+137
2025-07-08hush: fix SEGV on "echo << >" and suchDenys Vlasenko5-0/+11
2025-07-08libbb: code shrink in sha_crypt()Denys Vlasenko1-2/+1
2025-07-08libbb/yescrypt: disable NROM codeDenys Vlasenko2-27/+50
2025-07-08libbb/yescrypt: disable code which accepts unusual yescrypt parametersDenys Vlasenko2-53/+92
2025-07-08libbb/yescrypt: explain and shrink decode64_uint32()Denys Vlasenko2-10/+79
2025-07-08libbb/yescrypt: code shrinkDenys Vlasenko2-19/+49
2025-07-07libbb/yescrypt: madvise(MADV_HUGEPAGE) our usually very large allocationDenys Vlasenko1-2/+13
2025-07-07libbb/yescrypt: disable unrolling in two placesDenys Vlasenko1-96/+159
2025-07-07libbb/yescrypt: 64-bit build fixesDenys Vlasenko1-8/+4
2025-07-07add libbb/yescrypt/PARAMETERSDenys Vlasenko3-6/+202
2025-07-07libbb/yescrypt: no need to find salt-terminating "$" twiceDenys Vlasenko1-16/+10
2025-07-07libbb/yescrypt: code shrinkDenys Vlasenko1-3/+3
2025-07-07cryptpw: -m sha512crypt must also be acceptedDenys Vlasenko2-1/+5
2025-07-07libbb/yescrypt: fix salts ending in dots (corresponding to binary zeros)Denys Vlasenko2-1/+21
2025-07-07libbb/yescrypt: accept longer salts (up to 84 chars)Denys Vlasenko4-4/+86
2025-07-07libbb/yescrypt: remove forgotten SHA256 HMAC header fileDenys Vlasenko2-32/+0
2025-07-07libbb/yescrypt: make it possible to set constant parameters, and set YESCRYPT_RWDenys Vlasenko4-96/+142
2025-07-07libbb/yescrypt: remove redundant SHA256 HMAC implementationDenys Vlasenko5-98/+48
2025-07-07libbb: factor out HMAC code from TLSDenys Vlasenko3-139/+161
2025-07-07libbb: add two more forgotten source filesDenys Vlasenko2-0/+43