aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* udhcp: we call DNS name encoder with NULL, this can SEGV. added a checkDenys Vlasenko2010-03-241-37/+43
* udhcp: fix DNS domanin codec bug: bad compression flag checksDenys Vlasenko2010-03-241-6/+6
* *: merge some common stringsDenys Vlasenko2010-03-234-6/+6
* udhcp: handle errors in read_staticleaseDenys Vlasenko2010-03-235-20/+18
* brctl: fixing stp parameters incompatibilityMaciek Borzecki2010-03-231-12/+17
* udhcp: code shrinkDenys Vlasenko2010-03-231-46/+40
* udhcp: remove two unused fieldsDenys Vlasenko2010-03-232-2/+0
* udhcp: make rfc derived doc more readable (but it still is contradictory)Denys Vlasenko2010-03-221-60/+41
* udhcp: merge options.h into common.h, script.c into dhcpc.cDenys Vlasenko2010-03-2211-529/+483
* udhcpc: do not test for srand init, just do it at the startDenys Vlasenko2010-03-221-11/+5
* udhcp: merge clientpacket.c into dhcpc.cDenys Vlasenko2010-03-225-295/+240
* udhcpc: merge clientsocket.c into dhcpc.c. +4 bytes.Denys Vlasenko2010-03-224-125/+105
* dhcpd: apparently, sometimes IP is in ciaddr, not requested_ip...Denys Vlasenko2010-03-212-21/+93
* udhcpd: untangle incredibly messy handling of DHCPREQUESTDenys Vlasenko2010-03-219-184/+267
* udhcp: tweak udhcpd.conf example and comments. no code changesDenys Vlasenko2010-03-213-4/+5
* udhcp: code shrink; disable time and log server optionsDenys Vlasenko2010-03-216-121/+119
* udhcpc: make it possible to disable vendor id; improve help textDenys Vlasenko2010-03-204-32/+36
* udhcpd: remove five more options which do not make sense or not supportedDenys Vlasenko2010-03-204-24/+29
* udhcpd: remove redundant code in send_offer()Denys Vlasenko2010-03-201-18/+9
* udhcp: move serverpacket.c into dhcpd.c, no other changesDenys Vlasenko2010-03-204-296/+263
* udhcp: remove support for some really old and odd optionsDenys Vlasenko2010-03-194-13/+17
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-184-7/+7
* brctl: Fix commentBernhard Reutner-Fischer2010-03-171-1/+1
* brctl: fix parsing of timespec to allow 0 (setfd, sethello..)Maciek Borzecki2010-03-171-2/+3
* tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko2010-03-053-8/+12
* ping: do not leak data from stack; shrinkDenys Vlasenko2010-03-031-47/+57
* *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERRDenys Vlasenko2010-03-022-5/+5
* Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko2010-02-271-28/+28
|\
| * Config: fix alphabetical orderingBernhard Reutner-Fischer2010-02-261-28/+28
* | *: gethostname-related fixesDenys Vlasenko2010-02-271-3/+7
|/
* reuse a few stringsBernhard Reutner-Fischer2010-02-261-1/+1
* typo fixesDenys Vlasenko2010-02-241-2/+2
* netstat: fix a trivial bugDenys Vlasenko2010-02-191-1/+1
* wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set"Denys Vlasenko2010-02-111-0/+1
* wget: ignore --no-check-certificateBernhard Reutner-Fischer2010-02-101-0/+2
* dnsd: add -s option. This allows (clumsy) operation with read dns serversDenys Vlasenko2010-02-071-34/+39
* dnsd: add more -v messagesDenys Vlasenko2010-02-071-6/+18
* dnsd: fix one big-endian goof; add a TODO about RA bitDenys Vlasenko2010-02-061-18/+21
* udhcp[cd]: fix aliasing warningsDenys Vlasenko2010-02-052-2/+2
* *: fix 1/4 remaining aliasing warningsDenys Vlasenko2010-02-053-34/+31
* *: eliminate more aliasing warningsDenys Vlasenko2010-02-042-24/+23
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-0415-16/+15
* more thorough fix for systems with strange socklen_tDenys Vlasenko2010-02-022-2/+2
* tftpd: fix file creation with bogus mode. Closes bug 1021.Denys Vlasenko2010-02-021-1/+1
* further work on unicodizationDenys Vlasenko2010-01-301-2/+5
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-286-27/+53
* libiproute: eliminate unused fields in struct filter_t's; style fixesDenys Vlasenko2010-01-262-153/+168
* ntpd: explain why scripts can be run in quick successionDenys Vlasenko2010-01-251-3/+10
* whitespace fixesDenys Vlasenko2010-01-254-5/+5
* libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko2010-01-241-1/+1