aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * libbb/pw_ascii64.c: add forgotten source fileDenys Vlasenko2025-07-071-0/+91
| * libbb/yescrypt: use common ascii64 encoding routineDenys Vlasenko2025-07-062-66/+36
| * libbb: shuffle ascii64 code around, shrink i2a64()Denys Vlasenko2025-07-064-88/+7
| * 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-063-40/+30
| * 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-066-37/+11
| * libbb/yescrypt: code shrinkDenys Vlasenko2025-07-061-11/+7
| * Move "sha256-hash a memory array and produce the digest" helper to libbbDenys Vlasenko2025-07-063-28/+6
| * 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-0610-4/+3126
* | Merge branch 'busybox' into mergeRon Yorston2025-08-106-74/+154
|\|
| * shell: empty HISTFILE disables history saving, just as unset one didDenys Vlasenko2025-07-041-2/+4
| * shell: update HISTFILESIZE code to be actually usefulDenys Vlasenko2025-07-032-46/+56
| * shell: fix race between signal handlers setting bb_got_signal and poll()Denys Vlasenko2025-07-023-6/+57
| * use pollfd[1] array for poll() argumentDenys Vlasenko2025-07-021-5/+6
| * libbb: Prevent clang from reading the G pointer before it is assignedBin Meng2025-07-011-1/+20
| * hexdump: fix regression for uint16 on big endian systemsRadoslav Kolev2025-07-011-2/+8
| * lineedit: fix left-over print to stdoutAhmad Fatoum2025-07-011-1/+1
| * lineedit: fix printing lines during tab completionAhmad Fatoum2025-07-011-2/+3
* | Call BCryptDestroyHash before freeing memory handleRFL8902025-07-301-0/+1
* | stty: enable a minimal Windows implementationRon Yorston2025-07-251-1/+1
* | win32: deduplicate die_if_error()Ron Yorston2025-07-111-14/+5
* | patch tls.c to work with CNG implementationRFL8902025-07-111-1/+1
* | Use Windows library for cryptographic checksumscng_backendRon Yorston2025-06-092-0/+96
* | win32: enhanced support for SIGPIPEFRP-5579-g5749feb35Ron Yorston2025-02-081-4/+0
* | make: support GNU/BSD suffixes and inference rulesRon Yorston2025-01-141-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2024-12-302-12/+11
|\|
| * cut: tweak --helpDenys Vlasenko2024-12-111-2/+2
| * hexdump: fix regression with -n4 -e '"%u"'Natanael Copa2024-12-091-2/+4
| * libbb: tidy argument checks in getopt32()Ron Yorston2024-12-091-8/+5