Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-12udhcpd: optional BOOTP supportDenys Vlasenko
2021-12-12udhcpc6: fix udhcp_find_option to actually find DHCP6 optionsDenys Vlasenko
2021-09-02udhcp: clarify aspects of relay operation, add TODOs and FIXMEs, tweak --helpDenys Vlasenko
2021-09-02udhcpd: check config file for bad IP ranges (start > end)Denys Vlasenko
2021-09-02udhcpd: update --help to include -a MSECDenys Vlasenko
2021-06-03udhcpd: don't hardcode treating .0 and .255 speciallySeth David Schoen
2021-02-21udhcp: reuse stringsDenys Vlasenko
2020-12-19help 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-06-01dhcp: 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-17udhcp: 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-14udhcpd: 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