summaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.c
Commit message (Expand)AuthorAgeFilesLines
* udhcpc6: fix udhcp_find_option to actually find DHCP6 optionsDenys Vlasenko2021-12-121-1/+1
* udhcp: clarify aspects of relay operation, add TODOs and FIXMEs, tweak --helpDenys Vlasenko2021-09-021-0/+7
* udhcpd: check config file for bad IP ranges (start > end)Denys Vlasenko2021-09-021-4/+6
* udhcpd: update --help to include -a MSECDenys Vlasenko2021-09-021-6/+12
* udhcpd: don't hardcode treating .0 and .255 speciallySeth David Schoen2021-06-031-6/+5
* udhcp: reuse stringsDenys Vlasenko2021-02-211-2/+2
* help text: use -P PORT formDenys Vlasenko2020-12-181-2/+2
* udhcp: bind to device even for ucast packetsMichal Kazior2020-12-151-1/+2
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* acpid: only display -p if supported in usageNorbert Lange2020-06-291-1/+1
* dhcpd: remove hardcoded pidfile pathNorbert Lange2020-06-291-1/+7
* udhcpd: mangle hostnames starting with dash ("-option")Denys Vlasenko2020-01-141-0/+2
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-12/+12
* dhcp: get rid of static data signal_pipeDenys Vlasenko2019-05-311-6/+6
* udhcp: rename server_config to server_dataDenys Vlasenko2019-05-301-75/+75
* udhcpd: fix printing of static leasesDenys Vlasenko2019-05-211-27/+13
* udhcpd: code shrinkDenys Vlasenko2019-05-161-8/+12
* udhcpd: support per-client hostnames in static leasesDenys Vlasenko2019-05-161-9/+63
* udhcpd: code shrink - do not fetch requested IP twiceDenys Vlasenko2019-05-151-11/+9
* style fix, no code changesDenys Vlasenko2019-05-141-1/+2
* udhcpd: code shrinkDenys Vlasenko2019-05-101-6/+10
* Optionally re-introduce bb_info_msg()James Byrne2019-04-301-11/+11
* randomconfig fixesDenys Vlasenko2018-12-271-1/+1
* udhcpc: check that 4-byte options are indeed 4-byte, closes 11506Denys Vlasenko2018-12-171-3/+3
* udhcpc: remove code which requires server ID to be on local networkDenys Vlasenko2018-06-211-3/+1
* udhcpc6: set -x options in requestDenys Vlasenko2018-05-141-1/+4
* udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handlingDenys Vlasenko2018-03-111-5/+20
* udhcpd: fix "not dying on SIGTERM"Denys Vlasenko2018-03-101-16/+18
* udhcp: do not setlinebuf(stdout), we don't print to stdout anymoreDenys Vlasenko2018-02-071-2/+0
* udhcpd: use ptr_to_globals for its lone global data (g_leases)Denys Vlasenko2018-02-011-2/+4
* use %m printf specifier where appropriateDenys Vlasenko2017-09-291-1/+1
* udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may ...Denys Vlasenko2017-09-291-1/+3
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+4
* udhcpc6: make -O OPT workDenys Vlasenko2017-06-281-2/+6
* udhcp: use poll() instead of select()Denys Vlasenko2017-02-161-13/+8
* Convert all udhcp applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+5
* dhcp: merge leases.c and static_leases.c into dhcpd.cDenys Vlasenko2016-10-041-4/+218
* dhcp: merge most of static_leases.c into dhcpd.cDenys Vlasenko2016-10-041-1/+58
* dhcp: merge files.c into dhcpd.cDenys Vlasenko2016-10-041-2/+221
* udhcp: add setup_common_bufsiz() as neededDenys Vlasenko2016-04-211-4/+4
* dhcpd: string reuseDenys Vlasenko2016-03-301-1/+1
* udhcp: get rid of bb_info_msg()Denys Vlasenko2016-03-301-17/+17
* dhcpd: fix an improper widening conversionDenys Vlasenko2015-01-271-1/+2
* udhcpd: add option for tweaking arppingMichel Stam2014-10-301-5/+12
* udhcpd: also add -I ADDR to help textDenys Vlasenko2013-03-141-1/+1
* udhcpd: add -I LOCAL_ADDR optionDenys Vlasenko2013-03-131-4/+13
* dhcpd: write lease file on exitDenys Vlasenko2012-07-241-4/+4
* udhcp: IF_UDHCP_VERBOSE() macro - improve code readabilityLeonid Lisovskiy2011-10-181-3/+1
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+11
* dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing leaseDenys Vlasenko2010-11-281-7/+11