aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* sha: merge K[] for sha256 and 512Denis Vlasenko2009-03-151-125/+96
* sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256Denis Vlasenko2009-03-152-5/+5
* sha: merge sha1/sha256 handling (they are similar enough for this),Denis Vlasenko2009-03-152-211/+94
* uname: correct cut/paste errorDenis Vlasenko2009-03-152-5/+19
* mount: support "-O option"; stop trying to mount swap partitionsDenis Vlasenko2009-03-144-60/+136
* uname: support long optionsDenis Vlasenko2009-03-141-0/+16
* insmod/modprobe: do not pass NULL to kernel as module parameterDenis Vlasenko2009-03-131-2/+4
* tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too.Denis Vlasenko2009-03-131-2/+2
* sha: reduce sha256/512 context size. Make sha1/sha256 code more similarDenis Vlasenko2009-03-122-72/+79
* sha: tiny shrinkDenis Vlasenko2009-03-121-8/+5
* 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