aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ftpd: do not use nasty tricks for re-execing if we are on MMU machine.Denis Vlasenko2009-03-181-22/+57
* ftpd: add support for MDTM, I see clients often use it,Denis Vlasenko2009-03-181-11/+69
* ftpd: document NLST formatDenis Vlasenko2009-03-171-0/+8
* ftpd: instead of wordy HELP, implement useful, and smaller, FEAT.Denis Vlasenko2009-03-171-15/+14
* ftpd: implement -vv verbosityDenis Vlasenko2009-03-171-9/+31
* ftpd: tweak timeout codeDenis Vlasenko2009-03-171-11/+15
* chat: update by VladimirDenis Vlasenko2009-03-161-53/+44
* ftpd: fix thinko: set_nport takes port in network orderDenis Vlasenko2009-03-161-1/+1
* ftpd: dont use fdprintf for simple status messagesDenis Vlasenko2009-03-161-44/+65
* ftpd: simplify PORT check by assuming IP = peer's IP.Denis Vlasenko2009-03-161-1/+27
* ftpd: add idle and absolute timeouts. This is a security issue,Denis Vlasenko2009-03-162-21/+52
* ftpd: security tightened up:Denis Vlasenko2009-03-161-89/+107
* awk: fix compat issue found by gpm buildDenis Vlasenko2009-03-152-3/+19
* tr: support -C as synonym to -cDenis Vlasenko2009-03-151-8/+21
* ftpd: fix the bug where >2GB file ops report errors;Denis Vlasenko2009-03-151-65/+119
* 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