1. ebe8c14 udhcpc: do not use inet_addr() to parse -r REQ_IP, it's deprecated by Denys Vlasenko · 3 years, 6 months ago
  2. 9e27fed udhcpc: rename server_addr to server_id, fix id comparison if it's not specified by Denys Vlasenko · 3 years, 6 months ago
  3. 827b690 udhcpc[6]: do not pass xid around, keep it in client_data.xid by Denys Vlasenko · 3 years, 6 months ago
  4. 40a327a udhcpc: send client-id option in DHCPDECLINE by Denys Vlasenko · 3 years, 6 months ago
  5. 274ce6c udhcpc: revert deprecation message for -V by Denys Vlasenko · 3 years, 6 months ago
  6. ecaf8e8 udhcpc[6]: on SIGUSR1, do not go from rebind to renew state by Denys Vlasenko · 3 years, 6 months ago
  7. f6def87 udhcpc: code shrink, rename functions, no logic changes by Denys Vlasenko · 3 years, 6 months ago
  8. 1c72537 udhcpc[6]: when renewing, send 1 packet (not 3), on failure go back to BOUND by Denys Vlasenko · 3 years, 6 months ago
  9. 01daecc udhcpc[6]: remove superfluous "created raw socket" log message by Denys Vlasenko · 3 years, 6 months ago
  10. 4bbc391 udhcpc: improve logs - show offer as it is received by Denys Vlasenko · 3 years, 6 months ago
  11. 0ae5345 udhcpc[6]: close listening socket more eagerly (e.g. across script runs) by Denys Vlasenko · 3 years, 6 months ago
  12. 949e962 udhcpc: get rid of client_data.fqdn field by Denys Vlasenko · 3 years, 6 months ago
  13. 698cdef udhcpc: remove deprecated -H/-h HOSTNAME options (9 years), deprecate -V VENDOR by Denys Vlasenko · 3 years, 6 months ago
  14. 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
  15. 687f41f udhcpc[6]: fix "untangle timeout and remaining lease" fallout by Denys Vlasenko · 3 years, 7 months ago
  16. e6007c4 udhcpc[6]: fold perform_renew() into its only caller by Denys Vlasenko · 3 years, 8 months ago
  17. a1a77ad udhcpc[6]: untangle "timeout" and "remaining lease"; reduce min lease to 30 seconds by Denys Vlasenko · 3 years, 8 months ago
  18. a4959ee udhcp: reuse strings by Denys Vlasenko · 3 years, 10 months ago
  19. 6448332 udhcpc: clarify bcast/unicast sends in logs, include server ID by Denys Vlasenko · 3 years, 10 months ago
  20. 5f2e00f udhcpc: Add support to change default interface name by Andre Kalb · 4 years, 7 months ago
  21. b817699 udhcp: bind to device even for ucast packets by Michal Kazior · 4 years ago
  22. 4a0eb03 gcc-9.x warning fixes by Denys Vlasenko · 4 years, 2 months ago
  23. 9914d8b udhcpc: add support for long options by Martin Lewis · 4 years, 4 months ago
  24. 1f86ecb udhcpc: fix a TODO in fill_envp using option scanner by Martin Lewis · 4 years, 6 months ago
  25. d30d1eb dhcpc: refactor xmalloc_optname_optval to shrink binary size by Martin Lewis · 4 years, 6 months ago
  26. 726d0d1 dhcpc: code shrink in good_hostname by Martin Lewis · 4 years, 7 months ago
  27. 11e024a udhcpc6: add ELAPSED_TIME option to outgoing packets by Denys Vlasenko · 5 years ago
  28. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  29. 84d3850 udhcpc: fix comment, no code changes by Denys Vlasenko · 6 years ago
  30. d378fa1 dhcpc.c: Added support for relay server parameter. by Martin Lewis · 6 years ago
  31. 6eb6e6a dhcp: downgrade "got raw socket fd" message to log3, make log2 default max by Denys Vlasenko · 6 years ago
  32. 65c34c5 dhcp: get rid of static data signal_pipe by Denys Vlasenko · 6 years ago
  33. bcb1fc3 udhcp: rename client_config to client_data, server_config to server_data by Denys Vlasenko · 6 years ago
  34. a4ed2c4 dhcp: get rid of last global data by Denys Vlasenko · 6 years ago
  35. 253c4e7 Optionally re-introduce bb_info_msg() by James Byrne · 6 years ago
  36. 87e2162 udhcpc: don't exit after backgrounding on -n -b by Andrey Mazo · 6 years ago
  37. 544143d udhcpc: tweak --help by Denys Vlasenko · 6 years ago
  38. 74d9f1b udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes long by Denys Vlasenko · 6 years ago
  39. 6d3b4bb udhcpc: check that 4-byte options are indeed 4-byte, closes 11506 by Denys Vlasenko · 6 years ago
  40. 9d05ad0 udhcpc: code shrink by Denys Vlasenko · 6 years ago
  41. c05aa6a udhcpc: ensure at least one unicast renew attempt by Denys Vlasenko · 6 years ago
  42. aae428f udhcpc: give SIGUSR1-induced renew one chance of unicast renew by Denys Vlasenko · 6 years ago
  43. 02cf149 udhcpc: add a cooment about sanitizing DHCP_DOMAIN_NAME, no code changes by Denys Vlasenko · 6 years ago
  44. 48ec979 udhcpc: do in fact not allow hostname components which start with dash by Denys Vlasenko · 6 years ago
  45. 148788e udhcpc: remove code which requires server ID to be on local network by Denys Vlasenko · 6 years ago
  46. 6027597 udhcpc6: set -x options in request by Denys Vlasenko · 7 years ago
  47. 266f6f1 udhcp: support string user options, closes 10946 by Denys Vlasenko · 7 years ago
  48. 3293bc1 udhcpd: fix "not dying on SIGTERM" by Denys Vlasenko · 7 years ago
  49. 2bd5b4e udhcp: do not setlinebuf(stdout), we don't print to stdout anymore by Denys Vlasenko · 7 years ago
  50. 7c44b60 udhcpc[6]: remove overzealous timeout clamping code by Denys Vlasenko · 7 years ago
  51. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  52. 6f97b30 use %m printf specifier where appropriate by Denys Vlasenko · 7 years ago
  53. f625836 udhcpc[6]: make log2 messages for chaddr field indented like the rest by Denys Vlasenko · 7 years ago
  54. a6a3ad3 udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may be bogus by Denys Vlasenko · 7 years ago
  55. 2b9acc6 udhcpc[6]: initialize entire sockaddr_ll by Denys Vlasenko · 7 years ago
  56. 3256111 udhcpc: show only short opts in --help text by Denys Vlasenko · 7 years ago
  57. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  58. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  59. de6cb41 udhcpc[6]: fix messages referring to select() while we use poll() by Denys Vlasenko · 7 years ago
  60. 168f0ef udhcpc[6]: on log level 1, three messages about raw socket is overkill by Denys Vlasenko · 7 years ago
  61. ba4fbca udhcpc6: make -O OPT work by Denys Vlasenko · 7 years ago
  62. ed820cc udhcpc: do not accept --background on NOMMU (same as -b) by Denys Vlasenko · 8 years ago
  63. 741bfa9 udhcpc: fix "udhcpc -x hostname:<name> not working on nommu" by Denys Vlasenko · 8 years ago
  64. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  65. 7c67f1e udhcpc: make sure we do not overflow poll timeout by Denys Vlasenko · 8 years ago
  66. 52a515d udhcp: use poll() instead of select() by Denys Vlasenko · 8 years ago
  67. f7683cd Convert all udhcp applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  68. f9beeb2 udhcpc: check read of option length byte to be within packet by Brian Foley · 8 years ago
  69. b6355e2 udhcpc: Unconditionally call deconfig script, not only if lease is active by Peter Korsgaard · 8 years ago
  70. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  71. 44399e0 udhcpc: run "deconfig" script in manual renew state too. closes 9061 by Denys Vlasenko · 8 years ago
  72. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  73. df70a43 udhcp: add setup_common_bufsiz() as needed by Denys Vlasenko · 9 years ago
  74. 8f2e99c udhcp: get rid of bb_info_msg() by Denys Vlasenko · 9 years ago
  75. 86d9f60 udhcpc: do not use -t NUM for counting "select" packets, use 3 by Denys Vlasenko · 9 years ago
  76. abe8f75 dhcpc: Use client IP address as source address for DHCP renew/rebind messages by Hans Dedecker · 9 years ago
  77. 352f79a udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer) by Denys Vlasenko · 9 years ago
  78. 8efcc95 networking: allow dot at the end of the domain name in dhcp response by Denys Vlasenko · 9 years ago
  79. f2bf20f udhcpc: fix for some Android toolchain breakage by Denys Vlasenko · 9 years ago
  80. c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
  81. c29021e udhcpc: dns labels can actually start with a number by Arthur Gautier · 9 years ago
  82. 8074a6c udhcpd: account for script delay in lease by John Schroeder · 10 years ago
  83. 2863492 udhcpc: account for script run time by Denys Vlasenko · 10 years ago
  84. 9f41271 udhcpd: add option for tweaking arpping by Michel Stam · 10 years ago
  85. 85090c1 udhcpc: make hostname sanitization optional. Closes 3979 by Denys Vlasenko · 11 years ago
  86. e2318bb udhcpc: ignore NAKs from "wrong" servers. Closes 4267 by Denys Vlasenko · 11 years ago
  87. ffc3a93 udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746 by Denys Vlasenko · 11 years ago
  88. 744ee5d udhcpc: in comments, explain the kind of raw socket we create by Denys Vlasenko · 11 years ago
  89. e4785ca udhcpc: don't use BPF filter, users report problems (bugs 4598, 6746) by Denys Vlasenko · 11 years ago
  90. 8d3efaf udhcpc: allow zero server-id. Closes 6614. by Denys Vlasenko · 11 years ago
  91. 9ae6d79 udhcpc: tweak help text more by Denys Vlasenko · 11 years ago
  92. 456687f udhcpc: tweak help text by Denys Vlasenko · 11 years ago
  93. aadb485 udhcpc: tweak help text by Denys Vlasenko · 11 years ago
  94. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  95. 1c7a58d udhcpc[6]: allow discover_retries == 0 (infinite) by Felix Fietkau · 12 years ago
  96. 3c62bba ushcpc: gracefully handle packets with CHECKSUM_PARTIAL by Alexey Froloff · 12 years ago
  97. 293c945 udhcpc: make -O <numeric_opt> work. Closes 5402 by Denys Vlasenko · 12 years ago
  98. 085b293 udhcpc[6]: show select timeout in log by Denys Vlasenko · 13 years ago
  99. d2266d4 udhcpc: fix improper size calculation for OPTION_STRING_HOST by Denys Vlasenko · 13 years ago
  100. 7280d20 udhcpc: sanitize hostnames in incoming packets. Closes 3979. by Denys Vlasenko · 13 years ago