aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-05-15remove stray semicolons (by Cristian Ionescu-Idbohrn)Denis Vlasenko
2008-05-12-Wall fixes by Cristian Ionescu-Idbohrn. No object code changes.Denis Vlasenko
2008-05-09fix warnings about pointer signednessDenis Vlasenko
2008-05-09Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko
2008-05-09udhcp: protect agianst timer overflowing 32-bit counterDenis Vlasenko
2008-05-07httpd: fix several bugs triggering by realtive path in -h DIR.Denis Vlasenko
2008-05-07httpd: restore HUP, CHLD and PIPE to SIG_DFL prior to execing CGI.Denis Vlasenko
2008-04-29ping: dont leak uninitialized data in ping packetsDenis Vlasenko
2008-04-25arping: save a few bytes by using mempcpyDenis Vlasenko
2008-04-21udhcp: fix config help textDenis Vlasenko
2008-04-21*: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.Denis Vlasenko
2008-04-19remove whitespace damage. No code changesDenis Vlasenko
2008-04-19style fixes. no code changesDenis Vlasenko
2008-04-17httpd: add an example of POST upload CGIDenis Vlasenko
2008-04-16arping: remove superfluous assignmentDenis Vlasenko
2008-04-10udhcp,ipcalc: simple code shrink (Nico Erfurth <masta AT perlgolf.de>)Denis Vlasenko
2008-04-10nameif: fix vda's breakage (Nico Erfurth <masta AT perlgolf.de>)Denis Vlasenko
2008-04-07crond: add handling of "MAILTO=user" linesDenis Vlasenko
2008-04-07ping: add -w, -W support (James Simmons <jsimmons AT infradead.org>)Denis Vlasenko
2008-04-06brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko
2008-04-02udhcpc: add -o "do not request options by default" switchDenis Vlasenko
2008-03-31tcpudp: trivial build fixDenis Vlasenko
2008-03-29inetd: small shrink for NOMMU caseDenis Vlasenko
2008-03-29ftpgetput: move control_stream to "struct globals";Denis Vlasenko
2008-03-29ftpgetput: deal with long-standing TODOs:Denis Vlasenko
2008-03-28ftpgetput: add comment about EPSV (extended PASV).Denis Vlasenko
2008-03-28fix a few stray unguarded strdup'sDenis Vlasenko
2008-03-28whitespace fixesDenis Vlasenko
2008-03-27openvt: fix gross mismatch between us and "standard" openvt.Denis Vlasenko
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko
2008-03-25ifupdown: support for %retries% (L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko
2008-03-25udhcp: build fix for ppc kernel 2.4.36Denis Vlasenko
2008-03-24*: whitespace fixes, no code changesDenis Vlasenko
2008-03-24lpr: add more accurate commentsDenis Vlasenko
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko
2008-03-23pscan: add -c, -b: report closed, blocked portsDenis Vlasenko
2008-03-21*: fix build problems found with randomconfigDenis Vlasenko
2008-03-20*: use fopen_or_warn in few more placesDenis Vlasenko
2008-03-20inetd: use change_identity().Denis Vlasenko
2008-03-20udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings);Denis Vlasenko
2008-03-19tftpd: small trivial shrinkDenis Vlasenko
2008-03-19*: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)Denis Vlasenko
2008-03-19ifupdown: make it NOMMU-capableDenis 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