aboutsummaryrefslogtreecommitdiff
path: root/networking/tftp.c
AgeCommit message (Expand)Author
2012-07-18tftpd: fix -u USER to work with chroot. Closes 5348Denys Vlasenko
2012-03-08tftpd: chroot to DIR, not merely chdir. Closes 4874Denys Vlasenko
2011-10-06tftp: mode string is case independentDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11add forgotten #includeDenys Vlasenko
2011-04-11tftpd: add -l "log to syslog" option. Needed for inetd modeDenys Vlasenko
2011-04-11tftp: fix progress bar for large (>32M) files. Closes 3499Denys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-02-11progress meter: fix bugs found in stall detection and unknown size logicDenys Vlasenko
2011-02-11progress meter: move file name to bb_progress_t. +20 bytesDenys Vlasenko
2011-01-10tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061Denys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-18tftp: increase initial retry timeout from 50 to 100 msDenys Vlasenko
2010-06-12tftp: make message about 512 byte block less confusingDenys Vlasenko
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko
2010-03-05tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-02-02tftpd: fix file creation with bogus mode. Closes bug 1021.Denys Vlasenko
2009-12-12randomconfig fixesDenys Vlasenko
2009-11-08tftpd: another small tweakDenys Vlasenko
2009-11-08tftp: another small tweakDenys Vlasenko
2009-11-08tftpd: slight correction to progress bar codeDenys Vlasenko
2009-11-08tftp: add optiona support for progress barMagnus Damm
2009-11-08tftp: extend tsize support a littleMagnus Damm
2009-10-24fix up potential printf's with unsafe format stringsDenys Vlasenko
2009-09-06documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-07-25tftp: add comment, no code changesDenys Vlasenko
2009-07-24tftp[d]: fix block# handling on upload with non-default blocksizeAtsushi Nemoto
2009-05-10tftp: do not risk invoking Sorcerer's Apprentice syndromeDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-03-25tftp: when we infer local name from remote (-r [/]path/path/file),Denis Vlasenko
2009-03-09*: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko
2008-12-03libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko
2008-11-06build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko
2008-11-01tftpd: show help if stdin is not a socketDenis Vlasenko
2008-07-21- first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-25whitespace fixes. no code changesDenis Vlasenko
2008-06-16tftp: help compiler a bitDenis Vlasenko
2008-06-16tftpd: PXE server said to need to support "tsize" optionDenis Vlasenko
2008-05-18more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko
2008-03-21*: fix build problems found with randomconfigDenis Vlasenko
2008-03-19tftpd: small trivial shrinkDenis Vlasenko
2008-03-19tftpd: fix download: we must change user AFTER bindDenis Vlasenko
2008-03-19tftpd: options -c (allow _new_ files to be uploaded) and -u USERDenis Vlasenko
2008-03-19tftp(d): a bit more verbose error reportingDenis Vlasenko
2008-03-19tftpd: make it emit error packetsDenis Vlasenko
2008-03-18tftpd: make open() check r/w permissions instead of doing it ourself.Denis Vlasenko
2008-03-18tftpd: fix bugs spotted by VladimirDenis Vlasenko