aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* udhcpd: note missing sanity checks on INFORM message handlingDenys Vlasenko2010-04-041-1/+13
* udhcp: implement "raw" binary options. Closes bug 735Denys Vlasenko2010-04-042-13/+43
* libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko2010-04-042-49/+9
* udhcp: s/dhcp_option/dhcp_optflag/gDenys Vlasenko2010-04-043-34/+34
* udhcpc: trivial shrinkDenys Vlasenko2010-04-041-4/+2
* udhcpd: support decoding of option 120 "SIP servers". Closes bug 737Denys Vlasenko2010-04-034-44/+83
* ftpd: shrink by 33 bytesDenys Vlasenko2010-04-031-5/+11
* libbb: make index_in_substrings return -1 on ambiguous matchesDenys Vlasenko2010-04-032-4/+4
* httpd: fix proxy mode bug (annoying but harmless), better help textDenys Vlasenko2010-04-021-4/+4
* ifplugd: more robust interface name match checkDenys Vlasenko2010-04-021-2/+5
* clean up redundant, commented-out and misplaced includesDenys Vlasenko2010-04-013-31/+16
* fix Config.in tab usageDenys Vlasenko2010-03-311-4/+4
* ifplugd: code shrink; expanded commentsMaxim Kryzhanovsky2010-03-301-15/+11
* ifplugd: code shrinkMaxim Kryzhanovsky2010-03-291-54/+34
* dumpleases: better help textDenys Vlasenko2010-03-281-1/+1
* udhcpd: fix -v/-P mixupDenys Vlasenko2010-03-271-1/+1
* udhcp: abort if we see unknown option, and show valid options if soDenys Vlasenko2010-03-273-12/+26
* unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko2010-03-261-1/+1
* udhcp: cosmetic cleanups; one case of s/full_read/xread/Denys Vlasenko2010-03-2615-85/+55
* udhcp: pass pointer to whole packet to "add option" functionsDenys Vlasenko2010-03-268-34/+37
* udhcp: move options.c to common.c; disable unused bool and s16 option codeDenys Vlasenko2010-03-268-497/+485
* udhcpc: add -x OPT:VAL optionDenys Vlasenko2010-03-256-24/+59
* udhcp: add testing bits to dns en/decoderDenys Vlasenko2010-03-241-2/+35
* 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