aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-23tls: typo fix in commentDenys Vlasenko1-2/+2
2018-11-23tls: make local buffers in aesgcm_GHASH() explicitly 32-bit alignedDenys Vlasenko1-9/+4
2018-11-23tls: code shrinkDenys Vlasenko2-15/+21
2018-11-23tls: simplify aesgcm_GHASH()Denys Vlasenko3-47/+60
2018-11-23tls: in AES-CBC code, do not set key for every record - do it onceDenys Vlasenko5-32/+28
2018-11-23tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipherDenys Vlasenko11-94/+480
2018-11-20ash: reset tokpushback before prompting while parsing heredocChristoph Schulz1-0/+1
2018-11-19scripts/trylink: be more clever when deciding that "lib elimination" has fini...Denys Vlasenko1-12/+9
2018-11-18tls: add comment, no code changesDenys Vlasenko1-2/+14
2018-11-18Ensure build works when KBUILD_OUTPUT is set, closes 11511Ron Yorston2-3/+3
2018-11-18busybox: add '--show SCRIPT' option to display scriptsRon Yorston2-38/+59
2018-11-17Treat custom and applet scripts as appletsRon Yorston17-126/+217
2018-11-16ash: ensure variables are fully initialised when unsetRon Yorston1-3/+2
2018-11-14hush: correct description for HUSH_TICK config optionRon Yorston1-1/+1
2018-11-14tls: code shrinkDenys Vlasenko1-1/+1
2018-11-13wget: print "TLS certificate validation not implemented" only once on redirectsDenys Vlasenko1-1/+3
2018-11-13tls: code shrinkDenys Vlasenko1-11/+13
2018-11-13tls: tidy up recently added ECDSA codeDenys Vlasenko1-19/+21
2018-11-13tls: code shrinkDenys Vlasenko1-11/+21
2018-11-13tls: add support for ECDHE-ECDSA-AES-128-CBC-SHA and x25519 curveDenys Vlasenko4-80/+865
2018-11-06ash: minor fixesRon Yorston1-1/+5
2018-11-05tls: code shrinkDenys Vlasenko1-8/+4
2018-11-04tls: reorder a few more cipher idsDenys Vlasenko1-17/+17
2018-11-04tls: move TLS_AES_128_GCM_SHA256 definition upDenys Vlasenko1-1/+1
2018-11-04tls: add more cipher ids, no code changesDenys Vlasenko1-15/+48
2018-11-03udhcpc: code shrinkDenys Vlasenko2-2/+6
2018-11-02remove FAST_FUNC on a static functionDenys Vlasenko1-2/+2
2018-11-02scripts/embedded_scripts: do not add superfluous NUL to script_names[]Denys Vlasenko1-1/+1
2018-11-02libarchive: add a function to unpack embedded dataRon Yorston4-99/+54
2018-11-01svlogd: fix pattern matching when using timestampsDenys Vlasenko1-4/+4
2018-11-01busybox: show embedded scripts in applet listDenys Vlasenko1-15/+21
2018-11-01lineedit: autocompletion for embedded scriptsRon Yorston1-4/+10
2018-11-01ash: fix thinko in last commitDenys Vlasenko1-5/+1
2018-11-01ash: in tryexec(), ensure we don't try to run embedded scripts as appletsRon Yorston1-0/+8
2018-11-01ash: recognize embedded scripts in SH_STANDALONE modeRon Yorston3-5/+17
2018-11-01claenups for previous commitDenys Vlasenko2-28/+19
2018-11-01ash: allow shell scripts to be embedded in the binaryDenys Vlasenko9-3/+201
2018-10-31vi: remove duplicated codeRon Yorston1-6/+1
2018-10-31libbb/u_signal_names.c: don't check errno after bb_strtouRasmus Villemoes1-3/+7
2018-10-31libbb: optionally honour libc provided SIGRTMIN/SIGRTMAX in get_signum()Rasmus Villemoes1-23/+53
2018-10-30printf: fix printf "%u\n" +18446744073709551614Denys Vlasenko2-1/+9
2018-10-30ntpd: default to FEATURE_NTP_AUTH=yDenys Vlasenko1-1/+2
2018-10-30dd: do not have 'ocount' variable if ibs/obs support is not enabledDenys Vlasenko1-13/+20
2018-10-30dd: add 'oflag=seek_bytes'Rostislav Skudnov2-9/+25
2018-10-30xargs: fix exit code if command exits nonzero, closes 11381Denys Vlasenko1-3/+4
2018-10-30free: add 'available' memory if provided by the kernelGuillermo Rodriguez1-23/+36
2018-10-30examples/udhcp/simple.script: add possibility to use modern "ip"Jiří Prchal1-3/+15
2018-10-30udhcpc: ensure at least one unicast renew attemptDenys Vlasenko2-4/+6
2018-10-27ntpd: add support for MD5/SHA1 message authenticationBrandon P. Enochs1-25/+241
2018-10-24nbd-client: support newstyle protocol, -b, -d, -p, -NDenys Vlasenko1-44/+186