summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* - fix typo in helptextBernhard Reutner-Fischer2007-10-291-1/+1
* ll_types.c: optimize link type table, make it conditionalDenis Vlasenko2007-10-296-78/+179
* httpd: fix trivial bug (spotted by Alex Landau)Denis Vlasenko2007-10-211-1/+1
* ping: fix breakage from -I fixDenis Vlasenko2007-10-201-2/+2
* paing: make -I ethN work too (-I addr already worked)Denis Vlasenko2007-10-191-6/+15
* httpd: free big buffer after use; improve grep-ability of 'headers' variableDenis Vlasenko2007-10-181-16/+17
* xatonum.h: add commentDenis Vlasenko2007-10-182-64/+212
* telnetd: make sure telnetd -K exits if child diesDenis Vlasenko2007-10-171-20/+15
* telnetd: trivial optimizationDenis Vlasenko2007-10-171-3/+4
* ash: use fdprintf, not dprintf.Denis Vlasenko2007-10-171-1/+1
* fixes revealed by randomconfig runDenis Vlasenko2007-10-161-8/+10
* telnetd: fix commentDenis Vlasenko2007-10-161-1/+1
* telnetd: code shrink suggested by Ralf Friedl <Ralf.Friedl@online.de>Denis Vlasenko2007-10-161-31/+36
* bzip2: make -s equivalent to -2 (compatible with standard bzip2)Denis Vlasenko2007-10-161-1/+1
* telnetd: at Alexander Kriegisch <Alexander@kriegisch.name> insistenceDenis Vlasenko2007-10-151-35/+64
* telnetd: document bug in remove_iacs. reinstate band-aidDenis Vlasenko2007-10-151-48/+55