2018-11-24 |
Denys Vlasenko | tls: actually fill in CIPHER_ID3 value in hello message |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Denys Vlasenko | ntpd: do not SEGV on "-p keyno:192.168.1.1", show ... |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Denys Vlasenko | wget: code shrink |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Denys Vlasenko | tls: fix is.gd again, fix AES-CBC using decrypt key... |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Denys Vlasenko | tls: speed up xor'ing of aligned 16-byte buffers |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Denys Vlasenko | tls: in AES-GCM decoding, avoid memmove |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Denys Vlasenko | tls: fix a thinko in GHASH optimization |
commit | commitdiff | tree | snapshot |
2018-11-23 |
Denys Vlasenko | tls: make tls_get_random() FAST_FUNC |
commit | commitdiff | tree | snapshot |
2018-11-23 |
Denys Vlasenko | wget: print the final newline only for non-tty output |
commit | commitdiff | tree | snapshot |
2018-11-23 |
Denys Vlasenko | tls: code shrink |
commit | commitdiff | tree | snapshot |
2018-11-23 |
Denys Vlasenko | tls: typo fix in comment |
commit | commitdiff | tree | snapshot |
2018-11-23 |
Denys Vlasenko | tls: make local buffers in aesgcm_GHASH() explicitly... |
commit | commitdiff | tree | snapshot |
2018-11-23 |
Denys Vlasenko | tls: code shrink |
commit | commitdiff | tree | snapshot |
2018-11-23 |
Denys Vlasenko | tls: simplify aesgcm_GHASH() |
commit | commitdiff | tree | snapshot |
2018-11-23 |
Denys Vlasenko | tls: in AES-CBC code, do not set key for every record... |
commit | commitdiff | tree | snapshot |
2018-11-23 |
Denys Vlasenko | tls: add support for TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA... |
commit | commitdiff | tree | snapshot |
2018-11-20 |
Christoph Schulz | ash: reset tokpushback before prompting while parsing... |
commit | commitdiff | tree | snapshot |
2018-11-19 |
Denys Vlasenko | scripts/trylink: be more clever when deciding that... |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Denys Vlasenko | tls: add comment, no code changes |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Ron Yorston | Ensure build works when KBUILD_OUTPUT is set, closes... |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Ron Yorston | busybox: add '--show SCRIPT' option to display scripts |
commit | commitdiff | tree | snapshot |
2018-11-17 |
Ron Yorston | Treat custom and applet scripts as applets |
commit | commitdiff | tree | snapshot |
2018-11-16 |
Ron Yorston | ash: ensure variables are fully initialised when unset |
commit | commitdiff | tree | snapshot |
2018-11-14 |
Ron Yorston | hush: correct description for HUSH_TICK config option |
commit | commitdiff | tree | snapshot |
2018-11-14 |
Denys Vlasenko | tls: code shrink |
commit | commitdiff | tree | snapshot |
2018-11-13 |
Denys Vlasenko | wget: print "TLS certificate validation not implemented... |
commit | commitdiff | tree | snapshot |
2018-11-13 |
Denys Vlasenko | tls: code shrink |
commit | commitdiff | tree | snapshot |
2018-11-13 |
Denys Vlasenko | tls: tidy up recently added ECDSA code |
commit | commitdiff | tree | snapshot |
2018-11-13 |
Denys Vlasenko | tls: code shrink |
commit | commitdiff | tree | snapshot |
2018-11-13 |
Denys Vlasenko | tls: add support for ECDHE-ECDSA-AES-128-CBC-SHA and... |
commit | commitdiff | tree | snapshot |
2018-11-06 |
Ron Yorston | ash: minor fixes |
commit | commitdiff | tree | snapshot |
2018-11-04 |
Denys Vlasenko | tls: code shrink |
commit | commitdiff | tree | snapshot |
2018-11-04 |
Denys Vlasenko | tls: reorder a few more cipher ids |
commit | commitdiff | tree | snapshot |
2018-11-04 |
Denys Vlasenko | tls: move TLS_AES_128_GCM_SHA256 definition up |
commit | commitdiff | tree | snapshot |
2018-11-04 |
Denys Vlasenko | tls: add more cipher ids, no code changes |
commit | commitdiff | tree | snapshot |
2018-11-03 |
Denys Vlasenko | udhcpc: code shrink |
commit | commitdiff | tree | snapshot |
2018-11-02 |
Denys Vlasenko | remove FAST_FUNC on a static function |
commit | commitdiff | tree | snapshot |
2018-11-02 |
Denys Vlasenko | scripts/embedded_scripts: do not add superfluous NUL... |
commit | commitdiff | tree | snapshot |
2018-11-02 |
Ron Yorston | libarchive: add a function to unpack embedded data |
commit | commitdiff | tree | snapshot |
2018-11-01 |
Denys Vlasenko | svlogd: fix pattern matching when using timestamps |
commit | commitdiff | tree | snapshot |
2018-11-01 |
Denys Vlasenko | busybox: show embedded scripts in applet list |
commit | commitdiff | tree | snapshot |
2018-11-01 |
Ron Yorston | lineedit: autocompletion for embedded scripts |
commit | commitdiff | tree | snapshot |
2018-11-01 |
Denys Vlasenko | ash: fix thinko in last commit |
commit | commitdiff | tree | snapshot |
2018-11-01 |
Ron Yorston | ash: in tryexec(), ensure we don't try to run embedded... |
commit | commitdiff | tree | snapshot |
2018-11-01 |
Ron Yorston | ash: recognize embedded scripts in SH_STANDALONE mode |
commit | commitdiff | tree | snapshot |
2018-11-01 |
Denys Vlasenko | claenups for previous commit |
commit | commitdiff | tree | snapshot |
2018-11-01 |
Denys Vlasenko | ash: allow shell scripts to be embedded in the binary |
commit | commitdiff | tree | snapshot |
2018-10-31 |
Ron Yorston | vi: remove duplicated code |
commit | commitdiff | tree | snapshot |
2018-10-31 |
Rasmus Villemoes | libbb/u_signal_names.c: don't check errno after bb_strtou |
commit | commitdiff | tree | snapshot |
2018-10-31 |
Rasmus Villemoes | libbb: optionally honour libc provided SIGRTMIN/SIGRTMA... |
commit | commitdiff | tree | snapshot |
2018-10-30 |
Denys Vlasenko | printf: fix printf "%u\n" +18446744073709551614 |
commit | commitdiff | tree | snapshot |
2018-10-30 |
Denys Vlasenko | ntpd: default to FEATURE_NTP_AUTH=y |
commit | commitdiff | tree | snapshot |
2018-10-30 |
Denys Vlasenko | dd: do not have 'ocount' variable if ibs/obs support... |
commit | commitdiff | tree | snapshot |
2018-10-30 |
Rostislav Skudnov | dd: add 'oflag=seek_bytes' |
commit | commitdiff | tree | snapshot |
2018-10-30 |
Denys Vlasenko | xargs: fix exit code if command exits nonzero, closes... |
commit | commitdiff | tree | snapshot |
2018-10-30 |
Guillermo Rodriguez | free: add 'available' memory if provided by the kernel |
commit | commitdiff | tree | snapshot |
2018-10-30 |
Jiří Prchal | examples/udhcp/simple.script: add possibility to use... |
commit | commitdiff | tree | snapshot |
2018-10-30 |
Denys Vlasenko | udhcpc: ensure at least one unicast renew attempt |
commit | commitdiff | tree | snapshot |
2018-10-27 |
Brandon P.... | ntpd: add support for MD5/SHA1 message authentication |
commit | commitdiff | tree | snapshot |
2018-10-24 |
Denys Vlasenko | nbd-client: support newstyle protocol, -b, -d, -p, -N |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Bernhard Reutner... | printf: fix printing +-prefixed numbers |
commit | commitdiff | tree | snapshot |
2018-10-01 |
Bernhard Reutner... | brctl: use a single buffer for brname and ifname |
commit | commitdiff | tree | snapshot |
2018-09-30 |
Denys Vlasenko | unzip: use printable_string() for printing filenames |
commit | commitdiff | tree | snapshot |
2018-09-30 |
Brandon Maier | ifupdown: support "source-directory" stanza |
commit | commitdiff | tree | snapshot |
2018-09-28 |
Denys Vlasenko | move storage helpers to libbb.h |
commit | commitdiff | tree | snapshot |
2018-09-28 |
Denys Vlasenko | udhcpc: give SIGUSR1-induced renew one chance of unicas... |
commit | commitdiff | tree | snapshot |
2018-09-26 |
Martin Kaiser | .gitignore: add ctags output files |
commit | commitdiff | tree | snapshot |
2018-09-25 |
Martin Kaiser | mdev.txt: explain the meaning of a leading "-" |
commit | commitdiff | tree | snapshot |
2018-09-25 |
Denys Vlasenko | sed: fix double-free in FEATURE_CLEAN_UP code |
commit | commitdiff | tree | snapshot |
2018-09-23 |
Denys Vlasenko | date: do not allow "month #20" and such, closes 11356 |
commit | commitdiff | tree | snapshot |
2018-09-22 |
Thomas De Schampheleire | head: convert existing tests to new-style |
commit | commitdiff | tree | snapshot |
2018-09-22 |
Thomas De Schampheleire | head: add test case for negative -n invocation |
commit | commitdiff | tree | snapshot |
2018-09-22 |
Denys Vlasenko | init: hopefully fix "rebooting" in containers |
commit | commitdiff | tree | snapshot |
2018-09-13 |
Denys Vlasenko | ntpd: more verbose message for "root distance too high... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
Chen Yu | remove_file: don't call rmdir if remove_file return... |
commit | commitdiff | tree | snapshot |
2018-09-04 |
Denys Vlasenko | whois: fix a possible out-of-bounds stack access |
commit | commitdiff | tree | snapshot |
2018-09-03 |
sagivd | chcon: fix issues with recurse and retval for retained... |
commit | commitdiff | tree | snapshot |
2018-09-03 |
Denys Vlasenko | libbb: fix potential NULL pointer use |
commit | commitdiff | tree | snapshot |
2018-09-03 |
Denys Vlasenko | libbb: fix use-after-free in copy_file |
commit | commitdiff | tree | snapshot |
2018-09-02 |
Denys Vlasenko | libbb: in xmalloc_fgets(), use size_t for bb_get_chunk_... |
commit | commitdiff | tree | snapshot |
2018-09-02 |
Denys Vlasenko | Revert "libbb: remove unnecessary variable in xmalloc_f... |
commit | commitdiff | tree | snapshot |
2018-08-30 |
Denys Vlasenko | smemcap: keep outputting by ignoring transient processe... |
commit | commitdiff | tree | snapshot |
2018-08-26 |
Andre Goddard... | smemcap: keep outputting by ignoring transient processes |
commit | commitdiff | tree | snapshot |
2018-08-26 |
Peter Korsgaard | sysklogd: add timestamp option to ignore message timestamps |
commit | commitdiff | tree | snapshot |
2018-08-26 |
Denys Vlasenko | fix !CONFIG_FLOAT_DURATION build |
commit | commitdiff | tree | snapshot |
2018-08-25 |
Denys Vlasenko | ping: use setitimer() instead of ualarm() |
commit | commitdiff | tree | snapshot |
2018-08-14 |
Denys Vlasenko | ip: tweak --help text |
commit | commitdiff | tree | snapshot |
2018-08-14 |
Denys Vlasenko | hush: tweak comment, no code changes |
commit | commitdiff | tree | snapshot |
2018-08-11 |
Denys Vlasenko | hush: add a comment on how globbing (should) work |
commit | commitdiff | tree | snapshot |
2018-08-07 |
Denys Vlasenko | ash: expand: Do not quote backslashes in unquoted param... |
commit | commitdiff | tree | snapshot |
2018-08-05 |
Denys Vlasenko | hush: adopt ash's quote_in_varexp1.tests |
commit | commitdiff | tree | snapshot |
2018-08-05 |
Denys Vlasenko | ash: exec: Return 126 on most errors in shellexec |
commit | commitdiff | tree | snapshot |
2018-08-05 |
Denys Vlasenko | ash: eval: Restore input files in evalcommand |
commit | commitdiff | tree | snapshot |
2018-08-05 |
Denys Vlasenko | ash: parser: Fix parsing of ${} |
commit | commitdiff | tree | snapshot |
2018-08-05 |
Denys Vlasenko | ash,hush: fold shell_builtin_read() way-too-many params... |
commit | commitdiff | tree | snapshot |
2018-08-05 |
Denys Vlasenko | hush: set IFS to default on startup |
commit | commitdiff | tree | snapshot |
2018-08-05 |
Denys Vlasenko | hush: fix fallout from FILE->HFILE conversion |
commit | commitdiff | tree | snapshot |
2018-08-05 |
Denys Vlasenko | ash: expand: Fix ghost fields with unquoted $@/$* |
commit | commitdiff | tree | snapshot |
2018-08-05 |
Denys Vlasenko | ash: var: Set IFS to fixed value at start time |
commit | commitdiff | tree | snapshot |
2018-08-05 |
Denys Vlasenko | ash: eval: Variable assignments on functions are no... |
commit | commitdiff | tree | snapshot |
next |