aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp
AgeCommit message (Expand)Author
2021-02-21udhcp: reuse stringsDenys Vlasenko
2021-02-20udhcpc: clarify bcast/unicast sends in logs, include server IDDenys Vlasenko
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2021-01-01udhcpc: Add support to change default interface nameAndre Kalb
2020-12-18help text: use -P PORT formDenys Vlasenko
2020-12-16tweak help textsDenys Vlasenko
2020-12-15udhcpc6: code shrink - sending functions do not need ifindex parameterDenys 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-10-06avoid using strok - eliminates use of hidden global variableDenys Vlasenko
2020-10-01udhcp: remove struct packing attribute, eliminates gcc-9.xDenys Vlasenko
2020-10-01gcc-9.x warning fixesDenys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2020-08-13udhcpc: add support for long optionsMartin Lewis
2020-07-12domain_codec: optimize dname_dec and convert_dnameMartin Lewis
2020-06-29udhcpc: fix a TODO in fill_envp using option scannerMartin Lewis
2020-06-29udhcp: add option scannerMartin Lewis
2020-06-29acpid: only display -p if supported in usageNorbert Lange
2020-06-29dhcpd: remove hardcoded pidfile pathNorbert Lange
2020-06-21udhcpc6: use correct multicast MACUwe Glaeser
2020-06-09dhcpc: refactor xmalloc_optname_optval to shrink binary sizeMartin Lewis
2020-06-09udhcp: comment out unused domain compression codeDenys Vlasenko
2020-06-09dhcpc: code shrink in good_hostnameMartin Lewis
2020-01-14udhcpd: mangle hostnames starting with dash ("-option")Denys Vlasenko
2019-10-08udhcpc: fix segmentation fault on empty bin optMichal Kazior
2019-09-24udhcpc6: add ELAPSED_TIME option to outgoing packetsDenys Vlasenko
2019-08-24udhcpc6: support stateless DHCPv6Eivind Versvik
2019-08-09udhcpc6: s/iphdr/ip6_hdr/Denys Vlasenko
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