aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* randomconfig fixesDenys Vlasenko2017-07-031-0/+2
* udhcp: get rid of bb_info_msg()Denys Vlasenko2016-03-301-6/+6
* udhcpc: make DHCP packets to have at least 300 DHCP bytesJohannes Stezenbach2013-10-281-0/+9
* udhcpc: trim help text, rename badly-named variableDenys Vlasenko2011-11-071-12/+11
* udhcpc: remove workaround for bugs in Win98 dhcp server ("MSFT 98" vendor str...Denys Vlasenko2011-11-051-31/+3
* networking: consolidate the IP checksum code. -129 bytes.Baruch Siach2011-09-071-31/+3
* *: simplify Ethernet header includesDan Fandrich2011-06-101-10/+3
* dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZEDenys Vlasenko2010-10-201-4/+4
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* dhcp: truncate packets instead of padding them to 574 bytes. closes bug 1849Denys Vlasenko2010-05-311-12/+20
* dhcp: readability cleanups and small code shrinkDenys Vlasenko2010-05-301-27/+19
* udhcp: cosmetic cleanups; one case of s/full_read/xread/Denys Vlasenko2010-03-261-6/+7
* udhcp: pass pointer to whole packet to "add option" functionsDenys Vlasenko2010-03-261-1/+1
* udhcp: handle errors in read_staticleaseDenys Vlasenko2010-03-231-3/+3
* udhcp: merge options.h into common.h, script.c into dhcpc.cDenys Vlasenko2010-03-221-4/+3
* udhcpd: untangle incredibly messy handling of DHCPREQUESTDenys Vlasenko2010-03-211-4/+7
* remove trailing whitespaceDenys Vlasenko2009-07-151-1/+1
* udhcp: fix trivial compile errorDenys Vlasenko2009-06-191-1/+1
* udhcp: logging improvements, field and variable renamesDenys Vlasenko2009-06-171-1/+1
* udhcp: shorten mac len from 16 to 6 in lease fileDenys Vlasenko2009-06-171-10/+10
* udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -vDenys Vlasenko2009-06-171-16/+60
* Fix forgotten license commentsDenis Vlasenko2008-12-071-0/+6
* udhcp: add inline docs; small code shrinkDenis Vlasenko2008-09-261-4/+4
* udhcp: added some FIXMEs; code shrink. -49 bytesDenis Vlasenko2008-09-261-1/+2
* dhcp: add FAST_FUNC as appropriate. -160 bytes.Denis Vlasenko2008-09-261-5/+5
* udhcpc: regularize the names of receiving functions,Denis Vlasenko2008-05-211-1/+1
* udhcp: we were forgetting to set right op byte in tha packetDenis Vlasenko2008-02-201-6/+1
* Makefile: change version to 1.10.0.svnDenis Vlasenko2007-12-241-32/+41
* 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-201-13/+23
* dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smallerDenis Vlasenko2007-11-231-5/+1
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-181-5/+2
* udhcp: many small fixes:Denis Vlasenko2007-07-031-10/+24
* udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.Denis Vlasenko2007-04-071-1/+1
* A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko2006-12-181-1/+1
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko2006-11-221-2/+1
* add compile-time check for correct DHCP packet sizeDenis Vlasenko2006-11-201-0/+4
* udhcp: fix indentation and style.Denis Vlasenko2006-11-181-16/+16
* add -Wundef, fix uncovered bugsDenis Vlasenko2006-11-171-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-2/+2
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-7/+7
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-011-1/+1
* My first bout of untangling udhcp. Make lots of gratuitous #defines goRob Landley2006-05-281-7/+7
* add back in udhcp supportMike Frysinger2006-05-081-0/+207
* remove in place of external linkMike Frysinger2006-03-231-207/+0
* sync busybox and udhcp treesMike Frysinger2006-03-231-2/+0
* Patch from Denis Vlasenko to constify things and fix a few typos.Rob Landley2006-02-221-3/+4
* Bug 751: file handle leaks can add up until available filehandles for theRob Landley2006-02-221-3/+9
* fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-1/+1