1. ba4fbca udhcpc6: make -O OPT work by Denys Vlasenko · 7 years ago
  2. b181ca7 typo in comment by Denys Vlasenko · 8 years ago
  3. f11c698 udhcpc: check read of overload option data byte to be within packet by Denys Vlasenko · 8 years ago
  4. f9beeb2 udhcpc: check read of option length byte to be within packet by Brian Foley · 8 years ago
  5. f75a96d udhcp: fix capitalization of two messages by Denys Vlasenko · 9 years ago
  6. 8f2e99c udhcp: get rid of bb_info_msg() by Denys Vlasenko · 9 years ago
  7. 352f79a udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer) by Denys Vlasenko · 9 years ago
  8. b8ffd11 udhcp: add PXELINUX path prefix option (code 210) definition by Jeremy Kerr · 10 years ago
  9. d3092c9 udhcp: add PXELINUX config file option (code 209) definition by Jeremy Kerr · 11 years ago
  10. b443a37 udhcp: code shrink by Denys Vlasenko · 12 years ago
  11. c133fa6 udhcpc: fix a problem with binary-encoded options #2 by Denys Vlasenko · 12 years ago
  12. ee0f444 udhcp: finish support of classless static routes (now the correct patch!) by Michael McTernan · 13 years ago
  13. 7280d20 udhcpc: sanitize hostnames in incoming packets. Closes 3979. by Denys Vlasenko · 13 years ago
  14. a092a89 udhcpc6: rudimentary code to export data to script; fix IAADDR parsing by Denys Vlasenko · 13 years ago
  15. cd4d78f dhcpc: fix the case where we might add extra space at the end of envvar. by Denys Vlasenko · 13 years ago
  16. 1f56e51 udhcpc: add support for DHCP option 212 (RFC 5969) by Denys Vlasenko · 13 years ago
  17. fb6b173 udhcp: add FEATURE_UDHCP_8021Q option by Nigel Hathaway · 14 years ago
  18. fbea220 udhcpc: fix a problem with binary-encoded options by Denys Vlasenko · 14 years ago
  19. d3c5ab7 udhcpc: remove now-unneeded definitions of vendor and client-id opts by Denys Vlasenko · 14 years ago
  20. 1cbdc03 udhcpc: remove -c CLIENTID, it is hard to use, -x 61:hexstring does the same better by Denys Vlasenko · 14 years ago
  21. 7d3a48a udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES options by Vladislav Grishenko · 14 years ago
  22. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  23. b7d19cc dhcp: readability cleanups and small code shrink by Denys Vlasenko · 15 years ago
  24. 5ab6b0f udhcp: s/sipservers/sipsrv/ to match other similar option names by Denys Vlasenko · 15 years ago
  25. 4f3aa51 udhcp: implement "raw" binary options. Closes bug 735 by Denys Vlasenko · 15 years ago
  26. c03602b udhcp: s/dhcp_option/dhcp_optflag/g by Denys Vlasenko · 15 years ago
  27. 243ddcb udhcpd: support decoding of option 120 "SIP servers". Closes bug 737 by Denys Vlasenko · 15 years ago
  28. 8a659f6 libbb: make index_in_substrings return -1 on ambiguous matches by Denys Vlasenko · 15 years ago
  29. 9107b63 udhcp: abort if we see unknown option, and show valid options if so by Denys Vlasenko · 15 years ago
  30. 7724c76 udhcp: pass pointer to whole packet to "add option" functions by Denys Vlasenko · 15 years ago
  31. a8f6b99 udhcp: move options.c to common.c; disable unused bool and s16 option code by Denys Vlasenko · 15 years ago
  32. 6947d2c udhcp: logging improvements, field and variable renames by Denys Vlasenko · 16 years ago
  33. ac906fa udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v by Denys Vlasenko · 16 years ago
  34. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  35. 80edead udhcp: slight shrink by Denis Vlasenko · 17 years ago
  36. 42b3dea udhcp: many small fixes: by Denis Vlasenko · 17 years ago
  37. 6e6d331 udhcpc: stop deleting our own pidfile if we daemonize. by Denis Vlasenko · 18 years ago
  38. fbd2918 udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata. by Denis Vlasenko · 18 years ago
  39. 10457b9 make pidfile writing configurable. [ui]toa_to_buf: change API. No users yet. by Denis Vlasenko · 18 years ago
  40. af1c843 Move udhcp to new NOMMU helpers. by Denis Vlasenko · 18 years ago
  41. e06bed3 use bb_sanitize_stdio() where appropriate by Denis Vlasenko · 18 years ago
  42. 61126ab small fixes: using fd-based io instead of FILE*-based, missed O_TRUNC, etc by Denis Vlasenko · 18 years ago
  43. 5a3395b udhcp: fix indentation and style. by Denis Vlasenko · 18 years ago
  44. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  45. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  46. 239369b Fix (hopefully) bug 976. Need more thorough audit. by Denis Vlasenko · 18 years ago
  47. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  48. 27af5a0 replacing func() with xfunc() where appropriate by Denis Vlasenko · 18 years ago
  49. 3f78561 My first bout of untangling udhcp. Make lots of gratuitous #defines go by Rob Landley · 19 years ago
  50. 0a8812b - replace _PATH_DEVNULL with bb_dev_null by Bernhard Reutner-Fischer · 19 years ago
  51. 7031f62 add back in udhcp support by Mike Frysinger · 19 years ago
  52. 787140d remove in place of external link by Mike Frysinger · 19 years ago
  53. 918f2ab Revert the uptime() removal. Let the list sort it out... by Rob Landley · 20 years ago
  54. 8b80c71 Patch from Shaun Jackman: by Rob Landley · 20 years ago
  55. 5c9323f use busybox sysinfo struct by Russ Dill · 21 years ago
  56. 28885c3 Fix a compile problem by Eric Andersen · 21 years ago
  57. 309c7b7 fix timewarp in client (server fix later) by Russ Dill · 21 years ago
  58. 91e006c remove uneccessary check (already done in pidfile.c) by Russ Dill · 21 years ago
  59. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  60. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  61. 6caa073 it should work even if you don't assign a pidfile by Russ Dill · 21 years ago
  62. 4e864a3 Finish remerging busybox udhcp and udhcp. Some cleanups as well. by Russ Dill · 21 years ago
  63. 62419df make udhcp work under uclinux, to an extent by Russ Dill · 21 years ago
  64. 29a05f5 "Without this patch, udhcpcd output may be buffered and delayed for by Glenn L McGrath · 21 years ago
  65. a8da17a Add missing pieces from vodz' last_patch88 by Eric Andersen · 22 years ago