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