aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-19ash: fix TRACE commandsDenis Vlasenko
2009-03-19ash: make evaltree save/restore int suppression depth.Denis Vlasenko
2009-03-19doc updateDenis Vlasenko
2009-03-19ash: in dotrap(), do not clear gotsig[] for SIGINT if there is no handlerDenis Vlasenko
2009-03-19df: fix FEATURE_DF_FANCY=off, FEATURE_HUMAN_READABLE=on case.Denis Vlasenko
2009-03-19ash: tentatively fix bug 189.Denis Vlasenko
2009-03-19init: test for vt terminal with VT_OPENQRY,Denis Vlasenko
2009-03-19ash: fix "ash -c 'exec 1>&0'" complaining that fd 0 is busyDenis Vlasenko
2009-03-18ls: make color-related code more readable. Fix a case whenDenis Vlasenko
2009-03-18httpd: add comment explaining why SERVER_NAME etc is not set.Denis Vlasenko
2009-03-18ftpd: fix command fetching to not do it in 1-byte reads;Denis Vlasenko
2009-03-18ftpd: add some commentsDenis Vlasenko
2009-03-18ftpd: trim messages (but make sure they still make sense)Denis Vlasenko
2009-03-18ftpd: do not use nasty tricks for re-execing if we are on MMU machine.Denis Vlasenko
2009-03-18ftpd: add support for MDTM, I see clients often use it,Denis Vlasenko
2009-03-17ftpd: document NLST formatDenis Vlasenko
2009-03-17ftpd: instead of wordy HELP, implement useful, and smaller, FEAT.Denis Vlasenko
2009-03-17ftpd: implement -vv verbosityDenis Vlasenko
2009-03-17ftpd: tweak timeout codeDenis Vlasenko
2009-03-16chat: update by VladimirDenis Vlasenko
2009-03-16ftpd: fix thinko: set_nport takes port in network orderDenis Vlasenko
2009-03-16ftpd: dont use fdprintf for simple status messagesDenis Vlasenko
2009-03-16ftpd: simplify PORT check by assuming IP = peer's IP.Denis Vlasenko
2009-03-16ftpd: add idle and absolute timeouts. This is a security issue,Denis Vlasenko
2009-03-16ftpd: security tightened up:Denis Vlasenko
2009-03-15awk: fix compat issue found by gpm buildDenis Vlasenko
2009-03-15tr: support -C as synonym to -cDenis Vlasenko
2009-03-15ftpd: fix the bug where >2GB file ops report errors;Denis Vlasenko
2009-03-15sha: merge K[] for sha256 and 512Denis Vlasenko
2009-03-15sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256Denis Vlasenko
2009-03-15sha: merge sha1/sha256 handling (they are similar enough for this),Denis Vlasenko
2009-03-15uname: correct cut/paste errorDenis Vlasenko
2009-03-14mount: support "-O option"; stop trying to mount swap partitionsDenis Vlasenko
2009-03-14uname: support long optionsDenis Vlasenko
2009-03-13insmod/modprobe: do not pass NULL to kernel as module parameterDenis Vlasenko
2009-03-13tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too.Denis Vlasenko
2009-03-12sha: reduce sha256/512 context size. Make sha1/sha256 code more similarDenis Vlasenko
2009-03-12sha: tiny shrinkDenis Vlasenko
2009-03-12add comment about sha testingDenis Vlasenko
2009-03-12shrink sha hashing a bit more (remove wbuflen field from ctx),Denis Vlasenko
2009-03-12shrink sha hashingDenis Vlasenko
2009-03-12popmaildir: fix several grave bugs with using memory past end of malloc blockDenis Vlasenko
2009-03-12the -elf2flt flag can be used w/out -Wl, so drop the requirement so people ca...Mike Frysinger
2009-03-11sha256/512: code shrink. Run-tested.Denis Vlasenko
2009-03-11*: remove LOG_NOWAITDenis Vlasenko
2009-03-11ftpd: stop unconditional logging to syslog. This was the only appletDenis Vlasenko
2009-03-11docs/logging_and_backgrounding.txt: new mini-docDenis Vlasenko
2009-03-10mail.c: more robust handling of SIGCHLDDenis Vlasenko
2009-03-09ftpd + ls - timestamp = confused Mozilla. Prevent that.Denis Vlasenko
2009-03-09ftpd: add LOG_NDELAY to openlogDenis Vlasenko