1. e67b80f udhcpc6: fix udhcp_find_option to actually find DHCP6 options by Denys Vlasenko · 3 years, 1 month ago
  2. 8aa626f udhcp: add comments, no code changes by Denys Vlasenko · 3 years, 4 months ago
  3. 29b53ef udhcp: fix build breakage on MIPS by Denys Vlasenko · 3 years, 5 months ago
  4. 774020c udhcp: convert log1s() macro to function by Denys Vlasenko · 3 years, 7 months ago
  5. 949e962 udhcpc: get rid of client_data.fqdn field by Denys Vlasenko · 3 years, 7 months ago
  6. 265fcdd udhcpc: include client-id option in DECLINEs, even if it's a custom -x 61:HEX option by Denys Vlasenko · 3 years, 7 months ago
  7. b817699 udhcp: bind to device even for ucast packets by Michal Kazior · 4 years, 1 month ago
  8. a90a54a udhcp: remove struct packing attribute, eliminates gcc-9.x by Denys Vlasenko · 4 years, 3 months ago
  9. acdc8ee udhcp: add option scanner by Martin Lewis · 4 years, 7 months ago
  10. d30d1eb dhcpc: refactor xmalloc_optname_optval to shrink binary size by Martin Lewis · 4 years, 7 months ago
  11. 0cad5f9 udhcp: comment out unused domain compression code by Denys Vlasenko · 4 years, 7 months ago
  12. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 6 years ago
  13. 1115e40 dhcp: tweak comments, no code changes by Denys Vlasenko · 6 years ago
  14. 253c4e7 Optionally re-introduce bb_info_msg() by James Byrne · 6 years ago
  15. 0e7bd69 udhcp: add 100 and 101 dhcp options for ipv4 by Antoine Girard-Vallée · 6 years ago
  16. edb74f4 Update examples/udhcp/udhcpd.conf by Denys Vlasenko · 6 years ago
  17. 74d9f1b udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes long by Denys Vlasenko · 6 years ago
  18. 6d3b4bb udhcpc: check that 4-byte options are indeed 4-byte, closes 11506 by Denys Vlasenko · 6 years ago
  19. 2cd8169 udhcp: add decimal option values in comments, no code changes by Denys Vlasenko · 7 years ago
  20. fc26721 udhcp: add option 211, "reboot time" by Jeremy Kerr · 7 years ago
  21. 148788e udhcpc: remove code which requires server ID to be on local network by Denys Vlasenko · 7 years ago
  22. 6027597 udhcpc6: set -x options in request by Denys Vlasenko · 7 years ago
  23. 3293bc1 udhcpd: fix "not dying on SIGTERM" by Denys Vlasenko · 7 years ago
  24. a6a3ad3 udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may be bogus by Denys Vlasenko · 7 years ago
  25. 4ee824f randomconfig fixes by Denys Vlasenko · 8 years ago
  26. ba4fbca udhcpc6: make -O OPT work by Denys Vlasenko · 8 years ago
  27. 52a515d udhcp: use poll() instead of select() by Denys Vlasenko · 8 years ago
  28. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  29. 8f2e99c udhcp: get rid of bb_info_msg() by Denys Vlasenko · 9 years ago
  30. 9f41271 udhcpd: add option for tweaking arpping by Michel Stam · 10 years ago
  31. b8ffd11 udhcp: add PXELINUX path prefix option (code 210) definition by Jeremy Kerr · 10 years ago
  32. d3092c9 udhcp: add PXELINUX config file option (code 209) definition by Jeremy Kerr · 11 years ago
  33. 5cfb818 Add yet another missing ALIGN2 on a global declaration. by Denys Vlasenko · 12 years ago
  34. 32f774c *: declare strings with ALIGN1, as appropriate by Michael Tokarev · 12 years ago
  35. 7280d20 udhcpc: sanitize hostnames in incoming packets. Closes 3979. by Denys Vlasenko · 13 years ago
  36. a092a89 udhcpc6: rudimentary code to export data to script; fix IAADDR parsing by Denys Vlasenko · 13 years ago
  37. f461385 typo fix in comment by Denys Vlasenko · 13 years ago
  38. 1f56e51 udhcpc: add support for DHCP option 212 (RFC 5969) by Denys Vlasenko · 13 years ago
  39. 6c9c0a1 udhcp: IF_UDHCP_VERBOSE() macro - improve code readability by Leonid Lisovskiy · 13 years ago
  40. 289c47b udhcp: remove the declaration of non-existent udhcp_checksum by Baruch Siach · 13 years ago
  41. fb6b173 udhcp: add FEATURE_UDHCP_8021Q option by Nigel Hathaway · 14 years ago
  42. 2c3b71a dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZE by Denys Vlasenko · 14 years ago
  43. 7d3a48a udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES options by Vladislav Grishenko · 14 years ago
  44. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  45. e58c6e2 dhcp: indicate IP network order in prototypes too by Denys Vlasenko · 15 years ago
  46. b7d19cc dhcp: readability cleanups and small code shrink by Denys Vlasenko · 15 years ago
  47. 4f3aa51 udhcp: implement "raw" binary options. Closes bug 735 by Denys Vlasenko · 15 years ago
  48. c03602b udhcp: s/dhcp_option/dhcp_optflag/g by Denys Vlasenko · 15 years ago
  49. 243ddcb udhcpd: support decoding of option 120 "SIP servers". Closes bug 737 by Denys Vlasenko · 15 years ago
  50. 9107b63 udhcp: abort if we see unknown option, and show valid options if so by Denys Vlasenko · 15 years ago
  51. 385b456 udhcp: cosmetic cleanups; one case of s/full_read/xread/ by Denys Vlasenko · 15 years ago
  52. 7724c76 udhcp: pass pointer to whole packet to "add option" functions by Denys Vlasenko · 15 years ago
  53. a8f6b99 udhcp: move options.c to common.c; disable unused bool and s16 option code by Denys Vlasenko · 15 years ago
  54. 7e6add1 udhcpc: add -x OPT:VAL option by Denys Vlasenko · 15 years ago
  55. 37a658c udhcp: handle errors in read_staticlease by Denys Vlasenko · 15 years ago
  56. 6b61629 udhcp: make rfc derived doc more readable (but it still is contradictory) by Denys Vlasenko · 15 years ago
  57. dde8bdc udhcp: merge options.h into common.h, script.c into dhcpc.c by Denys Vlasenko · 15 years ago
  58. 501e35c udhcp: merge clientpacket.c into dhcpc.c by Denys Vlasenko · 15 years ago
  59. 6b24d53 udhcpc: merge clientsocket.c into dhcpc.c. +4 bytes. by Denys Vlasenko · 15 years ago
  60. c7dc79e udhcpd: untangle incredibly messy handling of DHCPREQUEST by Denys Vlasenko · 15 years ago
  61. e5ce91b udhcp: code shrink; disable time and log server options by Denys Vlasenko · 15 years ago
  62. 6947d2c udhcp: logging improvements, field and variable renames by Denys Vlasenko · 16 years ago
  63. 31af3d5 udhcp: shorten mac len from 16 to 6 in lease file by Denys Vlasenko · 16 years ago
  64. ac906fa udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v by Denys Vlasenko · 16 years ago
  65. ed8982b udhcp: add a few TODOs by Denys Vlasenko · 16 years ago
  66. 26918dd udhcp: rename server/client_config.arp to server_mac and client_mac by Denys Vlasenko · 16 years ago
  67. 56f2d06 udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nip by Denys Vlasenko · 16 years ago
  68. 990a617 udhcp: rename giaddr to gateway_nip and server to server_nip by Denys Vlasenko · 16 years ago
  69. 47f2d7e udhcpd: don't fail ARP check if returned MAC matches client's one by Denys Vlasenko · 16 years ago
  70. f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 16 years ago
  71. 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
  72. 7ff85c5 udhcp: simplify SO_BINDTODEVICE call by Denis Vlasenko · 16 years ago
  73. 739e30f udhcp: add inline docs; small code shrink by Denis Vlasenko · 16 years ago
  74. c321b51 udhcp: added some FIXMEs; code shrink. -49 bytes by Denis Vlasenko · 16 years ago
  75. f1980f6 dhcp: add FAST_FUNC as appropriate. -160 bytes. by Denis Vlasenko · 16 years ago
  76. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 17 years ago
  77. 6de8994 udhcpc: regularize the names of receiving functions, by Denis Vlasenko · 17 years ago
  78. 98636eb Use intra-DSO calls when we build libbusybox. No-op for normal build. by Denis Vlasenko · 17 years ago
  79. 84da0bf udhcp: make paths configurable syslogd: trivial build fix by Denis Vlasenko · 17 years ago
  80. d55fe3e udhcp: optional support for non-standard DHCP ports (+300 bytes when selected) by Denis Vlasenko · 17 years ago
  81. b76b9a4 udhcpc: filter unwanted packets in kernel by Denis Vlasenko · 17 years ago
  82. fff145d udhcp: fix oversized packet sending (introduced by "slack for bad dhcp servers" options); by Denis Vlasenko · 17 years ago
  83. b539c84 dhcp: heed TODO item - divorced options from their string descriptions by Denis Vlasenko · 17 years ago
  84. 72e7604 dhcpc: cope with buggy DHCP servers which send oversized packets by Denis Vlasenko · 17 years ago
  85. 6884f66 dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller by Denis Vlasenko · 17 years ago
  86. 223bc97 udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@axis.com>) by Denis Vlasenko · 17 years ago
  87. deabacd move udhcp_{client/server}_config to common_bufsiz1 by Denis Vlasenko · 17 years ago
  88. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  89. 80edead udhcp: slight shrink by Denis Vlasenko · 17 years ago
  90. 42b3dea udhcp: many small fixes: by Denis Vlasenko · 18 years ago
  91. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  92. fbd2918 udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata. by Denis Vlasenko · 18 years ago
  93. af1c843 Move udhcp to new NOMMU helpers. by Denis Vlasenko · 18 years ago
  94. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  95. 1d14e6f Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx) by Denis Vlasenko · 18 years ago
  96. 5a3395b udhcp: fix indentation and style. by Denis Vlasenko · 18 years ago
  97. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  98. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 19 years ago
  99. 3f78561 My first bout of untangling udhcp. Make lots of gratuitous #defines go by Rob Landley · 19 years ago
  100. 7031f62 add back in udhcp support by Mike Frysinger · 19 years ago