2017-01-23 |
Denys Vlasenko | separate TLS code into a library, use in in wget |
commit | commitdiff | tree | snapshot |
2017-01-22 |
Denys Vlasenko | ls: -1 should be ignored by -l (and options which imply -l) |
commit | commitdiff | tree | snapshot |
2017-01-22 |
Denys Vlasenko | ls: more correct handling of -c, -u |
commit | commitdiff | tree | snapshot |
2017-01-22 |
Denys Vlasenko | ls: replace -e with --full-time, add --group-directorie... |
commit | commitdiff | tree | snapshot |
2017-01-21 |
Denys Vlasenko | ip: better --help |
commit | commitdiff | tree | snapshot |
2017-01-21 |
Denys Vlasenko | more ip --help fixes |
commit | commitdiff | tree | snapshot |
2017-01-21 |
Denys Vlasenko | make --help texts smaller |
commit | commitdiff | tree | snapshot |
2017-01-21 |
Denys Vlasenko | make --help texts more uniform |
commit | commitdiff | tree | snapshot |
2017-01-21 |
Denys Vlasenko | tls: reorder tls_state fields for smaller offsets |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Denys Vlasenko | tls: send SNI in the client hello |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Denys Vlasenko | tls: check size on "MAC-only, no crypt" code path too |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Denys Vlasenko | tls: AES decrypt does one unnecessary memmove |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Denys Vlasenko | tls: make input buffer grow as needed |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Denys Vlasenko | password utils: improve --help, make DEFAULT_PASSWD_ALG... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Denys Vlasenko | tls: improve i/o loop |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Denys Vlasenko | tls: was psAesDecrypt'ing one block too many, trashing... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Denys Vlasenko | rdate: time(NULL) is shorter than time(&var) |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Denys Vlasenko | rdate: make it do something remotely sane, facing 32... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Denys Vlasenko | tls: do not use common_bufsiz |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Denys Vlasenko | tls: decode alerts and in particular, EOF alert. |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Denys Vlasenko | tls: add the i/o loop - largish rework of i/o buffering |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Denys Vlasenko | tls: fix ROL/ROR x86 optimization |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Denys Vlasenko | tls: tested PSTM_X86_64, not enabling it - too large |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Denys Vlasenko | tls: commented out psPool_t use |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Denys Vlasenko | ntpd: print result of hostname resolution |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Denys Vlasenko | fdisk: add typical values of -H and -S to --help |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Denys Vlasenko | tls: teach it to decrypt AES256-encrypted data |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Denys Vlasenko | tls: trim comments |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Denys Vlasenko | tls: teach it to send AES256-encrypted data |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Denys Vlasenko | tls: added AES code and made it compile. not used yet |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Denys Vlasenko | tls: massage writing for encryption support; finer... |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Denys Vlasenko | tls: address one easy FIXME, tidy up comments |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Denys Vlasenko | tls: process CHANGE_CIPHER_SPEC and FINISHED from server |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Denys Vlasenko | tls: rearrange function order, improve comments |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Denys Vlasenko | tls: make our send_client_finished() pass server check |
commit | commitdiff | tree | snapshot |
2017-01-16 |
Denys Vlasenko | tls: format FINISHED message properly for unencrypted... |
commit | commitdiff | tree | snapshot |
2017-01-16 |
Denys Vlasenko | Assorted warning fixes and added a comment, no code... |
commit | commitdiff | tree | snapshot |
2017-01-16 |
Denys Vlasenko | tls: add sha256 hmac and prf code |
commit | commitdiff | tree | snapshot |
2017-01-15 |
Denys Vlasenko | cryptpw: support "rounds=NNNNNNN$" thing in salts |
commit | commitdiff | tree | snapshot |
2017-01-15 |
Denys Vlasenko | libbb: eliminate redundant variable in sha_crypt |
commit | commitdiff | tree | snapshot |
2017-01-15 |
Denys Vlasenko | sha512: use larger constant table only if sha512 is... |
commit | commitdiff | tree | snapshot |
2017-01-15 |
Denys Vlasenko | tls: rearrange code, add/improve comments, fix whitespa... |
commit | commitdiff | tree | snapshot |
2017-01-15 |
Denys Vlasenko | tls: send CHANGE_CIPHER_SPEC |
commit | commitdiff | tree | snapshot |
2017-01-14 |
Denys Vlasenko | whitespace fix |
commit | commitdiff | tree | snapshot |
2017-01-14 |
Denys Vlasenko | tls: format and send CLIENT_KEY_EXCHANGE |
commit | commitdiff | tree | snapshot |
2017-01-14 |
Denys Vlasenko | tls: DER length byte 0x81 is actually valid |
commit | commitdiff | tree | snapshot |
2017-01-14 |
Denys Vlasenko | tls: a bit more work |
commit | commitdiff | tree | snapshot |
2017-01-14 |
Denys Vlasenko | tls: work-in-progress TLS1.2 test applet |
commit | commitdiff | tree | snapshot |
2017-01-11 |
Denys Vlasenko | wget: fix for brain-damaged HTTP servers. Closes 9471 |
commit | commitdiff | tree | snapshot |
2017-01-11 |
Denys Vlasenko | ash: commented-out possible fix for 7694 |
commit | commitdiff | tree | snapshot |
2017-01-11 |
Denys Vlasenko | ash: 16-bit ->nprocs field is a pain for many CPUs |
commit | commitdiff | tree | snapshot |
2017-01-11 |
Denys Vlasenko | Move FEATURE_AUTOWIDTH config option to two applets... |
commit | commitdiff | tree | snapshot |
2017-01-11 |
Denys Vlasenko | Move FEATURE_USE_TERMIOS config option to two applets... |
commit | commitdiff | tree | snapshot |
2017-01-11 |
Denys Vlasenko | libbb: consolidate the code to set termios unbuffered... |
commit | commitdiff | tree | snapshot |
2017-01-11 |
Denys Vlasenko | hush: reinstate [[ builtin |
commit | commitdiff | tree | snapshot |
2017-01-11 |
Kang-Che Sung | hush: split bash compatible extensions into separate... |
commit | commitdiff | tree | snapshot |
2017-01-11 |
Denys Vlasenko | ash: split bash compatible extensions into separate... |
commit | commitdiff | tree | snapshot |
2017-01-11 |
Denys Vlasenko | busybox: stop depending on FEATURE_AUTOWIDTH for applet... |
commit | commitdiff | tree | snapshot |
2017-01-11 |
Denys Vlasenko | top: FEATURE_USE_TERMIOS shouldn't control reading... |
commit | commitdiff | tree | snapshot |
2017-01-11 |
Denys Vlasenko | more: hardcode FEATURE_USE_TERMIOS=y in this applet... |
commit | commitdiff | tree | snapshot |
2017-01-10 |
Denys Vlasenko | hush: shorten output of "help" builtin |
commit | commitdiff | tree | snapshot |
2017-01-10 |
Denys Vlasenko | hush: reorder builtins (cd and pwd ought to be close... |
commit | commitdiff | tree | snapshot |
2017-01-10 |
Denys Vlasenko | init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIET |
commit | commitdiff | tree | snapshot |
2017-01-10 |
Denys Vlasenko | ash: revert "make dot command search current directory... |
commit | commitdiff | tree | snapshot |
2017-01-10 |
Denys Vlasenko | shells: make hush test optional, rename ASH_BUILTIN_foo... |
commit | commitdiff | tree | snapshot |
2017-01-10 |
Denys Vlasenko | Big cleanup in config help and description |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Kang-Che Sung | Allow FAST_FUNC to be overridden at build time |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Kang-Che Sung | kill: optimizations for single-applet build |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Denys Vlasenko | hush: make echo builtin optional |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Kang-Che Sung | kill: need not build kill.c when ash's job control... |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Denys Vlasenko | make_single_applets.sh: show errors and warnings |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Denys Vlasenko | unlzma: expand comments, no code changes |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Denys Vlasenko | unlzma: fix erroneous "while" instead of "if". Closes... |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Denys Vlasenko | unzip: match "Defl:?" display with info-zip; cosmetic... |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Denys Vlasenko | unzip: optional support for xz |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Denys Vlasenko | unzip: optional support for bzip2 and lzma |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Denys Vlasenko | modprobe-small: build fixes |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Explorer09 | modprobe-small: optimizations for single applet build |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Kang-Che Sung | Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2 |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Denys Vlasenko | ash: fix a bug in argv restoration after sourcing a... |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Denys Vlasenko | hush: fix a bug in argv restoration after sourcing... |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Denys Vlasenko | hush: global_args_malloced is used only if set builtin... |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Denys Vlasenko | hush: fix 'defined but not used' warning |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Denys Vlasenko | hush: remove redundand test for ENABLE_HUSH_JOB |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Denys Vlasenko | hush: fix kill builtin without jobs support |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Denys Vlasenko | typo fix |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Denys Vlasenko | hush: conditionalize print_escaped() on EXPORT || TRAP |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Denys Vlasenko | hush: make memleak builtin optional |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Denys Vlasenko | hush: make export builtin optional |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Denys Vlasenko | hush: make umask builtin optional |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Denys Vlasenko | hush: make set/unset builtins optional |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Denys Vlasenko | hush: make read and trap builtins optional |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Denys Vlasenko | hush: kill builtin and kill %jobspec support |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Denys Vlasenko | hush: support %%, %+ and % jobspec (meaning "current... |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Laurent Bercot | httpd: fix address family for reverse proxy client... |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Kang-Che Sung | build system: no longer prompt for PLATFORM_LINUX option |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Kang-Che Sung | bunzip2: fix code bloat caused by zcat's seamless magic |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Kang-Che Sung | ash: fix "kill %1" not working if CONFIG_ASH is disabled |
commit | commitdiff | tree | snapshot |
2017-01-08 |
Denys Vlasenko | unzip: do not use CDF.extra_len, read local file header... |
commit | commitdiff | tree | snapshot |
2017-01-07 |
Denys Vlasenko | ash: fix open fds leaking in redirects. Closes 9561 |
commit | commitdiff | tree | snapshot |
next |