summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* udhcpc: fix wrong options in decline and release packetsDenis Vlasenko2008-01-253-13/+15
* - implement brctl setpathcost, setportprio, setbridgeprio, stpBernhard Reutner-Fischer2008-01-142-21/+93
* - shrink a bit and implement time related fancy features. Improve help texts.Bernhard Reutner-Fischer2008-01-132-36/+115
* - save four bytes by manually hoisting the br assignmentBernhard Reutner-Fischer2008-01-131-5/+4
* - new applet brctlBernhard Reutner-Fischer2008-01-133-0/+94
* whitespace fixesDenis Vlasenko2008-01-071-1/+1
* ps: fix build breakage from vda's recent commitDenis Vlasenko2008-01-073-4/+4
* ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var)Denis Vlasenko2008-01-041-4/+6
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-025-6/+6
* libbb: introduce fputc_printable (from ed)Denis Vlasenko2007-12-301-7/+10
* httpd: support for "I:index.xml" syntax (Peter Korsgaard <jacmet@uclibc.org>)Denis Vlasenko2007-12-291-2/+11
* trylink: instead of build error, disable --gc-sections if GLIBC && STATICDenis Vlasenko2007-12-281-5/+5
* netstat: in error message, report filename and line numberDenis Vlasenko2007-12-261-22/+23
* save a bit of code with *strchrnul = '\0' trickDenis Vlasenko2007-12-262-11/+5
* Fix xmalloc_fgets_str so that it really does NOT strip terminator.Denis Vlasenko2007-12-261-22/+15
* Makefile: change version to 1.10.0.svnDenis Vlasenko2007-12-243-45/+55
* nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko2007-12-242-77/+166
* vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable,Denis Vlasenko2007-12-221-1/+1
* udhcp: decided to not send "short" dhcp packets,Denis Vlasenko2007-12-211-1/+6
* udhcp: fix oversized packet sending (introduced by "slack for bad dhcp server...Denis Vlasenko2007-12-207-43/+49
* traceroute: stop using global data/bssDenis Vlasenko2007-12-161-43/+63
* udhcpc: support for -O <option>.Denis Vlasenko2007-12-104-77/+94
* lineedit: reduce stack usageDenis Vlasenko2007-12-031-33/+37
* fix whitespace damageDenis Vlasenko2007-12-021-1/+1
* libnetlink: comment out unused code; don't use 8k stack buffersDenis Vlasenko2007-12-022-37/+65
* dhcp: heed TODO item - divorced options from their string descriptionsDenis Vlasenko2007-11-298-88/+135
* dhcpc: let server know we don't like oversized packets.Denis Vlasenko2007-11-286-47/+58
* ip route: add comment, no code changesDenis Vlasenko2007-11-271-1/+3
* iproute: fix a bug where "ip r flush table main" was rejected,Denis Vlasenko2007-11-262-37/+48
* zcip: simplify code a bitDenis Vlasenko2007-11-251-8/+1
* zcip: use low-order 4 bytes of MAC as random seed, not 4 high-orderDenis Vlasenko2007-11-252-102/+120
* dhcpc: cope with buggy DHCP servers which send oversized packetsDenis Vlasenko2007-11-253-3/+27
* Add an RFC for future ipv6 ftp workDenis Vlasenko2007-11-231-0/+451
* arping: fix a bug where there is implicit count of 4G;Denis Vlasenko2007-11-231-32/+54
* logread: eliminate usage of data/bssDenis Vlasenko2007-11-231-7/+9
* dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smallerDenis Vlasenko2007-11-235-19/+23
* udhcpc: remove -W option, -A can be reused for thatDenis Vlasenko2007-11-221-15/+6
* fix a thinko in build systemDenis Vlasenko2007-11-221-1/+1
* dhcpc: cleanup and comments; fix buggy timeout handling in corner cases.Denis Vlasenko2007-11-221-107/+125
* udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@ax...Denis Vlasenko2007-11-228-26/+111
* ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko2007-11-1810-212/+186
* Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have:Denis Vlasenko2007-11-141-0/+15
* inetd: revert bogus fix for bug 1562; shrink inetd a bitDenis Vlasenko2007-11-121-35/+15
* xreadlink: code shrinkDenis Vlasenko2007-11-081-0/+1
* add "-A N" / "--tryagain=N" option to client, to allow altering thePaul Fox2007-11-071-4/+9
* telnet: use poll, it's shorterDenis Vlasenko2007-11-064-80/+78
* telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>)Denis Vlasenko2007-11-061-11/+23
* Announce 1.8.01_8_0Denis Vlasenko2007-11-041-7/+7
* ifconfig: code shrinkDenis Vlasenko2007-11-041-44/+44
* inetd: fix bug 1562 "inetd does not set argv[0] properly" (fix by IlyaPanfilov)Denis Vlasenko2007-10-301-16/+14