summaryrefslogtreecommitdiff
path: root/networking/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* tftpd: tweak HP PA-RISC firmware bug compatibilityDenys Vlasenko2014-09-041-3/+4
* tftpd: support full 512-byte requestsDenys Vlasenko2014-09-031-3/+13
* tftpd: fix -u USER to work with chroot. Closes 5348Denys Vlasenko2012-07-181-32/+32
* tftpd: chroot to DIR, not merely chdir. Closes 4874Denys Vlasenko2012-03-081-2/+3
* tftp: mode string is case independentDenys Vlasenko2011-10-061-1/+2
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+0
* add forgotten #includeDenys Vlasenko2011-04-111-0/+1
* tftpd: add -l "log to syslog" option. Needed for inetd modeDenys Vlasenko2011-04-111-2/+8
* tftp: fix progress bar for large (>32M) files. Closes 3499Denys Vlasenko2011-04-111-2/+2
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+33
* progress meter: fix bugs found in stall detection and unknown size logicDenys Vlasenko2011-02-111-1/+1
* progress meter: move file name to bb_progress_t. +20 bytesDenys Vlasenko2011-02-111-5/+5
* tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061Denys Vlasenko2011-01-101-27/+12
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* tftp: increase initial retry timeout from 50 to 100 msDenys Vlasenko2010-06-181-1/+2
* tftp: make message about 512 byte block less confusingDenys Vlasenko2010-06-121-1/+2
* pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-061-1/+1
* tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko2010-03-051-1/+2
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* tftpd: fix file creation with bogus mode. Closes bug 1021.Denys Vlasenko2010-02-021-1/+1
* randomconfig fixesDenys Vlasenko2009-12-121-2/+1
* tftpd: another small tweakDenys Vlasenko2009-11-081-3/+5
* tftp: another small tweakDenys Vlasenko2009-11-081-4/+4
* tftpd: slight correction to progress bar codeDenys Vlasenko2009-11-081-6/+8
* tftp: add optiona support for progress barMagnus Damm2009-11-081-16/+75
* tftp: extend tsize support a littleMagnus Damm2009-11-081-39/+57
* fix up potential printf's with unsafe format stringsDenys Vlasenko2009-10-241-1/+1
* documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+1
* tftp: add comment, no code changesDenys Vlasenko2009-07-251-5/+30
* tftp[d]: fix block# handling on upload with non-default blocksizeAtsushi Nemoto2009-07-241-39/+42
* tftp: do not risk invoking Sorcerer's Apprentice syndromeDenys Vlasenko2009-05-101-0/+3
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-26/+26
* tftp: when we infer local name from remote (-r [/]path/path/file),Denis Vlasenko2009-03-251-3/+8
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-091-15/+0
* libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko2008-12-031-3/+1
* build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko2008-11-061-4/+4
* tftpd: show help if stdin is not a socketDenis Vlasenko2008-11-011-2/+9
* - first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer2008-07-211-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-3/+1
* tftp: help compiler a bitDenis Vlasenko2008-06-161-1/+8
* tftpd: PXE server said to need to support "tsize" optionDenis Vlasenko2008-06-161-39/+55
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-181-6/+6
* *: fix build problems found with randomconfigDenis Vlasenko2008-03-211-33/+40
* tftpd: small trivial shrinkDenis Vlasenko2008-03-191-5/+2
* tftpd: fix download: we must change user AFTER bindDenis Vlasenko2008-03-191-37/+42
* tftpd: options -c (allow _new_ files to be uploaded) and -u USERDenis Vlasenko2008-03-191-63/+84
* tftp(d): a bit more verbose error reportingDenis Vlasenko2008-03-191-10/+15
* tftpd: make it emit error packetsDenis Vlasenko2008-03-191-114/+178