aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* udhcpc: regularize the names of receiving functions,Denis Vlasenko2008-05-219-49/+50
* udhcpc: simplify renewal of the leaseDenis Vlasenko2008-05-211-22/+19
* udhcpc: properly reduce timeout if bogus packets were receivedDenis Vlasenko2008-05-211-11/+16
* ifenslave: add forgotten INIT_G()Denis Vlasenko2008-05-201-0/+2
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-194-24/+24
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-197-18/+18
* - Rename getpty() to xgetpty() and adjust callers.Bernhard Reutner-Fischer2008-05-191-5/+1
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-183-9/+9
* httpd: fix obscure case when user runs httpd -i from command line for testing.Denis Vlasenko2008-05-181-1/+8
* two fixlets for -WallDenis Vlasenko2008-05-172-2/+2
* fix bug 2704: remove verbatim RFC text from sourceDenis Vlasenko2008-05-171-451/+0
* - accept ip l s ib0 addr 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:0...Bernhard Reutner-Fischer2008-05-161-2/+4
* - very minor shrinkageBernhard Reutner-Fischer2008-05-161-5/+1
* - add appropriate string for arp header #32 for use by ip(8)Bernhard Reutner-Fischer2008-05-161-0/+6
* - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whateverBernhard Reutner-Fischer2008-05-162-3/+93
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-1515-27/+25
* remove stray semicolons (by Cristian Ionescu-Idbohrn)Denis Vlasenko2008-05-152-2/+2
* -Wall fixes by Cristian Ionescu-Idbohrn. No object code changes.Denis Vlasenko2008-05-122-8/+8
* fix warnings about pointer signednessDenis Vlasenko2008-05-092-2/+2
* Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko2008-05-0912-4/+97
* udhcp: protect agianst timer overflowing 32-bit counterDenis Vlasenko2008-05-091-1/+1
* httpd: fix several bugs triggering by realtive path in -h DIR.Denis Vlasenko2008-05-071-68/+75
* httpd: restore HUP, CHLD and PIPE to SIG_DFL prior to execing CGI.Denis Vlasenko2008-05-071-0/+7
* ping: dont leak uninitialized data in ping packetsDenis Vlasenko2008-04-291-4/+6
* arping: save a few bytes by using mempcpyDenis Vlasenko2008-04-251-10/+12
* udhcp: fix config help textDenis Vlasenko2008-04-211-31/+20
* *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.Denis Vlasenko2008-04-217-51/+47
* remove whitespace damage. No code changesDenis Vlasenko2008-04-191-1/+1
* style fixes. no code changesDenis Vlasenko2008-04-191-3/+3
* httpd: add an example of POST upload CGIDenis Vlasenko2008-04-171-0/+76
* arping: remove superfluous assignmentDenis Vlasenko2008-04-161-1/+0
* udhcp,ipcalc: simple code shrink (Nico Erfurth <masta AT perlgolf.de>)Denis Vlasenko2008-04-102-8/+3
* nameif: fix vda's breakage (Nico Erfurth <masta AT perlgolf.de>)Denis Vlasenko2008-04-101-17/+29
* crond: add handling of "MAILTO=user" linesDenis Vlasenko2008-04-071-2/+26
* ping: add -w, -W support (James Simmons <jsimmons AT infradead.org>)Denis Vlasenko2008-04-071-23/+50
* brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko2008-04-062-74/+122
* udhcpc: add -o "do not request options by default" switchDenis Vlasenko2008-04-025-10/+23
* tcpudp: trivial build fixDenis Vlasenko2008-03-311-3/+3
* inetd: small shrink for NOMMU caseDenis Vlasenko2008-03-291-9/+14
* ftpgetput: move control_stream to "struct globals";Denis Vlasenko2008-03-291-110/+85
* ftpgetput: deal with long-standing TODOs:Denis Vlasenko2008-03-291-114/+82
* ftpgetput: add comment about EPSV (extended PASV).Denis Vlasenko2008-03-281-39/+65
* fix a few stray unguarded strdup'sDenis Vlasenko2008-03-281-9/+7
* whitespace fixesDenis Vlasenko2008-03-282-6/+6
* openvt: fix gross mismatch between us and "standard" openvt.Denis Vlasenko2008-03-271-1/+1
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-262-5/+5
* ifupdown: support for %retries% (L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko2008-03-251-2/+2
* udhcp: build fix for ppc kernel 2.4.36Denis Vlasenko2008-03-251-1/+1
* *: whitespace fixes, no code changesDenis Vlasenko2008-03-243-28/+28
* lpr: add more accurate commentsDenis Vlasenko2008-03-241-1/+1