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