aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-24remove "local" bashism from a few scriptsDenys Vlasenko
2017-01-24tls: can download kernels now :)Denys Vlasenko
2017-01-24tls: if got CERTIFICATE_REQUEST, send an empty CERTIFICATEDenys Vlasenko
2017-01-24tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't workDenys Vlasenko
2017-01-23ls: convert DISP_DIRNAME to a bool variableDenys Vlasenko
2017-01-23ls: get rid of opt_flags[], handle -l1c through option_mask32Denys Vlasenko
2017-01-23ls: handle -x through option_mask32, remove default -C from --helpDenys Vlasenko
2017-01-23ls: handle -d and -R through option_mask32Denys Vlasenko
2017-01-23ls: handle -p and -F through option_mask32Denys Vlasenko
2017-01-23ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONGDenys Vlasenko
2017-01-23ls: make -Z output compatible with GNU coreutils 8.25Denys Vlasenko
2017-01-23ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPTDenys Vlasenko
2017-01-23ls: handle -s through option_mask32Denys Vlasenko
2017-01-23ls: handle -i through option_mask32Denys Vlasenko
2017-01-23ls: handle -a and -A through option_mask32Denys Vlasenko
2017-01-23ls: handle all sort options through option_mask32Denys Vlasenko
2017-01-23tls: reorder tls_handshake_data fields for smaller size, tweak commentsDenys Vlasenko
2017-01-23tls: send EMPTY_RENEGOTIATION_INFO_SCSV in our client helloDenys Vlasenko
2017-01-23tls: set TLS_DEBUG to 0; placate a gcc indentation warningDenys Vlasenko
2017-01-23separate TLS code into a library, use in in wgetDenys Vlasenko
2017-01-22ls: -1 should be ignored by -l (and options which imply -l)Denys Vlasenko
2017-01-22ls: more correct handling of -c, -uDenys Vlasenko
2017-01-22ls: replace -e with --full-time, add --group-directories-first, delete -KDenys Vlasenko
2017-01-21ip: better --helpDenys Vlasenko
2017-01-21more ip --help fixesDenys Vlasenko
2017-01-21make --help texts smallerDenys Vlasenko
2017-01-21make --help texts more uniformDenys Vlasenko
2017-01-21tls: reorder tls_state fields for smaller offsetsDenys Vlasenko
2017-01-20tls: send SNI in the client helloDenys Vlasenko
2017-01-20tls: check size on "MAC-only, no crypt" code path tooDenys Vlasenko
2017-01-20tls: AES decrypt does one unnecessary memmoveDenys Vlasenko
2017-01-20tls: make input buffer grow as neededDenys Vlasenko
2017-01-20password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWDDenys Vlasenko
2017-01-20tls: improve i/o loopDenys Vlasenko
2017-01-20tls: was psAesDecrypt'ing one block too many, trashing buffered dataDenys Vlasenko
2017-01-20rdate: time(NULL) is shorter than time(&var)Denys Vlasenko
2017-01-20rdate: make it do something remotely sane, facing 32-bit time overflowDenys Vlasenko
2017-01-20tls: do not use common_bufsizDenys Vlasenko
2017-01-20tls: decode alerts and in particular, EOF alert.Denys Vlasenko
2017-01-20tls: add the i/o loop - largish rework of i/o bufferingDenys Vlasenko
2017-01-19tls: fix ROL/ROR x86 optimizationDenys Vlasenko
2017-01-19tls: tested PSTM_X86_64, not enabling it - too largeDenys Vlasenko
2017-01-19tls: commented out psPool_t useDenys Vlasenko
2017-01-19ntpd: print result of hostname resolutionDenys Vlasenko
2017-01-19fdisk: add typical values of -H and -S to --helpDenys Vlasenko
2017-01-19tls: teach it to decrypt AES256-encrypted dataDenys Vlasenko
2017-01-18tls: trim commentsDenys Vlasenko
2017-01-18tls: teach it to send AES256-encrypted dataDenys Vlasenko
2017-01-18tls: added AES code and made it compile. not used yetDenys Vlasenko
2017-01-18tls: massage writing for encryption support; finer-grained debugDenys Vlasenko