aboutsummaryrefslogtreecommitdiff
path: root/win32 (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-03ash: improvements to forkshell debugRon Yorston1-5/+23
2018-12-02ash: annotate pointers in forkshell debugRon Yorston1-42/+130
2018-12-02ash: redefine SAVE_PTR macros to remove testRon Yorston1-2/+10
2018-11-29ash: consolidate tests for variables not to convertRon Yorston1-8/+5
2018-11-29ash: fixes to spawn_forkshellRon Yorston1-16/+10
2018-11-29nologin: change defaultRon Yorston1-1/+1
2018-11-27platform.h: remove obsolete #defineRon Yorston1-1/+0
2018-11-27testsuite: check CONFIG_DESKTOP before using 'od -t'Chen Qi7-5/+7
2018-11-27hush: allow hush to run embedded scriptsRon Yorston10-32/+62
2018-11-27free: ensure there is a least one space between numbersDenys Vlasenko1-3/+3
2018-11-27docs: add embedded-scripts.txtRon Yorston2-1/+117
2018-11-27tar: skip 'V' headers (GNU volume label), closes 11526Denys Vlasenko1-1/+2
2018-11-27unlzma: fix too-eager corruption checkDenys Vlasenko1-7/+13
2018-11-27ps: bring code marginally more into line with upstreamRon Yorston1-3/+3
2018-11-27win32: save a few bytes in process scanningRon Yorston1-14/+7
2018-11-27win32: save a few bytes in fake times(2) implementationRon Yorston1-5/+1
2018-11-27tar: fix too eager autodetection, closes 11531Denys Vlasenko3-5/+11
2018-11-27build system: prevent duplicate applet namesRon Yorston1-1/+9
2018-11-27Tweaks to build process for embedded scriptsRon Yorston5-23/+14
2018-11-27tls: add ECDHE_PSK and remove ARIA cipher idsDenys Vlasenko1-8/+4
2018-11-26tls: add _anon_ cipher definitionsDenys Vlasenko1-0/+4
2018-11-26tls: enable TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipherDenys Vlasenko1-29/+29
2018-11-26tls: cipher 009D is not yet supported, don't test for itDenys Vlasenko1-4/+3
2018-11-26tls: speed up prf_hmac_sha256()Denys Vlasenko1-40/+39
2018-11-26vi: save a few bytesRon Yorston1-14/+8
2018-11-26libbb: add comment on sha384Denys Vlasenko1-0/+5
2018-11-26win32: move function redefinitions to mingw.hRon Yorston3-6/+9
2018-11-26tls: simplify hmac_begin()Denys Vlasenko1-11/+27
2018-11-26tls: add support for 8 more cipher ids - all tested to workDenys Vlasenko1-87/+117
2018-11-25tls: fix commentsDenys Vlasenko1-1/+5
2018-11-25tls: add a comment on expanding list of supported ciphersDenys Vlasenko1-7/+30
2018-11-25tls: do not leak RSA keyDenys Vlasenko2-0/+13
2018-11-25tls: code shrinkDenys Vlasenko2-16/+12
2018-11-25tls: code shrinkDenys Vlasenko1-15/+16
2018-11-25tls: code shrinkDenys Vlasenko2-6/+14
2018-11-25tls: on x86, use xorbuf_aligned_AES_BLOCK_SIZE() even with non-aligned sourceDenys Vlasenko1-2/+4
2018-11-25tls: actually fill in CIPHER_ID3 value in hello messageDenys Vlasenko1-5/+3
2018-11-25ntpd: do not SEGV on "-p keyno:192.168.1.1", show --help insteadDenys Vlasenko1-0/+1
2018-11-24wget: code shrinkDenys Vlasenko1-8/+6
2018-11-24tls: fix is.gd again, fix AES-CBC using decrypt key instead of encryptDenys Vlasenko1-5/+7
2018-11-24tls: speed up xor'ing of aligned 16-byte buffersDenys Vlasenko3-17/+36
2018-11-24tls: in AES-GCM decoding, avoid memmoveDenys Vlasenko4-15/+17
2018-11-24tls: fix a thinko in GHASH optimizationDenys Vlasenko1-1/+1
2018-11-23tls: make tls_get_random() FAST_FUNCDenys Vlasenko2-2/+2
2018-11-23wget: print the final newline only for non-tty outputDenys Vlasenko3-5/+9
2018-11-23tls: code shrinkDenys Vlasenko1-3/+4
2018-11-23tls: typo fix in commentDenys Vlasenko1-2/+2
2018-11-23tls: make local buffers in aesgcm_GHASH() explicitly 32-bit alignedDenys Vlasenko1-9/+4
2018-11-23tls: code shrinkDenys Vlasenko2-15/+21
2018-11-23tls: simplify aesgcm_GHASH()Denys Vlasenko3-47/+60