summaryrefslogtreecommitdiff
path: root/networking/udhcp
AgeCommit message (Expand)Author
2022-08-02udhcpc6: downgrade "opening listen socket" log level to 2Denys Vlasenko
2022-08-02udhcpc6: fix sending of renew messagesDenys Vlasenko
2022-07-13udhcpc6: add missed big-endian conversionsDenys Vlasenko
2022-02-06*: slap on a few ALIGN* where appropriateDenys Vlasenko
2021-12-12udhcpc6: fix udhcp_find_option to actually find DHCP6 optionsDenys Vlasenko
2021-09-04udhcp: add comments, no code changesDenys Vlasenko
2021-09-02dhcprelay: change two more variables to unsignedDenys 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-08-20udhcp: fix build breakage on MIPSDenys Vlasenko
2021-06-16*: more --help tweaksDenys Vlasenko
2021-06-15udhcpc: do not use inet_addr() to parse -r REQ_IP, it's deprecatedDenys Vlasenko
2021-06-15udhcpc: rename server_addr to server_id, fix id comparison if it's not specifiedDenys Vlasenko
2021-06-15udhcpc[6]: do not pass xid around, keep it in client_data.xidDenys Vlasenko
2021-06-15udhcpc: send client-id option in DHCPDECLINEDenys Vlasenko
2021-06-05udhcpc: revert deprecation message for -VDenys Vlasenko
2021-06-03udhcpd: don't hardcode treating .0 and .255 speciallySeth David Schoen
2021-06-03udhcpc[6]: on SIGUSR1, do not go from rebind to renew stateDenys Vlasenko
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