aboutsummaryrefslogtreecommitdiff
path: root/networking/tftp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* tftpd: make open() check r/w permissions instead of doing it ourself.Denis Vlasenko2008-03-181-21/+27
* tftpd: fix bugs spotted by VladimirDenis Vlasenko2008-03-181-3/+12
* tftpd: new applet (mostly using existing code for tftp)Denis Vlasenko2008-03-171-92/+242
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-11/+5
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* inetd: make it NOMMU-capable and IPv6-friendly. Lots of renamesDenis Vlasenko2008-03-121-1/+1
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-291-8/+8
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce safe_poll (fixes a problem in top)Denis Vlasenko2007-09-271-2/+2
* *: replace select-for-one descriptor with poll, it's smaller.Denis Vlasenko2007-09-071-18/+15
* fix infinite retry bug. also, reduce per-packet receive timeoutPaul Fox2007-09-061-11/+20
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+2
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-251-2/+2
* whitespace fixesDenis Vlasenko2007-05-301-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* tftp: explain "block# 0" codepath; report our decision to bail out to serverDenis Vlasenko2007-05-091-73/+70
* tftp: code diet, and I think retransmits were broken.Denis Vlasenko2007-05-081-209/+159
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer2007-04-121-6/+1
* tcpsvd: new appletDenis Vlasenko2007-04-011-1/+1
* tftp: fix my bugDenis Vlasenko2007-02-081-1/+1
* tftp: fix IPv6 falloutDenis Vlasenko2007-02-071-19/+22
* add x to IPv6 functions which can dieDenis Vlasenko2007-02-041-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* fixing bugs revealed by randomconfig runsDenis Vlasenko2007-01-201-2/+6
* next part of ipv6-ization. dnsd code is "interesting"...Denis Vlasenko2007-01-121-26/+14
* next part of ipv6-ization is here: wget & httpdDenis Vlasenko2007-01-121-1/+3
* ipv6-ization efforts continue. Few bugs are found,Denis Vlasenko2007-01-111-148/+103