summaryrefslogtreecommitdiff
path: root/networking/udhcp
AgeCommit message (Expand)Author
2021-06-03udhcpc: code shrink, rename functions, no logic changesDenys Vlasenko
2021-06-03udhcp: shrink arpping()Denys Vlasenko
2021-06-03udhcp: convert log1s() macro to functionDenys Vlasenko
2021-06-03udhcpc[6]: when renewing, send 1 packet (not 3), on failure go back to BOUNDDenys Vlasenko
2021-06-02udhcpc[6]: remove superfluous "created raw socket" log messageDenys Vlasenko
2021-06-02udhcpc: improve logs - show offer as it is receivedDenys Vlasenko
2021-06-02udhcpc[6]: close listening socket more eagerly (e.g. across script runs)Denys Vlasenko
2021-06-02udhcpc: get rid of client_data.fqdn fieldDenys Vlasenko
2021-06-02udhcpc: remove deprecated -H/-h HOSTNAME options (9 years), deprecate -V VENDORDenys Vlasenko
2021-06-02udhcpc: include client-id option in DECLINEs, even if it's a custom -x 61:HEX...Denys Vlasenko
2021-06-01udhcpc[6]: fix "untangle timeout and remaining lease" falloutDenys Vlasenko
2021-05-01udhcpc[6]: fold perform_renew() into its only callerDenys Vlasenko
2021-05-01udhcpc[6]: untangle "timeout" and "remaining lease"; reduce min lease to 30 s...Denys Vlasenko
2021-04-14fix gcc-11.0 warningsDenys Vlasenko
2021-03-16udhcpc: ignore zero-length DHCP options, take 2Denys Vlasenko
2021-03-16udhcpc: ignore zero-length DHCP optionsRussell Senior
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