| Commit message (Expand) | Author | Age | Files | Lines |
* | tls: typo fix in comment | Denys Vlasenko | 2018-11-23 | 1 | -2/+2 |
* | tls: make local buffers in aesgcm_GHASH() explicitly 32-bit aligned | Denys Vlasenko | 2018-11-23 | 1 | -9/+4 |
* | tls: code shrink | Denys Vlasenko | 2018-11-23 | 2 | -15/+21 |
* | tls: simplify aesgcm_GHASH() | Denys Vlasenko | 2018-11-23 | 3 | -47/+60 |
* | tls: in AES-CBC code, do not set key for every record - do it once | Denys Vlasenko | 2018-11-23 | 5 | -32/+28 |
* | tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipher | Denys Vlasenko | 2018-11-23 | 11 | -94/+480 |
* | ash: reset tokpushback before prompting while parsing heredoc | Christoph Schulz | 2018-11-20 | 1 | -0/+1 |
* | scripts/trylink: be more clever when deciding that "lib elimination" has fini... | Denys Vlasenko | 2018-11-19 | 1 | -12/+9 |
* | tls: add comment, no code changes | Denys Vlasenko | 2018-11-18 | 1 | -2/+14 |
* | Ensure build works when KBUILD_OUTPUT is set, closes 11511 | Ron Yorston | 2018-11-18 | 2 | -3/+3 |
* | busybox: add '--show SCRIPT' option to display scripts | Ron Yorston | 2018-11-18 | 2 | -38/+59 |
* | Treat custom and applet scripts as applets | Ron Yorston | 2018-11-17 | 17 | -126/+217 |
* | ash: ensure variables are fully initialised when unset | Ron Yorston | 2018-11-16 | 1 | -3/+2 |
* | hush: correct description for HUSH_TICK config option | Ron Yorston | 2018-11-14 | 1 | -1/+1 |
* | tls: code shrink | Denys Vlasenko | 2018-11-14 | 1 | -1/+1 |
* | wget: print "TLS certificate validation not implemented" only once on redirects | Denys Vlasenko | 2018-11-13 | 1 | -1/+3 |
* | tls: code shrink | Denys Vlasenko | 2018-11-13 | 1 | -11/+13 |
* | tls: tidy up recently added ECDSA code | Denys Vlasenko | 2018-11-13 | 1 | -19/+21 |
* | tls: code shrink | Denys Vlasenko | 2018-11-13 | 1 | -11/+21 |
* | tls: add support for ECDHE-ECDSA-AES-128-CBC-SHA and x25519 curve | Denys Vlasenko | 2018-11-13 | 4 | -80/+865 |
* | ash: minor fixes | Ron Yorston | 2018-11-06 | 1 | -1/+5 |
* | tls: code shrink | Denys Vlasenko | 2018-11-05 | 1 | -8/+4 |
* | tls: reorder a few more cipher ids | Denys Vlasenko | 2018-11-04 | 1 | -17/+17 |
* | tls: move TLS_AES_128_GCM_SHA256 definition up | Denys Vlasenko | 2018-11-04 | 1 | -1/+1 |
* | tls: add more cipher ids, no code changes | Denys Vlasenko | 2018-11-04 | 1 | -15/+48 |
* | udhcpc: code shrink | Denys Vlasenko | 2018-11-03 | 2 | -2/+6 |
* | remove FAST_FUNC on a static function | Denys Vlasenko | 2018-11-02 | 1 | -2/+2 |
* | scripts/embedded_scripts: do not add superfluous NUL to script_names[] | Denys Vlasenko | 2018-11-02 | 1 | -1/+1 |
* | libarchive: add a function to unpack embedded data | Ron Yorston | 2018-11-02 | 4 | -99/+54 |
* | svlogd: fix pattern matching when using timestamps | Denys Vlasenko | 2018-11-01 | 1 | -4/+4 |
* | busybox: show embedded scripts in applet list | Denys Vlasenko | 2018-11-01 | 1 | -15/+21 |
* | lineedit: autocompletion for embedded scripts | Ron Yorston | 2018-11-01 | 1 | -4/+10 |
* | ash: fix thinko in last commit | Denys Vlasenko | 2018-11-01 | 1 | -5/+1 |
* | ash: in tryexec(), ensure we don't try to run embedded scripts as applets | Ron Yorston | 2018-11-01 | 1 | -0/+8 |
* | ash: recognize embedded scripts in SH_STANDALONE mode | Ron Yorston | 2018-11-01 | 3 | -5/+17 |
* | claenups for previous commit | Denys Vlasenko | 2018-11-01 | 2 | -28/+19 |
* | ash: allow shell scripts to be embedded in the binary | Denys Vlasenko | 2018-11-01 | 9 | -3/+201 |
* | vi: remove duplicated code | Ron Yorston | 2018-10-31 | 1 | -6/+1 |
* | libbb/u_signal_names.c: don't check errno after bb_strtou | Rasmus Villemoes | 2018-10-31 | 1 | -3/+7 |
* | libbb: optionally honour libc provided SIGRTMIN/SIGRTMAX in get_signum() | Rasmus Villemoes | 2018-10-31 | 1 | -23/+53 |
* | printf: fix printf "%u\n" +18446744073709551614 | Denys Vlasenko | 2018-10-30 | 2 | -1/+9 |
* | ntpd: default to FEATURE_NTP_AUTH=y | Denys Vlasenko | 2018-10-30 | 1 | -1/+2 |
* | dd: do not have 'ocount' variable if ibs/obs support is not enabled | Denys Vlasenko | 2018-10-30 | 1 | -13/+20 |
* | dd: add 'oflag=seek_bytes' | Rostislav Skudnov | 2018-10-30 | 2 | -9/+25 |
* | xargs: fix exit code if command exits nonzero, closes 11381 | Denys Vlasenko | 2018-10-30 | 1 | -3/+4 |
* | free: add 'available' memory if provided by the kernel | Guillermo Rodriguez | 2018-10-30 | 1 | -23/+36 |
* | examples/udhcp/simple.script: add possibility to use modern "ip" | Jiří Prchal | 2018-10-30 | 1 | -3/+15 |
* | udhcpc: ensure at least one unicast renew attempt | Denys Vlasenko | 2018-10-30 | 2 | -4/+6 |
* | ntpd: add support for MD5/SHA1 message authentication | Brandon P. Enochs | 2018-10-27 | 1 | -25/+241 |
* | nbd-client: support newstyle protocol, -b, -d, -p, -N | Denys Vlasenko | 2018-10-24 | 1 | -44/+186 |