aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.h
AgeCommit message (Expand)Author
2010-03-28dumpleases: better help textDenys Vlasenko
2010-03-26udhcp: cosmetic cleanups; one case of s/full_read/xread/Denys Vlasenko
2010-03-26udhcp: move options.c to common.c; disable unused bool and s16 option codeDenys Vlasenko
2010-03-25udhcpc: add -x OPT:VAL optionDenys Vlasenko
2010-03-23udhcp: remove two unused fieldsDenys Vlasenko
2010-03-21udhcp: tweak udhcpd.conf example and comments. no code changesDenys Vlasenko
2010-03-20udhcp: move serverpacket.c into dhcpd.c, no other changesDenys Vlasenko
2010-02-05udhcp[cd]: fix aliasing warningsDenys Vlasenko
2009-07-07udhcpd: fix a bug in add_lease where it was reading at [-1]Denys Vlasenko
2009-06-17udhcp: convert old-style logging in print_static_leasesDenys Vlasenko
2009-06-17udhcp: logging improvements, field and variable renamesDenys Vlasenko
2009-06-17udhcp: shorten mac len from 16 to 6 in lease fileDenys Vlasenko
2009-06-17udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -vDenys Vlasenko
2009-06-16udhcp: add a few TODOsDenys Vlasenko
2009-06-16udhcp: rename server/client_config.arp to server_mac and client_macDenys Vlasenko
2009-06-16udhcp: cleanup of static lease handlingDenys Vlasenko
2009-06-16udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nipDenys Vlasenko
2009-06-16udhcp: rename giaddr to gateway_nip and server to server_nipDenys Vlasenko
2009-06-16udhcp: rename fields in struct dhcpOfferedAddrDenys Vlasenko
2009-06-16udhcpd: don't fail ARP check if returned MAC matches client's oneDenys Vlasenko
2009-04-09*: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko
2009-04-01dhcpd: remember and record hostnames; optimize get_optionDenis Vlasenko
2009-01-01udhcpd: disable opton to have absolute lease times in lease fileDenis Vlasenko
2008-09-26dhcp: add FAST_FUNC as appropriate. -160 bytes.Denis Vlasenko
2008-05-21udhcpc: regularize the names of receiving functions,Denis Vlasenko
2008-05-09Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko
2008-03-20udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings);Denis Vlasenko
2008-02-20udhcp: make paths configurableDenis Vlasenko
2008-02-04udhcp: ifdef out unused membersDenis Vlasenko
2008-02-04udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)Denis Vlasenko
2007-11-29dhcp: heed TODO item - divorced options from their string descriptionsDenis Vlasenko
2007-09-30move udhcp_{client/server}_config to common_bufsiz1Denis Vlasenko
2007-07-03udhcp: many small fixes:Denis Vlasenko
2007-07-01udhcp: new config option "Rewrite the lease file at every new acknowledge"Denis Vlasenko
2007-04-07udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.Denis Vlasenko
2006-11-18udhcp: fix indentation and style.Denis Vlasenko
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-05-28My first bout of untangling udhcp. Make lots of gratuitous #defines goRob Landley
2006-05-08add back in udhcp supportMike Frysinger
2006-03-23remove in place of external linkMike Frysinger
2006-01-25just whitespaceTim Riker
2004-12-06merge from udhcp moduleMike Frysinger
2004-10-08Wade Berrier writes:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-01-30Use standard C99 typesEric Andersen
2003-12-16why the complication of a static string rather than a define? gcc isn't dumbRuss Dill
2003-06-10Vodz, last_patch_88Glenn L McGrath
2002-11-05version number oopsRuss Dill
2002-10-14added full udhcp integrationRuss Dill