aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-04win32: fix implementation of access(2)Ron Yorston1-2/+5
2018-12-04ash: fix a couple of test casesRon Yorston2-13/+5
2018-12-04ash: forkshell tweaksRon Yorston1-12/+13
2018-12-03ash: more clean upRon Yorston1-5/+5
2018-12-03vi: correctly detect when a deletion empties the bufferRon Yorston1-1/+1
2018-12-03ash: code clean upRon Yorston1-6/+1
2018-12-03ash: improvements to forkshell debugRon Yorston1-5/+23
2018-12-02ash: annotate pointers in forkshell debugRon Yorston1-42/+130
2018-12-02ash: redefine SAVE_PTR macros to remove testRon Yorston1-2/+10
2018-11-29vi: code shrinkDenys Vlasenko1-13/+17
2018-11-29vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) searchDenys Vlasenko1-5/+10
2018-11-29libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" tooDenys Vlasenko1-6/+4
2018-11-29ash: consolidate tests for variables not to convertRon Yorston1-8/+5
2018-11-29libbb: @ in "\x3@" is not a valid hex digitDenys Vlasenko1-2/+10
2018-11-29cat,nl: fix handling of open errorsDenys Vlasenko4-7/+18
2018-11-29ash: fixes to spawn_forkshellRon Yorston1-16/+10
2018-11-29nologin: change defaultRon Yorston1-1/+1
2018-11-28awk: abort if NF set to negative valueDenys Vlasenko1-0/+2
2018-11-27platform.h: remove obsolete #defineRon Yorston1-1/+0
2018-11-27testsuite: check CONFIG_DESKTOP before using 'od -t'Chen Qi7-5/+7
2018-11-27hush: allow hush to run embedded scriptsRon Yorston10-32/+62
2018-11-27free: ensure there is a least one space between numbersDenys Vlasenko1-3/+3
2018-11-27docs: add embedded-scripts.txtRon Yorston2-1/+117
2018-11-27tar: skip 'V' headers (GNU volume label), closes 11526Denys Vlasenko1-1/+2
2018-11-27unlzma: fix too-eager corruption checkDenys Vlasenko1-7/+13
2018-11-27ps: bring code marginally more into line with upstreamRon Yorston1-3/+3
2018-11-27win32: save a few bytes in process scanningRon Yorston1-14/+7
2018-11-27win32: save a few bytes in fake times(2) implementationRon Yorston1-5/+1
2018-11-27tar: fix too eager autodetection, closes 11531Denys Vlasenko3-5/+11
2018-11-27build system: prevent duplicate applet namesRon Yorston1-1/+9
2018-11-27Tweaks to build process for embedded scriptsRon Yorston5-23/+14
2018-11-27tls: add ECDHE_PSK and remove ARIA cipher idsDenys Vlasenko1-8/+4
2018-11-26tls: add _anon_ cipher definitionsDenys Vlasenko1-0/+4
2018-11-26tls: enable TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipherDenys Vlasenko1-29/+29
2018-11-26tls: cipher 009D is not yet supported, don't test for itDenys Vlasenko1-4/+3
2018-11-26tls: speed up prf_hmac_sha256()Denys Vlasenko1-40/+39
2018-11-26vi: save a few bytesRon Yorston1-14/+8
2018-11-26libbb: add comment on sha384Denys Vlasenko1-0/+5
2018-11-26win32: move function redefinitions to mingw.hRon Yorston3-6/+9
2018-11-26tls: simplify hmac_begin()Denys Vlasenko1-11/+27
2018-11-26tls: add support for 8 more cipher ids - all tested to workDenys Vlasenko1-87/+117
2018-11-25tls: fix commentsDenys Vlasenko1-1/+5
2018-11-25tls: add a comment on expanding list of supported ciphersDenys Vlasenko1-7/+30
2018-11-25tls: do not leak RSA keyDenys Vlasenko2-0/+13
2018-11-25tls: code shrinkDenys Vlasenko2-16/+12
2018-11-25tls: code shrinkDenys Vlasenko1-15/+16
2018-11-25tls: code shrinkDenys Vlasenko2-6/+14
2018-11-25tls: on x86, use xorbuf_aligned_AES_BLOCK_SIZE() even with non-aligned sourceDenys Vlasenko1-2/+4
2018-11-25tls: actually fill in CIPHER_ID3 value in hello messageDenys Vlasenko1-5/+3
2018-11-25ntpd: do not SEGV on "-p keyno:192.168.1.1", show --help insteadDenys Vlasenko1-0/+1