aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2010-03-24udhcp: add testing bits to dns en/decoderDenys Vlasenko
2010-03-24udhcp: we call DNS name encoder with NULL, this can SEGV. added a checkDenys Vlasenko
2010-03-24udhcp: fix DNS domanin codec bug: bad compression flag checksDenys Vlasenko
2010-03-23*: merge some common stringsDenys Vlasenko
2010-03-23udhcp: handle errors in read_staticleaseDenys Vlasenko
2010-03-23brctl: fixing stp parameters incompatibilityMaciek Borzecki
2010-03-23udhcp: code shrinkDenys Vlasenko
2010-03-23udhcp: remove two unused fieldsDenys Vlasenko
2010-03-22udhcp: make rfc derived doc more readable (but it still is contradictory)Denys Vlasenko
2010-03-22udhcp: merge options.h into common.h, script.c into dhcpc.cDenys Vlasenko
2010-03-22udhcpc: do not test for srand init, just do it at the startDenys Vlasenko
2010-03-22udhcp: merge clientpacket.c into dhcpc.cDenys Vlasenko
2010-03-22udhcpc: merge clientsocket.c into dhcpc.c. +4 bytes.Denys Vlasenko
2010-03-21dhcpd: apparently, sometimes IP is in ciaddr, not requested_ip...Denys Vlasenko
2010-03-21udhcpd: untangle incredibly messy handling of DHCPREQUESTDenys Vlasenko
2010-03-21udhcp: tweak udhcpd.conf example and comments. no code changesDenys Vlasenko
2010-03-21udhcp: code shrink; disable time and log server optionsDenys Vlasenko
2010-03-20udhcpc: make it possible to disable vendor id; improve help textDenys Vlasenko
2010-03-20udhcpd: remove five more options which do not make sense or not supportedDenys Vlasenko
2010-03-20udhcpd: remove redundant code in send_offer()Denys Vlasenko
2010-03-20udhcp: move serverpacket.c into dhcpd.c, no other changesDenys Vlasenko
2010-03-19udhcp: remove support for some really old and odd optionsDenys Vlasenko
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko
2010-03-17brctl: Fix commentBernhard Reutner-Fischer
2010-03-17brctl: fix parsing of timespec to allow 0 (setfd, sethello..)Maciek Borzecki
2010-03-05tftp: do not show progress bar if we get error right away. +13 bytesDenys Vlasenko
2010-03-03ping: do not leak data from stack; shrinkDenys Vlasenko
2010-03-02*: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERRDenys Vlasenko
2010-02-27Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko
2010-02-27*: gethostname-related fixesDenys Vlasenko
2010-02-26Config: fix alphabetical orderingBernhard Reutner-Fischer
2010-02-26reuse a few stringsBernhard Reutner-Fischer
2010-02-24typo fixesDenys Vlasenko
2010-02-19netstat: fix a trivial bugDenys Vlasenko
2010-02-11wget: fix bug 1057 "busybox wget segfaults with http_proxy environment set"Denys Vlasenko
2010-02-10wget: ignore --no-check-certificateBernhard Reutner-Fischer
2010-02-07dnsd: add -s option. This allows (clumsy) operation with read dns serversDenys Vlasenko
2010-02-07dnsd: add more -v messagesDenys Vlasenko
2010-02-06dnsd: fix one big-endian goof; add a TODO about RA bitDenys Vlasenko
2010-02-05udhcp[cd]: fix aliasing warningsDenys Vlasenko
2010-02-05*: fix 1/4 remaining aliasing warningsDenys Vlasenko
2010-02-04*: eliminate more aliasing warningsDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-02-02more thorough fix for systems with strange socklen_tDenys Vlasenko
2010-02-02tftpd: fix file creation with bogus mode. Closes bug 1021.Denys Vlasenko
2010-01-30further work on unicodizationDenys Vlasenko
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko
2010-01-26libiproute: eliminate unused fields in struct filter_t's; style fixesDenys Vlasenko
2010-01-25ntpd: explain why scripts can be run in quick successionDenys Vlasenko
2010-01-25whitespace fixesDenys Vlasenko