aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/serverpacket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* udhcpd: fix a bug in add_lease where it was reading at [-1]Denys Vlasenko2009-07-071-6/+16
* udhcp: logging improvements, field and variable renamesDenys Vlasenko2009-06-171-38/+35
* udhcp: shorten mac len from 16 to 6 in lease fileDenys Vlasenko2009-06-171-15/+15
* udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -vDenys Vlasenko2009-06-171-22/+22
* udhcp: rename server/client_config.arp to server_mac and client_macDenys Vlasenko2009-06-161-1/+1
* udhcp: cleanup of static lease handlingDenys Vlasenko2009-06-161-1/+1
* udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nipDenys Vlasenko2009-06-161-1/+1
* udhcp: rename giaddr to gateway_nip and server to server_nipDenys Vlasenko2009-06-161-7/+7
* udhcp: rename fields in struct dhcpOfferedAddrDenys Vlasenko2009-06-161-1/+1
* udhcpd: don't fail ARP check if returned MAC matches client's oneDenys Vlasenko2009-06-161-20/+31
* dhcpd: remember and record hostnames; optimize get_optionDenis Vlasenko2009-04-011-3/+6
* udhcpd: disable opton to have absolute lease times in lease fileDenis Vlasenko2009-01-011-21/+16
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-081-18/+19
* udhcp: add inline docs; small code shrinkDenis Vlasenko2008-09-261-1/+1
* udhcp: added some FIXMEs; code shrink. -49 bytesDenis Vlasenko2008-09-261-2/+4
* dhcp: add FAST_FUNC as appropriate. -160 bytes.Denis Vlasenko2008-09-261-4/+4
* udhcpc: regularize the names of receiving functions,Denis Vlasenko2008-05-211-8/+5
* udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)Denis Vlasenko2008-02-041-0/+1
* udhcp: fix oversized packet sending (introduced by "slack for bad dhcp server...Denis Vlasenko2007-12-201-2/+2
* udhcp: new config option "Rewrite the lease file at every new acknowledge"Denis Vlasenko2007-07-011-13/+18
* udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.Denis Vlasenko2007-04-071-1/+1
* udhcp: fix indentation and style.Denis Vlasenko2006-11-181-63/+48
* 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-10/+10
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* My first bout of untangling udhcp. Make lots of gratuitous #defines goRob Landley2006-05-281-3/+3
* add back in udhcp supportMike Frysinger2006-05-081-0/+275
* remove in place of external linkMike Frysinger2006-03-231-275/+0
* fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-2/+2
* just whitespaceTim Riker2006-01-251-2/+2
* more make safe the exported namespace for udhcp. Move to bb-specific file for..."Vladimir N. Oleynik"2005-09-231-1/+1
* Wade Berrier writes:Eric Andersen2004-10-081-2/+18
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-24/+24
* Use standard C99 typesEric Andersen2004-01-301-7/+7
* include headers with prototypes to make sure prototypes matchRuss Dill2003-12-161-0/+1
* Vodz, last_patch_88Glenn L McGrath2003-06-101-6/+1
* added full udhcp integrationRuss Dill2002-10-141-0/+263