aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* adduser: help for -G GRP is misleading, fix itDenys Vlasenko2017-01-261-1/+1
* sh: fix FEATURE_SH_STANDALONE help text: it does not enable NOFORKDenys Vlasenko2017-01-261-17/+5
* libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmodeDenys Vlasenko2017-01-263-22/+35
* link: new appletDenys Vlasenko2017-01-263-8/+71
* xxd: make -p output lines actually end with a newlineDenys Vlasenko2017-01-251-1/+3
* xxd: implement -pDenys Vlasenko2017-01-252-18/+31
* libbb: shrink sump.cDenys Vlasenko2017-01-251-79/+80
* ftpd/ls: show directories firstDenys Vlasenko2017-01-252-11/+11
* hexdump/xxd: a bit more condensed formatsDenys Vlasenko2017-01-252-3/+3
* xxd: new appletDenys Vlasenko2017-01-253-16/+149
* ftpd: new option -a ANON_USER to allow anonymous loginsAndrey Mozzhuhin2017-01-241-11/+29
* wget: add support for -S --server-responseDenys Vlasenko2017-01-241-20/+29
* remove "local" bashism from a few scriptsDenys Vlasenko2017-01-244-15/+15
* tls: can download kernels now :)Denys Vlasenko2017-01-242-53/+121
* tls: if got CERTIFICATE_REQUEST, send an empty CERTIFICATEDenys Vlasenko2017-01-241-20/+45
* tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't workDenys Vlasenko2017-01-246-190/+288
* ls: convert DISP_DIRNAME to a bool variableDenys Vlasenko2017-01-231-9/+3
* ls: get rid of opt_flags[], handle -l1c through option_mask32Denys Vlasenko2017-01-231-67/+33
* ls: handle -x through option_mask32, remove default -C from --helpDenys Vlasenko2017-01-231-8/+7
* ls: handle -d and -R through option_mask32Denys Vlasenko2017-01-231-29/+17
* ls: handle -p and -F through option_mask32Denys Vlasenko2017-01-231-18/+16
* ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONGDenys Vlasenko2017-01-231-43/+36
* ls: make -Z output compatible with GNU coreutils 8.25Denys Vlasenko2017-01-231-19/+24
* ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPTDenys Vlasenko2017-01-231-34/+30
* ls: handle -s through option_mask32Denys Vlasenko2017-01-231-16/+16
* ls: handle -i through option_mask32Denys Vlasenko2017-01-231-6/+5
* ls: handle -a and -A through option_mask32Denys Vlasenko2017-01-231-12/+10
* ls: handle all sort options through option_mask32Denys Vlasenko2017-01-231-71/+42
* tls: reorder tls_handshake_data fields for smaller size, tweak commentsDenys Vlasenko2017-01-231-16/+9
* tls: send EMPTY_RENEGOTIATION_INFO_SCSV in our client helloDenys Vlasenko2017-01-231-26/+86
* tls: set TLS_DEBUG to 0; placate a gcc indentation warningDenys Vlasenko2017-01-232-11/+13
* separate TLS code into a library, use in in wgetDenys Vlasenko2017-01-234-175/+221
* ls: -1 should be ignored by -l (and options which imply -l)Denys Vlasenko2017-01-221-12/+12
* ls: more correct handling of -c, -uDenys Vlasenko2017-01-221-59/+50
* ls: replace -e with --full-time, add --group-directories-first, delete -KDenys Vlasenko2017-01-221-56/+74
* ip: better --helpDenys Vlasenko2017-01-212-48/+70
* more ip --help fixesDenys Vlasenko2017-01-211-7/+7
* make --help texts smallerDenys Vlasenko2017-01-216-49/+49
* make --help texts more uniformDenys Vlasenko2017-01-2110-48/+48
* tls: reorder tls_state fields for smaller offsetsDenys Vlasenko2017-01-211-18/+20
* tls: send SNI in the client helloDenys Vlasenko2017-01-201-19/+52
* tls: check size on "MAC-only, no crypt" code path tooDenys Vlasenko2017-01-201-3/+4
* tls: AES decrypt does one unnecessary memmoveDenys Vlasenko2017-01-201-14/+11
* tls: make input buffer grow as neededDenys Vlasenko2017-01-201-49/+83
* password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWDDenys Vlasenko2017-01-204-11/+19
* tls: improve i/o loopDenys Vlasenko2017-01-201-38/+92
* tls: was psAesDecrypt'ing one block too many, trashing buffered dataDenys Vlasenko2017-01-201-63/+73
* rdate: time(NULL) is shorter than time(&var)Denys Vlasenko2017-01-201-4/+1
* rdate: make it do something remotely sane, facing 32-bit time overflowDenys Vlasenko2017-01-202-7/+28
* tls: do not use common_bufsizDenys Vlasenko2017-01-201-8/+15