aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add comment about sha testingDenis Vlasenko2009-03-121-1/+7
* shrink sha hashing a bit more (remove wbuflen field from ctx),Denis Vlasenko2009-03-123-136/+113
* shrink sha hashingDenis Vlasenko2009-03-122-49/+34
* popmaildir: fix several grave bugs with using memory past end of malloc blockDenis Vlasenko2009-03-121-27/+25
* the -elf2flt flag can be used w/out -Wl, so drop the requirement so people ca...Mike Frysinger2009-03-121-3/+3
* sha256/512: code shrink. Run-tested.Denis Vlasenko2009-03-112-292/+261
* *: remove LOG_NOWAITDenis Vlasenko2009-03-113-3/+3
* ftpd: stop unconditional logging to syslog. This was the only appletDenis Vlasenko2009-03-113-16/+27
* docs/logging_and_backgrounding.txt: new mini-docDenis Vlasenko2009-03-118-58/+143
* mail.c: more robust handling of SIGCHLDDenis Vlasenko2009-03-102-22/+30
* ftpd + ls - timestamp = confused Mozilla. Prevent that.Denis Vlasenko2009-03-091-0/+15
* ftpd: add LOG_NDELAY to openlogDenis Vlasenko2009-03-091-1/+2
* uniq: strncmp(a,b, -1) might be problematic, use INT_MAX insteadDenis Vlasenko2009-03-091-1/+1
* fix typo in help textDenis Vlasenko2009-03-091-1/+1
* ftpd: reuse ls applet for LIST/NLST/STAT generationDenis Vlasenko2009-03-094-247/+157
* ftpd: EPSV and SIZE support. Tested to work on IPv6 too.Denis Vlasenko2009-03-092-98/+104
* ftp: reduce amount of realloc's done in cmdio_writeDenis Vlasenko2009-03-091-26/+20
* ftpd: code shrinkDenis Vlasenko2009-03-091-1/+1
* ftpd: code shrinkDenis Vlasenko2009-03-091-4/+4
* ftp: code shrinkDenis Vlasenko2009-03-091-132/+119
* ftpd: code shuffled a bit, added commentsDenis Vlasenko2009-03-091-7/+15
* ftpd: add commentDenis Vlasenko2009-03-091-1/+2
* ftpd: further code shrinkDenis Vlasenko2009-03-091-192/+185
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-0913-56/+35
* ftpd: code chrink, fixed some minor bugsDenis Vlasenko2009-03-088-382/+401
* adding forgotten new fileDenis Vlasenko2009-03-081-0/+1130
* ftpd: new applet by Adam TkacDenis Vlasenko2009-03-084-0/+29
* website: mention fixes to syslogdDenis Vlasenko2009-03-081-1/+1
* website: announce 1.13.3Denis Vlasenko2009-03-081-0/+11
* halt/reboot/poweroff: improve error reportingDenis Vlasenko2009-03-072-2/+2
* further work on modprobeDenis Vlasenko2009-03-061-74/+110
* - test commitBernhard Reutner-Fischer2009-03-051-1/+1
* modprobe: rework/speedup by Timo Teras (timo.teras AT iki.fi)Denis Vlasenko2009-03-051-145/+217
* modutils: delete unused global variableDenis Vlasenko2009-03-053-18/+12
* networking/libiproute/*: code shrink by optimizing numeric conversionsDenis Vlasenko2009-03-059-140/+63
* sendmail: document and fix usage of fd #4, fix check for helper failure.Denis Vlasenko2009-03-042-24/+28
* wget: --post-data support by Harald Kuthe (harald-tuxbox AT arcor.de)Denis Vlasenko2009-03-041-5/+61
* modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"Denis Vlasenko2009-03-035-18/+19
* ip: in "ip rule add from all table 1", "all" is taken as 0.0.0.0/32,Denis Vlasenko2009-03-032-18/+22
* expr: a bit more robust handling of regexps with groups (closes bug 87)Denis Vlasenko2009-03-031-6/+6
* printf: fix 1.12.0 breakage (from %*d fix). It was misinterpreting "*"Denis Vlasenko2009-03-031-3/+3
* ls: implement -Q and -g (-g was accepted but ignored)Denis Vlasenko2009-03-031-100/+138
* ls: do not follow links with -s (closes bug 33),Denis Vlasenko2009-03-031-10/+10
* top: make it work again on 2.4 kernels (closes bug 125)Denis Vlasenko2009-03-031-7/+6
* sendmail: improve help textDenis Vlasenko2009-03-021-3/+5
* wget: fix --header handlingDenis Vlasenko2009-03-021-9/+15
* syslogd: create logfile with 0666, not 0600.Denis Vlasenko2009-03-021-3/+9
* tr: update testsuiteDenis Vlasenko2009-03-021-0/+9
* tr: fix overflow in expand and complement, fix stop after [:class:],Denis Vlasenko2009-03-021-104/+131
* tr: support [:xdigit:], fix handling of ranges and [x]'s.Denis Vlasenko2009-03-012-38/+69