aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.c
AgeCommit message (Expand)Author
2021-02-21udhcp: reuse stringsDenys Vlasenko
2020-12-18help text: use -P PORT formDenys Vlasenko
2020-12-15udhcp: bind to device even for ucast packetsMichal Kazior
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-06-29acpid: only display -p if supported in usageNorbert Lange
2020-06-29dhcpd: remove hardcoded pidfile pathNorbert Lange
2020-01-14udhcpd: mangle hostnames starting with dash ("-option")Denys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-05-31dhcp: get rid of static data signal_pipeDenys Vlasenko
2019-05-30udhcp: rename server_config to server_dataDenys Vlasenko
2019-05-21udhcpd: fix printing of static leasesDenys Vlasenko
2019-05-16udhcpd: code shrinkDenys Vlasenko
2019-05-16udhcpd: support per-client hostnames in static leasesDenys Vlasenko
2019-05-15udhcpd: code shrink - do not fetch requested IP twiceDenys Vlasenko
2019-05-14style fix, no code changesDenys Vlasenko
2019-05-10udhcpd: code shrinkDenys Vlasenko
2019-04-30Optionally re-introduce bb_info_msg()James Byrne
2018-12-27randomconfig fixesDenys Vlasenko
2018-12-17udhcpc: check that 4-byte options are indeed 4-byte, closes 11506Denys Vlasenko
2018-06-21udhcpc: remove code which requires server ID to be on local networkDenys Vlasenko
2018-05-14udhcpc6: set -x options in requestDenys Vlasenko
2018-03-11udhcpd: clamp down huge auto_times to ~2M seconds, better EINTR poll handlingDenys Vlasenko
2018-03-10udhcpd: fix "not dying on SIGTERM"Denys Vlasenko
2018-02-07udhcp: do not setlinebuf(stdout), we don't print to stdout anymoreDenys Vlasenko
2018-02-01udhcpd: use ptr_to_globals for its lone global data (g_leases)Denys Vlasenko
2017-09-29use %m printf specifier where appropriateDenys Vlasenko
2017-09-29udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may ...Denys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-06-28udhcpc6: make -O OPT workDenys Vlasenko
2017-02-16udhcp: use poll() instead of select()Denys Vlasenko
2016-11-23Convert all udhcp applets to "new style" applet definitionsDenys Vlasenko
2016-10-04dhcp: merge leases.c and static_leases.c into dhcpd.cDenys Vlasenko
2016-10-04dhcp: merge most of static_leases.c into dhcpd.cDenys Vlasenko
2016-10-04dhcp: merge files.c into dhcpd.cDenys Vlasenko
2016-04-21udhcp: add setup_common_bufsiz() as neededDenys Vlasenko
2016-03-30dhcpd: string reuseDenys Vlasenko
2016-03-30udhcp: get rid of bb_info_msg()Denys Vlasenko
2015-01-27dhcpd: fix an improper widening conversionDenys Vlasenko
2014-10-30udhcpd: add option for tweaking arppingMichel Stam
2013-03-14udhcpd: also add -I ADDR to help textDenys Vlasenko
2013-03-13udhcpd: add -I LOCAL_ADDR optionDenys Vlasenko
2012-07-24dhcpd: write lease file on exitDenys Vlasenko
2011-10-18udhcp: IF_UDHCP_VERBOSE() macro - improve code readabilityLeonid Lisovskiy
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-11-28dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing leaseDenys Vlasenko
2010-11-28dhcpd: smaller code: do not look for REQUESTED_IP twiceDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-21udhcpd: reduce stack usage by ~700 bytes. +28 bytes code sizeDenys Vlasenko
2010-06-04udhcpd: fix daemonize crash on nommu systemsMike Frysinger
2010-04-04udhcpd: note missing sanity checks on INFORM message handlingDenys Vlasenko