aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* udhcp: rename server_config to server_dataDenys Vlasenko2019-05-301-4/+4
* udhcp: rename client_config to client_data, server_config to server_dataDenys Vlasenko2019-05-261-1/+1
* udhcpd: support per-client hostnames in static leasesDenys Vlasenko2019-05-161-5/+1
* dhcp: merge leases.c and static_leases.c into dhcpd.cDenys Vlasenko2016-10-041-14/+0
* dhcp: merge most of static_leases.c into dhcpd.cDenys Vlasenko2016-10-041-13/+0
* dhcp: merge files.c into dhcpd.cDenys Vlasenko2016-10-041-6/+0
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+1
* udhcpd: add option for tweaking arppingMichel Stam2014-10-301-1/+1
* udhcpc6: fix port numbers used if !FEATURE_UDHCP_PORTDenys Vlasenko2013-01-281-2/+4
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* dumpleases: better help textDenys Vlasenko2010-03-281-1/+1
* udhcp: cosmetic cleanups; one case of s/full_read/xread/Denys Vlasenko2010-03-261-7/+3
* udhcp: move options.c to common.c; disable unused bool and s16 option codeDenys Vlasenko2010-03-261-1/+0
* udhcpc: add -x OPT:VAL optionDenys Vlasenko2010-03-251-5/+0
* udhcp: remove two unused fieldsDenys Vlasenko2010-03-231-1/+0
* udhcp: tweak udhcpd.conf example and comments. no code changesDenys Vlasenko2010-03-211-2/+2
* udhcp: move serverpacket.c into dhcpd.c, no other changesDenys Vlasenko2010-03-201-8/+0
* udhcp[cd]: fix aliasing warningsDenys Vlasenko2010-02-051-1/+1
* udhcpd: fix a bug in add_lease where it was reading at [-1]Denys Vlasenko2009-07-071-2/+3
* udhcp: convert old-style logging in print_static_leasesDenys Vlasenko2009-06-171-10/+11
* udhcp: logging improvements, field and variable renamesDenys Vlasenko2009-06-171-10/+10
* udhcp: shorten mac len from 16 to 6 in lease fileDenys Vlasenko2009-06-171-17/+20
* udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -vDenys Vlasenko2009-06-171-0/+1
* udhcp: add a few TODOsDenys Vlasenko2009-06-161-0/+4
* udhcp: rename server/client_config.arp to server_mac and client_macDenys Vlasenko2009-06-161-9/+15
* udhcp: cleanup of static lease handlingDenys Vlasenko2009-06-161-9/+9
* udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nipDenys Vlasenko2009-06-161-10/+3
* udhcp: rename giaddr to gateway_nip and server to server_nipDenys Vlasenko2009-06-161-1/+1
* udhcp: rename fields in struct dhcpOfferedAddrDenys Vlasenko2009-06-161-3/+3
* udhcpd: don't fail ARP check if returned MAC matches client's oneDenys Vlasenko2009-06-161-1/+1
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-091-9/+4
* dhcpd: remember and record hostnames; optimize get_optionDenis Vlasenko2009-04-011-3/+7
* udhcpd: disable opton to have absolute lease times in lease fileDenis Vlasenko2009-01-011-12/+24
* dhcp: add FAST_FUNC as appropriate. -160 bytes.Denis Vlasenko2008-09-261-17/+17
* udhcpc: regularize the names of receiving functions,Denis Vlasenko2008-05-211-3/+3
* Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko2008-05-091-0/+8
* udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings);Denis Vlasenko2008-03-201-1/+1
* udhcp: make paths configurableDenis Vlasenko2008-02-201-1/+1
* udhcp: ifdef out unused membersDenis Vlasenko2008-02-041-0/+2
* udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)Denis Vlasenko2008-02-041-0/+9
* dhcp: heed TODO item - divorced options from their string descriptionsDenis Vlasenko2007-11-291-1/+1
* move udhcp_{client/server}_config to common_bufsiz1Denis Vlasenko2007-09-301-1/+2
* udhcp: many small fixes:Denis Vlasenko2007-07-031-23/+23
* udhcp: new config option "Rewrite the lease file at every new acknowledge"Denis Vlasenko2007-07-011-12/+6
* udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata.Denis Vlasenko2007-04-071-81/+2
* udhcp: fix indentation and style.Denis Vlasenko2006-11-181-6/+55
* 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-1/+0
* add back in udhcp supportMike Frysinger2006-05-081-0/+141
* remove in place of external linkMike Frysinger2006-03-231-141/+0