- 84b89b4 udhcpc6: downgrade "opening listen socket" log level to 2 by Denys Vlasenko · 2 years, 4 months ago
- 75aaa8b udhcpc6: fix sending of renew messages by Denys Vlasenko · 2 years, 4 months ago
- 9b6eb2a udhcpc6: add missed big-endian conversions by Denys Vlasenko · 2 years, 5 months ago
- ca466f3 *: slap on a few ALIGN* where appropriate by Denys Vlasenko · 2 years, 10 months ago
- e67b80f udhcpc6: fix udhcp_find_option to actually find DHCP6 options by Denys Vlasenko · 3 years ago
- 8aa626f udhcp: add comments, no code changes by Denys Vlasenko · 3 years, 3 months ago
- f026919 dhcprelay: change two more variables to unsigned by Denys Vlasenko · 3 years, 3 months ago
- 3f2d969 udhcp: clarify aspects of relay operation, add TODOs and FIXMEs, tweak --help by Denys Vlasenko · 3 years, 3 months ago
- 62d0c8e udhcpd: check config file for bad IP ranges (start > end) by Denys Vlasenko · 3 years, 3 months ago
- d99dee9 udhcpd: update --help to include -a MSEC by Denys Vlasenko · 3 years, 3 months ago
- 29b53ef udhcp: fix build breakage on MIPS by Denys Vlasenko · 3 years, 4 months ago
- 609df6f *: more --help tweaks by Denys Vlasenko · 3 years, 6 months ago
- ebe8c14 udhcpc: do not use inet_addr() to parse -r REQ_IP, it's deprecated by Denys Vlasenko · 3 years, 6 months ago
- 9e27fed udhcpc: rename server_addr to server_id, fix id comparison if it's not specified by Denys Vlasenko · 3 years, 6 months ago
- 827b690 udhcpc[6]: do not pass xid around, keep it in client_data.xid by Denys Vlasenko · 3 years, 6 months ago
- 40a327a udhcpc: send client-id option in DHCPDECLINE by Denys Vlasenko · 3 years, 6 months ago
- 274ce6c udhcpc: revert deprecation message for -V by Denys Vlasenko · 3 years, 6 months ago
- 5a3d3b8 udhcpd: don't hardcode treating .0 and .255 specially by Seth David Schoen · 3 years, 10 months ago
- ecaf8e8 udhcpc[6]: on SIGUSR1, do not go from rebind to renew state by Denys Vlasenko · 3 years, 6 months ago
- f6def87 udhcpc: code shrink, rename functions, no logic changes by Denys Vlasenko · 3 years, 6 months ago
- 0d15d5b udhcp: shrink arpping() by Denys Vlasenko · 3 years, 6 months ago
- 774020c udhcp: convert log1s() macro to function by Denys Vlasenko · 3 years, 6 months ago
- 1c72537 udhcpc[6]: when renewing, send 1 packet (not 3), on failure go back to BOUND by Denys Vlasenko · 3 years, 6 months ago
- 01daecc udhcpc[6]: remove superfluous "created raw socket" log message by Denys Vlasenko · 3 years, 6 months ago
- 4bbc391 udhcpc: improve logs - show offer as it is received by Denys Vlasenko · 3 years, 6 months ago
- 0ae5345 udhcpc[6]: close listening socket more eagerly (e.g. across script runs) by Denys Vlasenko · 3 years, 6 months ago
- 949e962 udhcpc: get rid of client_data.fqdn field by Denys Vlasenko · 3 years, 6 months ago
- 698cdef udhcpc: remove deprecated -H/-h HOSTNAME options (9 years), deprecate -V VENDOR by Denys Vlasenko · 3 years, 6 months ago
- 265fcdd udhcpc: include client-id option in DECLINEs, even if it's a custom -x 61:HEX option by Denys Vlasenko · 3 years, 6 months ago
- 687f41f udhcpc[6]: fix "untangle timeout and remaining lease" fallout by Denys Vlasenko · 3 years, 6 months ago
- e6007c4 udhcpc[6]: fold perform_renew() into its only caller by Denys Vlasenko · 3 years, 7 months ago
- a1a77ad udhcpc[6]: untangle "timeout" and "remaining lease"; reduce min lease to 30 seconds by Denys Vlasenko · 3 years, 7 months ago
- fe2d806 fix gcc-11.0 warnings by Denys Vlasenko · 3 years, 8 months ago
- fe78d70 udhcpc: ignore zero-length DHCP options, take 2 by Denys Vlasenko · 3 years, 9 months ago
- 1c461df udhcpc: ignore zero-length DHCP options by Russell Senior · 3 years, 9 months ago
- a4959ee udhcp: reuse strings by Denys Vlasenko · 3 years, 10 months ago
- 6448332 udhcpc: clarify bcast/unicast sends in logs, include server ID by Denys Vlasenko · 3 years, 10 months ago
- cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
- 5f2e00f udhcpc: Add support to change default interface name by Andre Kalb · 4 years, 7 months ago
- 8cc3a74 help text: use -P PORT form by Denys Vlasenko · 4 years ago
- caba1a1 tweak help texts by Denys Vlasenko · 4 years ago
- f3d6711 udhcpc6: code shrink - sending functions do not need ifindex parameter by Denys Vlasenko · 4 years ago
- b817699 udhcp: bind to device even for ucast packets by Michal Kazior · 4 years ago
- 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
- 2496616 avoid using strok - eliminates use of hidden global variable by Denys Vlasenko · 4 years, 2 months ago
- a90a54a udhcp: remove struct packing attribute, eliminates gcc-9.x by Denys Vlasenko · 4 years, 2 months ago
- 4a0eb03 gcc-9.x warning fixes by Denys Vlasenko · 4 years, 2 months ago
- 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
- 9914d8b udhcpc: add support for long options by Martin Lewis · 4 years, 4 months ago
- 4468c56 domain_codec: optimize dname_dec and convert_dname by Martin Lewis · 4 years, 5 months ago
- 1f86ecb udhcpc: fix a TODO in fill_envp using option scanner by Martin Lewis · 4 years, 5 months ago
- acdc8ee udhcp: add option scanner by Martin Lewis · 4 years, 5 months ago
- 79bd7c3 acpid: only display -p if supported in usage by Norbert Lange · 4 years, 10 months ago
- 05faa61 dhcpd: remove hardcoded pidfile path by Norbert Lange · 4 years, 10 months ago
- faab906 udhcpc6: use correct multicast MAC by Uwe Glaeser · 4 years, 6 months ago
- d30d1eb dhcpc: refactor xmalloc_optname_optval to shrink binary size by Martin Lewis · 4 years, 6 months ago
- 0cad5f9 udhcp: comment out unused domain compression code by Denys Vlasenko · 4 years, 6 months ago
- 726d0d1 dhcpc: code shrink in good_hostname by Martin Lewis · 4 years, 7 months ago
- 020abc8 udhcpd: mangle hostnames starting with dash ("-option") by Denys Vlasenko · 5 years ago
- 1f1988d udhcpc: fix segmentation fault on empty bin opt by Michal Kazior · 5 years ago
- 11e024a udhcpc6: add ELAPSED_TIME option to outgoing packets by Denys Vlasenko · 5 years ago
- 22a6339 udhcpc6: support stateless DHCPv6 by Eivind Versvik · 5 years ago
- 4f70a32 udhcpc6: s/iphdr/ip6_hdr/ by Denys Vlasenko · 5 years ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- 84d3850 udhcpc: fix comment, no code changes by Denys Vlasenko · 5 years ago
- 72f12ac udhcpc6: fix aliasing warning by Denys Vlasenko · 5 years ago
- d378fa1 dhcpc.c: Added support for relay server parameter. by Martin Lewis · 5 years ago
- 6eb6e6a dhcp: downgrade "got raw socket fd" message to log3, make log2 default max by Denys Vlasenko · 6 years ago
- 65c34c5 dhcp: get rid of static data signal_pipe by Denys Vlasenko · 6 years ago
- 91755cb udhcp: rename server_config to server_data by Denys Vlasenko · 6 years ago
- bcb1fc3 udhcp: rename client_config to client_data, server_config to server_data by Denys Vlasenko · 6 years ago
- 818d9e0 udhcpc6: Fixed aliasing compilation error by Martin Lewis · 6 years ago
- a4ed2c4 dhcp: get rid of last global data by Denys Vlasenko · 6 years ago
- 1115e40 dhcp: tweak comments, no code changes by Denys Vlasenko · 6 years ago
- 831844c udhcpd: fix printing of static leases by Denys Vlasenko · 6 years ago
- 25393fb udhcpd: code shrink by Denys Vlasenko · 6 years ago
- a840884 udhcpd: support per-client hostnames in static leases by Denys Vlasenko · 6 years ago
- abe248b udhcpc6: unbreak by Denys Vlasenko · 6 years ago
- 8402969 udhcpd: code shrink - do not fetch requested IP twice by Denys Vlasenko · 6 years ago
- 8c317f0 style fix, no code changes by Denys Vlasenko · 6 years ago
- 15021f3 udhcpd: code shrink by Denys Vlasenko · 6 years ago
- 253c4e7 Optionally re-introduce bb_info_msg() by James Byrne · 6 years ago
- 60bf77f udhcpc6: code shrink by Denys Vlasenko · 6 years ago
- 0d75e8b udhcpc6: add a few comments, no code changes. by Denys Vlasenko · 6 years ago
- cc45cbc udhcpc6: make it enabled in defconfig by Denys Vlasenko · 6 years ago
- 0e7bd69 udhcp: add 100 and 101 dhcp options for ipv4 by Antoine Girard-Vallée · 6 years ago
- 87e2162 udhcpc: don't exit after backgrounding on -n -b by Andrey Mazo · 6 years ago
- 544143d udhcpc: tweak --help by Denys Vlasenko · 6 years ago
- edb74f4 Update examples/udhcp/udhcpd.conf by Denys Vlasenko · 6 years ago
- 74d9f1b udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes long by Denys Vlasenko · 6 years ago
- b80bdeb udhcp: code shrink by Denys Vlasenko · 6 years ago
- df1ff10 config: add size information for three more applets by Denys Vlasenko · 6 years ago
- 83e7e13 config: add size information for udhcpc by Denys Vlasenko · 6 years ago
- b097a84 config: update size information by Denys Vlasenko · 6 years ago
- 3d27d43 randomconfig fixes by Denys Vlasenko · 6 years ago
- 6d3b4bb udhcpc: check that 4-byte options are indeed 4-byte, closes 11506 by Denys Vlasenko · 6 years ago
- 9d05ad0 udhcpc: code shrink by Denys Vlasenko · 6 years ago
- c05aa6a udhcpc: ensure at least one unicast renew attempt by Denys Vlasenko · 6 years ago
- aae428f udhcpc: give SIGUSR1-induced renew one chance of unicast renew by Denys Vlasenko · 6 years ago
- 02cf149 udhcpc: add a cooment about sanitizing DHCP_DOMAIN_NAME, no code changes by Denys Vlasenko · 6 years ago