summaryrefslogtreecommitdiff
path: root/networking/udhcp/packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* just whitespaceTim Riker2006-01-251-4/+4
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-9/+9
* Use standard C99 typesEric Andersen2004-01-301-9/+9
* include headers with prototypes to make sure prototypes matchRuss Dill2003-12-161-0/+1
* Vodz, last_patch_88Glenn L McGrath2003-06-101-6/+4
* added full udhcp integrationRuss Dill2002-10-141-0/+203