aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeHEADmergemasterRon Yorston27 hours2-31/+39
|\
| * top,pmap: do not use common code for reading /proc/PID/smapsDenys Vlasenko11 days1-29/+12
| * ftpd: code shrink, move replace_char() to libbbDenys Vlasenko2025-08-021-0/+13
| * libbb/dump: much faster formatting of %_u on x86Denys Vlasenko2025-08-011-1/+1
| * ls: fix -Q to match GNUDenys Vlasenko2025-08-011-0/+3
| * sha384sum: new appletAndy Knowles2025-07-301-1/+6
* | Post-merge fixesRon Yorston4 days1-2/+32
* | Merge branch 'busybox' into mergeRon Yorston4 days2-18/+73
|\|
| * password applets: update help textDenys Vlasenko2025-07-181-3/+3
| * libbb.h: increase MAX_PW_SALT_LENDenys Vlasenko2025-07-171-6/+6
| * libbb: introduce and use block-XOR functionsDenys Vlasenko2025-07-091-0/+10
| * libbb/yescrypt: accept longer salts (up to 84 chars)Denys Vlasenko2025-07-071-2/+3
| * libbb/yescrypt: remove redundant SHA256 HMAC implementationDenys Vlasenko2025-07-071-1/+9
| * libbb: factor out HMAC code from TLSDenys Vlasenko2025-07-071-8/+32
| * libbb/yescrypt: use common ascii64 encoding routineDenys Vlasenko2025-07-061-0/+1
| * libbb/yescrypt: use common ACSII char-to-64 conversion codeDenys Vlasenko2025-07-061-0/+1
| * libbb/yescrypt: code shrinkDenys Vlasenko2025-07-061-0/+2
| * Move "sha256-hash a memory array and produce the digest" helper to libbbDenys Vlasenko2025-07-061-0/+1
| * libbb: add yescrypt password hashing supportDenys Vlasenko2025-07-061-8/+14
* | Merge branch 'busybox' into mergeRon Yorston6 days1-25/+8
|\|
| * shell: update HISTFILESIZE code to be actually usefulDenys Vlasenko2025-07-031-1/+1
| * shell: fix race between signal handlers setting bb_got_signal and poll()Denys Vlasenko2025-07-021-0/+1
| * libbb: Prevent clang from reading the G pointer before it is assignedBin Meng2025-07-011-19/+3
* | tls: whitespace fixesRon Yorston8 days1-1/+1
* | tls: add Schannel implementationrfl8909 days1-0/+37
* | stty: enable a minimal Windows implementationRon Yorston2025-07-251-0/+1
* | win32: deduplicate die_if_error()Ron Yorston2025-07-111-0/+1
* | format #definesRFL8902025-06-091-8/+8
* | Use Windows library for cryptographic checksumscng_backendRon Yorston2025-06-091-0/+37
* | Merge branch 'busybox' into mergeRon Yorston2025-05-191-3/+3
|\|
| * libbb/archival: make setup_unzip_on_fd() return bytes read if not compressedDenys Vlasenko2025-04-201-3/+3
* | win32: retry when command needs elevated privilegesRon Yorston2025-02-031-0/+1
* | ash: match behaviour of cmd.exe in cd builtinRon Yorston2024-11-191-0/+1
* | test: code shrink supplementary groupsRon Yorston2024-10-091-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2024-10-081-1/+1
|\|
| * libbb: modify find_executable() to not temporarily write to PATHDenys Vlasenko2024-10-081-1/+1
* | libbb: code shrink supplementary group testRon Yorston2024-10-081-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2024-10-081-0/+14
|\|
| * ash: cache more of uid/gid syscallsDenys Vlasenko2024-10-071-2/+4
| * ash: make "test -x" use cached groupinfoDenys Vlasenko2024-10-071-0/+1
| * libbb: simplify parameter passing in is_in_supplementary_groups()Denys Vlasenko2024-10-071-2/+8
| * libbb: move is_in_supplementary_groups() from test to libbbDenys Vlasenko2024-10-071-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2024-09-281-5/+5
|\|
| * lineedit: make save_history() FAST_FUNCDenys Vlasenko2024-09-271-5/+5
* | Use builtin ffs also with GCCChristopher Wellons2024-09-211-1/+1
* | ash: optimise running of scripts (2)Ron Yorston2024-09-041-0/+1
* | ash: optimise running of scriptsRon Yorston2024-08-191-0/+8
* | win32: code shrinkRon Yorston2024-08-161-17/+17
* | win32: use 64-bit time on 32-bit platformsRon Yorston2024-08-142-0/+20
* | su: detect inability to raise privilegeRon Yorston2024-08-031-0/+5