| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tls: trim comments | Denys Vlasenko | 2017-01-18 | 1 | -21/+2 |
* | tls: teach it to send AES256-encrypted data | Denys Vlasenko | 2017-01-18 | 1 | -11/+148 |
* | tls: added AES code and made it compile. not used yet | Denys Vlasenko | 2017-01-18 | 5 | -10/+2272 |
* | tls: massage writing for encryption support; finer-grained debug | Denys Vlasenko | 2017-01-18 | 1 | -31/+38 |
* | tls: address one easy FIXME, tidy up comments | Denys Vlasenko | 2017-01-17 | 1 | -70/+74 |
* | tls: process CHANGE_CIPHER_SPEC and FINISHED from server | Denys Vlasenko | 2017-01-17 | 1 | -28/+32 |
* | tls: rearrange function order, improve comments | Denys Vlasenko | 2017-01-17 | 1 | -171/+170 |
* | tls: make our send_client_finished() pass server check | Denys Vlasenko | 2017-01-17 | 1 | -240/+180 |
* | tls: format FINISHED message properly for unencrypted, but sha256 signed mode | Denys Vlasenko | 2017-01-16 | 1 | -26/+480 |
* | Assorted warning fixes and added a comment, no code changes | Denys Vlasenko | 2017-01-16 | 3 | -1/+14 |
* | tls: add sha256 hmac and prf code | Denys Vlasenko | 2017-01-16 | 3 | -35/+225 |
* | cryptpw: support "rounds=NNNNNNN$" thing in salts | Denys Vlasenko | 2017-01-15 | 2 | -2/+32 |
* | libbb: eliminate redundant variable in sha_crypt | Denys Vlasenko | 2017-01-15 | 1 | -8/+7 |
* | sha512: use larger constant table only if sha512 is in fact selected | Denys Vlasenko | 2017-01-15 | 2 | -47/+70 |
* | tls: rearrange code, add/improve comments, fix whitespace, no real changes here | Denys Vlasenko | 2017-01-15 | 8 | -227/+304 |
* | tls: send CHANGE_CIPHER_SPEC | Denys Vlasenko | 2017-01-15 | 1 | -37/+45 |
* | whitespace fix | Denys Vlasenko | 2017-01-15 | 1 | -2/+2 |
* | tls: format and send CLIENT_KEY_EXCHANGE | Denys Vlasenko | 2017-01-15 | 9 | -37/+5281 |
* | tls: DER length byte 0x81 is actually valid | Denys Vlasenko | 2017-01-14 | 1 | -11/+16 |
* | tls: a bit more work | Denys Vlasenko | 2017-01-14 | 1 | -33/+39 |
* | tls: work-in-progress TLS1.2 test applet | Denys Vlasenko | 2017-01-14 | 1 | -0/+643 |
* | wget: fix for brain-damaged HTTP servers. Closes 9471 | Denys Vlasenko | 2017-01-11 | 1 | -8/+15 |
* | ash: commented-out possible fix for 7694 | Denys Vlasenko | 2017-01-11 | 1 | -4/+79 |
* | ash: 16-bit ->nprocs field is a pain for many CPUs | Denys Vlasenko | 2017-01-11 | 1 | -3/+4 |
* | Move FEATURE_AUTOWIDTH config option to two applets which use it | Denys Vlasenko | 2017-01-11 | 12 | -68/+26 |
* | Move FEATURE_USE_TERMIOS config option to two applets which use it | Denys Vlasenko | 2017-01-11 | 12 | -33/+31 |
* | libbb: consolidate the code to set termios unbuffered mode | Denys Vlasenko | 2017-01-11 | 15 | -55/+71 |
* | hush: reinstate [[ builtin | Denys Vlasenko | 2017-01-11 | 1 | -0/+3 |
* | hush: split bash compatible extensions into separate defines. No code changes | Kang-Che Sung | 2017-01-11 | 1 | -29/+44 |
* | ash: split bash compatible extensions into separate defines. No code changes | Denys Vlasenko | 2017-01-11 | 1 | -74/+101 |
* | busybox: stop depending on FEATURE_AUTOWIDTH for applet list | Denys Vlasenko | 2017-01-11 | 1 | -5/+1 |
* | top: FEATURE_USE_TERMIOS shouldn't control reading of screen size | Denys Vlasenko | 2017-01-11 | 1 | -4/+0 |
* | more: hardcode FEATURE_USE_TERMIOS=y in this applet; code shrink | Denys Vlasenko | 2017-01-11 | 1 | -57/+49 |
* | hush: shorten output of "help" builtin | Denys Vlasenko | 2017-01-10 | 1 | -9/+12 |
* | hush: reorder builtins (cd and pwd ought to be close, etc), no code changes | Denys Vlasenko | 2017-01-10 | 1 | -297/+295 |
* | init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIET | Denys Vlasenko | 2017-01-10 | 10 | -15/+13 |
* | ash: revert "make dot command search current directory first" | Denys Vlasenko | 2017-01-10 | 1 | -9/+0 |
* | shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo | Denys Vlasenko | 2017-01-10 | 16 | -59/+72 |
* | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 105 | -512/+203 |
* | Allow FAST_FUNC to be overridden at build time | Kang-Che Sung | 2017-01-09 | 1 | -5/+10 |
* | kill: optimizations for single-applet build | Kang-Che Sung | 2017-01-09 | 2 | -21/+28 |
* | hush: make echo builtin optional | Denys Vlasenko | 2017-01-09 | 2 | -17/+24 |
* | kill: need not build kill.c when ash's job control is off | Kang-Che Sung | 2017-01-09 | 2 | -6/+2 |
* | make_single_applets.sh: show errors and warnings | Denys Vlasenko | 2017-01-09 | 2 | -2/+15 |
* | unlzma: expand comments, no code changes | Denys Vlasenko | 2017-01-09 | 1 | -0/+18 |
* | unlzma: fix erroneous "while" instead of "if". Closes 4682 | Denys Vlasenko | 2017-01-09 | 1 | -5/+8 |
* | unzip: match "Defl:?" display with info-zip; cosmetic code shuffling | Denys Vlasenko | 2017-01-09 | 1 | -102/+109 |
* | unzip: optional support for xz | Denys Vlasenko | 2017-01-09 | 2 | -0/+14 |
* | unzip: optional support for bzip2 and lzma | Denys Vlasenko | 2017-01-09 | 3 | -36/+61 |
* | modprobe-small: build fixes | Denys Vlasenko | 2017-01-09 | 1 | -3/+10 |