aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp
AgeCommit message (Expand)Author
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-06-13udhcpc: fix comment, no code changesDenys Vlasenko
2019-06-11udhcpc6: fix aliasing warningDenys Vlasenko
2019-06-11dhcpc.c: Added support for relay server parameter.Martin Lewis
2019-05-31dhcp: downgrade "got raw socket fd" message to log3, make log2 default maxDenys Vlasenko
2019-05-31dhcp: get rid of static data signal_pipeDenys Vlasenko
2019-05-30udhcp: rename server_config to server_dataDenys Vlasenko
2019-05-26udhcp: rename client_config to client_data, server_config to server_dataDenys Vlasenko
2019-05-26udhcpc6: Fixed aliasing compilation errorMartin Lewis
2019-05-26dhcp: get rid of last global dataDenys Vlasenko
2019-05-23dhcp: tweak comments, no code changesDenys 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-15udhcpc6: unbreakDenys 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
2019-04-14udhcpc6: code shrinkDenys Vlasenko
2019-04-13udhcpc6: add a few comments, no code changes.Denys Vlasenko
2019-04-13udhcpc6: make it enabled in defconfigDenys Vlasenko
2019-04-13udhcp: add 100 and 101 dhcp options for ipv4Antoine Girard-Vallée
2019-02-27udhcpc: don't exit after backgrounding on -n -bAndrey Mazo
2019-02-27udhcpc: tweak --helpDenys Vlasenko
2019-01-15Update examples/udhcp/udhcpd.confDenys Vlasenko
2019-01-07udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes longDenys Vlasenko
2019-01-07udhcp: code shrinkDenys Vlasenko
2018-12-28config: add size information for three more appletsDenys Vlasenko
2018-12-28config: add size information for udhcpcDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-12-27randomconfig fixesDenys Vlasenko
2018-12-17udhcpc: check that 4-byte options are indeed 4-byte, closes 11506Denys Vlasenko
2018-11-03udhcpc: code shrinkDenys Vlasenko
2018-10-30udhcpc: ensure at least one unicast renew attemptDenys Vlasenko
2018-09-28udhcpc: give SIGUSR1-induced renew one chance of unicast renewDenys Vlasenko
2018-08-01udhcpc: add a cooment about sanitizing DHCP_DOMAIN_NAME, no code changesDenys Vlasenko
2018-08-01udhcpc: do in fact not allow hostname components which start with dashDenys Vlasenko
2018-07-04udhcp: add decimal option values in comments, no code changesDenys Vlasenko
2018-07-04udhcp: tweak comment indentation, no code changesDenys Vlasenko
2018-07-04udhcp: add option 211, "reboot time"Jeremy Kerr
2018-06-21udhcpc: remove code which requires server ID to be on local networkDenys Vlasenko
2018-06-06restore documentation on the build config languageKartik Agaram
2018-05-24udhcpc6: carry along length of packet when parsing it.David Decotigny
2018-05-24udhcpc6: ignore invalid OPTION_IAADDRDavid Decotigny
2018-05-14udhcpc6: set -x options in requestDenys Vlasenko
2018-05-14udhcpc6: add PXELINUX optionsSamuel Mendoza-Jonas
2018-05-14udhcpc6: add DHCPv6 boot optionsSamuel Mendoza-Jonas
2018-05-14udhcpc6: add DHCPv6 env helperSamuel Mendoza-Jonas
2018-05-14udhcp: fix use of trim() in udhcp_str2optset()Samuel Mendoza-Jonas