aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * libbb/yescrypt: remove one NOINLINE, add copyright headers, merge two source ...Denys Vlasenko2025-07-065-94/+41
| * libbb/yescrypt: remove unused prefetching codeDenys Vlasenko2025-07-061-43/+18
| * libbb/yescrypt: remove inlines (whcih gcc detects anyway) and dead ifderfsDenys Vlasenko2025-07-061-44/+49
| * libbb: in DES crypt, error out on invalid salt charsDenys Vlasenko2025-07-061-29/+7
| * libbb: code shrink in DES cryptDenys Vlasenko2025-07-061-11/+7
| * libbb/yescrypt: use common ACSII char-to-64 conversion codeDenys Vlasenko2025-07-064-40/+31
| * libbb/yescrypt: shrink PBKDF2Denys Vlasenko2025-07-061-14/+14
| * libbb/yescrypt: more efficient byteswappingDenys Vlasenko2025-07-063-132/+8
| * restore mangled commentDenys Vlasenko2025-07-061-2/+2
| * libbb/yescrypt: code shrinkDenys Vlasenko2025-07-067-37/+13
| * libbb/yescrypt: code shrinkDenys Vlasenko2025-07-061-11/+7
| * Move "sha256-hash a memory array and produce the digest" helper to libbbDenys Vlasenko2025-07-064-28/+7
| * libbb/yescrypt: remove extra sha256 implementationDenys Vlasenko2025-07-062-521/+39
| * libbb/yescrypt: comment tweaksDenys Vlasenko2025-07-062-6/+9
| * libbb/yescrypt: use mmap for allocation, it's large - 16MbytesDenys Vlasenko2025-07-064-38/+43
| * libbb/yescrypt: reduce the number of function parametersDenys Vlasenko2025-07-064-166/+136
| * libbb/yescrypt: code shrink in salt decodingDenys Vlasenko2025-07-061-15/+11
| * libbb/yescrypt: code shrink in parameter decodingDenys Vlasenko2025-07-061-31/+17
| * libbb/yescrypt: remove unused variableDenys Vlasenko2025-07-061-8/+3
| * libbb/yescrypt: remove unused yescrypt_region_t tmpDenys Vlasenko2025-07-061-7/+0
| * libbb/yescrypt: make some functions staticDenys Vlasenko2025-07-063-15/+22
| * libbb/yescrypt: remove unused yescrypt_binary_tDenys Vlasenko2025-07-061-10/+1
| * libbb/yescrypt: remove YESCRYPT_INIT_SHARED flag and code using itDenys Vlasenko2025-07-062-36/+13
| * libbb/yescrypt: remove unreachable support for scrypt hash ("$7$...")Denys Vlasenko2025-07-061-95/+49
| * libbb/yescrypt: remove unused yescrypt_shared_tDenys Vlasenko2025-07-063-77/+10
| * libbb/yescrypt: remove obviously unused, commented-out partsDenys Vlasenko2025-07-062-445/+0
| * libbb: add yescrypt password hashing supportDenys Vlasenko2025-07-0615-26/+3206
* | tls: only show schannel config option on mingwrfl8902025-08-101-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2025-08-1028-195/+390
|\|
| * whitespace fixDenys Vlasenko2025-07-051-2/+2
| * diff: code shrinkDenys Vlasenko2025-07-041-1/+1
| * shell: empty HISTFILE disables history saving, just as unset one didDenys Vlasenko2025-07-043-4/+6
| * shell: update HISTFILESIZE code to be actually usefulDenys Vlasenko2025-07-036-58/+120
| * shell: fix race between signal handlers setting bb_got_signal and poll()Denys Vlasenko2025-07-028-13/+66
| * use pollfd[1] array for poll() argumentDenys Vlasenko2025-07-022-7/+8
| * cpio: map -F to --file long optionSertonix2025-07-021-0/+1
| * libbb: Prevent clang from reading the G pointer before it is assignedBin Meng2025-07-012-20/+23
| * shell: improve bash compatibility of read built-inRon Yorston2025-07-0111-33/+63
| * df: -k overrides block size to 1k even if $POSIXLY_CORRECTDenys Vlasenko2025-07-011-2/+5
| * hexdump: add tests for %x, handle little/big endian properlyRadoslav Kolev2025-07-011-22/+69
| * od: make -B test little endian only, add variant for big endianRadoslav Kolev2025-07-011-1/+12
| * hexdump: fix regression for uint16 on big endian systemsRadoslav Kolev2025-07-011-2/+8
| * ntpd: Raise MAXDIST to 3s for better tolerance and consistency with chronyMichael Glembotzki2025-07-011-1/+1
| * ip route: make cache printing a bit more similar to upstreamDenys Vlasenko2025-07-011-9/+7
| * lineedit: fix left-over print to stdoutAhmad Fatoum2025-07-011-1/+1
| * lineedit: fix printing lines during tab completionAhmad Fatoum2025-07-011-2/+3
* | tls: change build defaultsRon Yorston2025-08-084-4/+16
* | tls: whitespace fixesRon Yorston2025-08-085-8/+8
* | tls: fix schannel handshake on older WindowsRFL8902025-08-081-1/+1
* | stty: fix build for Windows XPRon Yorston2025-08-071-0/+10