- b4b12bf httpd: defend against attempts to OOM us. Closes 9611 by Denys Vlasenko · 8 years ago
- 4d41770 adduser: help for -G GRP is misleading, fix it by Denys Vlasenko · 8 years ago
- 786c9dc sh: fix FEATURE_SH_STANDALONE help text: it does not enable NOFORK by Denys Vlasenko · 8 years ago
- 9967c99 libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode by Denys Vlasenko · 8 years ago
- 06f20bf link: new applet by Denys Vlasenko · 8 years ago
- 7dd906a xxd: make -p output lines actually end with a newline by Denys Vlasenko · 8 years ago
- 62a9b18 xxd: implement -p by Denys Vlasenko · 8 years ago
- cb8e84e libbb: shrink sump.c by Denys Vlasenko · 8 years ago
- b13b618 ftpd/ls: show directories first by Denys Vlasenko · 8 years ago
- 8a2657c hexdump/xxd: a bit more condensed formats by Denys Vlasenko · 8 years ago
- 0f43647 xxd: new applet by Denys Vlasenko · 8 years ago
- 2181fb4 ftpd: new option -a ANON_USER to allow anonymous logins by Andrey Mozzhuhin · 8 years ago
- dff9fef wget: add support for -S --server-response by Denys Vlasenko · 8 years ago
- bca4ea8 remove "local" bashism from a few scripts by Denys Vlasenko · 8 years ago
- 89193f9 tls: can download kernels now :) by Denys Vlasenko · 8 years ago
- 1500b3a tls: if got CERTIFICATE_REQUEST, send an empty CERTIFICATE by Denys Vlasenko · 8 years ago
- 49ecee0 tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work by Denys Vlasenko · 8 years ago
- 9a64c33 ls: convert DISP_DIRNAME to a bool variable by Denys Vlasenko · 8 years ago
- ccc1699 ls: get rid of opt_flags[], handle -l1c through option_mask32 by Denys Vlasenko · 8 years ago
- 92c6898 ls: handle -x through option_mask32, remove default -C from --help by Denys Vlasenko · 8 years ago
- 4cde4cc ls: handle -d and -R through option_mask32 by Denys Vlasenko · 8 years ago
- 96d9c5b ls: handle -p and -F through option_mask32 by Denys Vlasenko · 8 years ago
- 51b01fd ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONG by Denys Vlasenko · 8 years ago
- a1cbaca ls: make -Z output compatible with GNU coreutils 8.25 by Denys Vlasenko · 8 years ago
- 2c3131d ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPT by Denys Vlasenko · 8 years ago
- 5d43ddc ls: handle -s through option_mask32 by Denys Vlasenko · 8 years ago
- b60686c ls: handle -i through option_mask32 by Denys Vlasenko · 8 years ago
- f5bd6f6 ls: handle -a and -A through option_mask32 by Denys Vlasenko · 8 years ago
- 11540a8 ls: handle all sort options through option_mask32 by Denys Vlasenko · 8 years ago
- 7a18b95 tls: reorder tls_handshake_data fields for smaller size, tweak comments by Denys Vlasenko · 8 years ago
- b5bf191 tls: send EMPTY_RENEGOTIATION_INFO_SCSV in our client hello by Denys Vlasenko · 8 years ago
- 9492da7 tls: set TLS_DEBUG to 0; placate a gcc indentation warning by Denys Vlasenko · 8 years ago
- 9a647c3 separate TLS code into a library, use in in wget by Denys Vlasenko · 8 years ago
- e1f90d1 ls: -1 should be ignored by -l (and options which imply -l) by Denys Vlasenko · 8 years ago
- f580baf ls: more correct handling of -c, -u by Denys Vlasenko · 8 years ago
- 194b2eb ls: replace -e with --full-time, add --group-directories-first, delete -K by Denys Vlasenko · 8 years ago
- 1238988 ip: better --help by Denys Vlasenko · 8 years ago
- 8908c1d more ip --help fixes by Denys Vlasenko · 8 years ago
- f3d705f make --help texts smaller by Denys Vlasenko · 8 years ago
- bbc7bee make --help texts more uniform by Denys Vlasenko · 8 years ago
- f6e2072 tls: reorder tls_state fields for smaller offsets by Denys Vlasenko · 8 years ago
- dd2577f tls: send SNI in the client hello by Denys Vlasenko · 8 years ago
- 0af5265 tls: check size on "MAC-only, no crypt" code path too by Denys Vlasenko · 8 years ago
- 54b927d tls: AES decrypt does one unnecessary memmove by Denys Vlasenko · 8 years ago
- 3916139 tls: make input buffer grow as needed by Denys Vlasenko · 8 years ago
- 9731ca7 password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWD by Denys Vlasenko · 8 years ago
- 38972a8 tls: improve i/o loop by Denys Vlasenko · 8 years ago
- e7863f3 tls: was psAesDecrypt'ing one block too many, trashing buffered data by Denys Vlasenko · 8 years ago
- 6e51139 rdate: time(NULL) is shorter than time(&var) by Denys Vlasenko · 8 years ago
- 179e88b rdate: make it do something remotely sane, facing 32-bit time overflow by Denys Vlasenko · 8 years ago
- 19e695e tls: do not use common_bufsiz by Denys Vlasenko · 8 years ago
- a0aae9f tls: decode alerts and in particular, EOF alert. by Denys Vlasenko · 8 years ago
- abbf17a tls: add the i/o loop - largish rework of i/o buffering by Denys Vlasenko · 8 years ago
- f7806f9 tls: fix ROL/ROR x86 optimization by Denys Vlasenko · 8 years ago
- 432f1ae tls: tested PSTM_X86_64, not enabling it - too large by Denys Vlasenko · 8 years ago
- 6b1b004 tls: commented out psPool_t use by Denys Vlasenko · 8 years ago
- 1bfc4b8 ntpd: print result of hostname resolution by Denys Vlasenko · 8 years ago
- 704c606 fdisk: add typical values of -H and -S to --help by Denys Vlasenko · 8 years ago
- cccf8e7 tls: teach it to decrypt AES256-encrypted data by Denys Vlasenko · 8 years ago
- a9e1866 tls: trim comments by Denys Vlasenko · 8 years ago
- b5dfc3d tls: teach it to send AES256-encrypted data by Denys Vlasenko · 8 years ago
- b7e9ae6 tls: added AES code and made it compile. not used yet by Denys Vlasenko · 8 years ago
- c8ba23b tls: massage writing for encryption support; finer-grained debug by Denys Vlasenko · 8 years ago
- 5d1662e tls: address one easy FIXME, tidy up comments by Denys Vlasenko · 8 years ago
- e69d78c tls: process CHANGE_CIPHER_SPEC and FINISHED from server by Denys Vlasenko · 8 years ago
- fe0588d tls: rearrange function order, improve comments by Denys Vlasenko · 8 years ago
- e2cb3b9 tls: make our send_client_finished() pass server check by Denys Vlasenko · 8 years ago
- 9a6897a tls: format FINISHED message properly for unencrypted, but sha256 signed mode by Denys Vlasenko · 8 years ago
- 4e08a12 Assorted warning fixes and added a comment, no code changes by Denys Vlasenko · 8 years ago
- 936e83e tls: add sha256 hmac and prf code by Denys Vlasenko · 8 years ago
- 6c73aaf cryptpw: support "rounds=NNNNNNN$" thing in salts by Denys Vlasenko · 8 years ago
- 16e7f69 libbb: eliminate redundant variable in sha_crypt by Denys Vlasenko · 8 years ago
- b8935d0 sha512: use larger constant table only if sha512 is in fact selected by Denys Vlasenko · 8 years ago
- 3f8ecd9 tls: rearrange code, add/improve comments, fix whitespace, no real changes here by Denys Vlasenko · 8 years ago
- c5540d6 tls: send CHANGE_CIPHER_SPEC by Denys Vlasenko · 8 years ago
- f78ad09 whitespace fix by Denys Vlasenko · 8 years ago
- 11d0096 tls: format and send CLIENT_KEY_EXCHANGE by Denys Vlasenko · 8 years ago
- 2a17d1f tls: DER length byte 0x81 is actually valid by Denys Vlasenko · 8 years ago
- b1003f7 tls: a bit more work by Denys Vlasenko · 8 years ago
- ceff6b0 tls: work-in-progress TLS1.2 test applet by Denys Vlasenko · 8 years ago
- a6f8651 wget: fix for brain-damaged HTTP servers. Closes 9471 by Denys Vlasenko · 8 years ago
- 098b713 ash: commented-out possible fix for 7694 by Denys Vlasenko · 8 years ago
- 4c17937 ash: 16-bit ->nprocs field is a pain for many CPUs by Denys Vlasenko · 8 years ago
- ed15dde Move FEATURE_AUTOWIDTH config option to two applets which use it by Denys Vlasenko · 8 years ago
- 6c1f348 Move FEATURE_USE_TERMIOS config option to two applets which use it by Denys Vlasenko · 8 years ago
- 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
- 8944c67 hush: reinstate [[ builtin by Denys Vlasenko · 8 years ago
- 027d3ab hush: split bash compatible extensions into separate defines. No code changes by Kang-Che Sung · 8 years ago
- 7d4aec0 ash: split bash compatible extensions into separate defines. No code changes by Denys Vlasenko · 8 years ago
- a8a075a busybox: stop depending on FEATURE_AUTOWIDTH for applet list by Denys Vlasenko · 8 years ago
- 0fd9fb4 top: FEATURE_USE_TERMIOS shouldn't control reading of screen size by Denys Vlasenko · 8 years ago
- c5891fe more: hardcode FEATURE_USE_TERMIOS=y in this applet; code shrink by Denys Vlasenko · 8 years ago
- 80f806c hush: shorten output of "help" builtin by Denys Vlasenko · 8 years ago
- a1184af hush: reorder builtins (cd and pwd ought to be close, etc), no code changes by Denys Vlasenko · 8 years ago
- f35ad3b init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIET by Denys Vlasenko · 8 years ago
- 2b4c258 ash: revert "make dot command search current directory first" by Denys Vlasenko · 8 years ago
- 265062d shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo by Denys Vlasenko · 8 years ago
- f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
- f10f7a2 Allow FAST_FUNC to be overridden at build time by Kang-Che Sung · 8 years ago
- 61a91af kill: optimizations for single-applet build by Kang-Che Sung · 8 years ago