summaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)Author
2025-08-01ls: fix -Q to match GNUDenys Vlasenko
2025-07-30sha3sum: add -aBITS testsDenys Vlasenko
2025-07-30sha384sum: new appletAndy Knowles
2025-07-17libbb/yescrypt: actually, largest allowed salt is 86 chars, support thatDenys Vlasenko
2025-07-07cryptpw: -m sha512crypt must also be acceptedDenys Vlasenko
2025-07-07libbb/yescrypt: fix salts ending in dots (corresponding to binary zeros)Denys Vlasenko
2025-07-07libbb/yescrypt: accept longer salts (up to 84 chars)Denys Vlasenko
2025-07-07libbb/yescrypt: make it possible to set constant parameters, and set YESCRYPT_RWDenys Vlasenko
2025-07-06libbb: add yescrypt password hashing supportDenys Vlasenko
2025-07-01hexdump: add tests for %x, handle little/big endian properlyRadoslav Kolev
2025-07-01od: make -B test little endian only, add variant for big endianRadoslav Kolev
2025-04-16archival: disallow path traversals (CVE-2023-39810)Denys Vlasenko
2024-12-20cut: fix up -D/-s behavior with -FDenys Vlasenko
2024-12-14cut: fix -F n-m to match toyboxDenys Vlasenko
2024-12-13cut: fix handling of -d ''Denys Vlasenko
2024-12-10cut: fix -d$'\n' --output-delimiter=@@ behaviorDenys Vlasenko
2024-12-10cut: implement --output-delimiterDenys Vlasenko
2024-12-10cut: fix "echo 1.2 | cut -d. -f1,3" (print "1", not "1.")Denys Vlasenko
2024-12-10cut: improve detection of invalid rangesRon Yorston
2024-12-10cut: fix "-s" flag to omit blank linesColin McAllister
2024-12-09hexdump: fix regression with -n4 -e '"%u"'Natanael Copa
2024-09-27ed: fix line insertion before current line. Closes 15081Ron Yorston
2024-07-09awk: restore assignment precedence to be lower than ternary ?:Denys Vlasenko
2024-01-01time: implement %% and \escapes in -f FMTDenys Vlasenko
2023-12-31awk: fix handling of empty fieldsDenys Vlasenko
2023-11-07start-stop-daemon: add -d DIR chdir optionejaaskel
2023-06-08awk: fix subst code to handle "start of word" pattern correctly (needs REG_ST...Denys Vlasenko
2023-06-03awk: fix backslash handling in sub() builtinsDenys Vlasenko
2023-05-30awk: fix precedence of = relative to ==Denys Vlasenko
2023-05-27awk: fix splitting with default FSDenys Vlasenko
2023-05-26od: -l,I,L indeed depend on sizeof(long), fix thisDenys Vlasenko
2023-05-26awk: fix use-after-realloc (CVE-2021-42380), closes 15601Denys Vlasenko
2023-05-26libbb/dump: correct handling of 1-byte signed int formatDenys Vlasenko
2023-05-26od, hexdump: byte 0x11 is "dc1" not "dcl"Denys Vlasenko
2023-05-26od: support -DOHXILDenys Vlasenko
2023-05-26od: fix default format, shrinkDenys Vlasenko
2023-05-25od: stop printing extra trailing spacesDenys Vlasenko
2023-05-25od: implement -BDenys Vlasenko
2023-05-25od: correct -i, enable tests which pass for DESKTOP tooDenys Vlasenko
2023-05-25od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -sDenys Vlasenko
2023-05-25od: add testsDavid Leonard
2023-04-11seq: fix yet another case of negative parameters not workingDenys Vlasenko
2023-04-10seq: accept negative parametersDenys Vlasenko
2023-03-28find: implement -okDavid Leonard
2023-01-02testsuite/sha1sum.tests: fix false positive failureDenys Vlasenko
2023-01-02testsuite/tree.tests: fix false positive failureDenys Vlasenko
2022-12-13testsuite/mount.tests: accomodate umount failure seen on 5.18.0Denys Vlasenko
2022-08-22xxd: add two more testcasesDenys Vlasenko
2022-08-22xxd -r: without -p, stop at more than one whitespace, closes 14786Denys Vlasenko
2022-07-29sort: fix sort -s -u, closes 14871Denys Vlasenko