1. 253c4e7 Optionally re-introduce bb_info_msg() by James Byrne · 6 years ago
  2. 148788e udhcpc: remove code which requires server ID to be on local network by Denys Vlasenko · 6 years ago
  3. f625836 udhcpc[6]: make log2 messages for chaddr field indented like the rest by Denys Vlasenko · 7 years ago
  4. a6a3ad3 udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may be bogus by Denys Vlasenko · 7 years ago
  5. 2b9acc6 udhcpc[6]: initialize entire sockaddr_ll by Denys Vlasenko · 7 years ago
  6. 4ee824f randomconfig fixes by Denys Vlasenko · 7 years ago
  7. 8f2e99c udhcp: get rid of bb_info_msg() by Denys Vlasenko · 9 years ago
  8. 2d576e2 udhcpc: make DHCP packets to have at least 300 DHCP bytes by Johannes Stezenbach · 11 years ago
  9. 50089fc udhcpc: trim help text, rename badly-named variable by Denys Vlasenko · 13 years ago
  10. 3b46fcb udhcpc: remove workaround for bugs in Win98 dhcp server ("MSFT 98" vendor string) by Denys Vlasenko · 13 years ago
  11. e8f3633 networking: consolidate the IP checksum code. -129 bytes. by Baruch Siach · 13 years ago
  12. f533ec8 *: simplify Ethernet header includes by Dan Fandrich · 13 years ago
  13. 2c3b71a dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZE by Denys Vlasenko · 14 years ago
  14. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  15. b8b72f0 dhcp: truncate packets instead of padding them to 574 bytes. closes bug 1849 by Denys Vlasenko · 15 years ago
  16. b7d19cc dhcp: readability cleanups and small code shrink by Denys Vlasenko · 15 years ago
  17. 385b456 udhcp: cosmetic cleanups; one case of s/full_read/xread/ by Denys Vlasenko · 15 years ago
  18. 7724c76 udhcp: pass pointer to whole packet to "add option" functions by Denys Vlasenko · 15 years ago
  19. 37a658c udhcp: handle errors in read_staticlease by Denys Vlasenko · 15 years ago
  20. dde8bdc udhcp: merge options.h into common.h, script.c into dhcpc.c by Denys Vlasenko · 15 years ago
  21. c7dc79e udhcpd: untangle incredibly messy handling of DHCPREQUEST by Denys Vlasenko · 15 years ago
  22. 9038d6f remove trailing whitespace by Denys Vlasenko · 15 years ago
  23. 7a76eba udhcp: fix trivial compile error by Denys Vlasenko · 15 years ago
  24. 6947d2c udhcp: logging improvements, field and variable renames by Denys Vlasenko · 15 years ago
  25. 31af3d5 udhcp: shorten mac len from 16 to 6 in lease file by Denys Vlasenko · 15 years ago
  26. ac906fa udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v by Denys Vlasenko · 15 years ago
  27. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  28. 739e30f udhcp: add inline docs; small code shrink by Denis Vlasenko · 16 years ago
  29. c321b51 udhcp: added some FIXMEs; code shrink. -49 bytes by Denis Vlasenko · 16 years ago
  30. f1980f6 dhcp: add FAST_FUNC as appropriate. -160 bytes. by Denis Vlasenko · 16 years ago
  31. 6de8994 udhcpc: regularize the names of receiving functions, by Denis Vlasenko · 17 years ago
  32. a523e2e udhcp: we were forgetting to set right op byte in tha packet by Denis Vlasenko · 17 years ago
  33. 8e5b6f5 Makefile: change version to 1.10.0.svn by Denis Vlasenko · 17 years ago
  34. 6198792 udhcp: decided to not send "short" dhcp packets, by Denis Vlasenko · 17 years ago
  35. fff145d udhcp: fix oversized packet sending (introduced by "slack for bad dhcp servers" options); by Denis Vlasenko · 17 years ago
  36. 6884f66 dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller by Denis Vlasenko · 17 years ago
  37. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  38. 42b3dea udhcp: many small fixes: by Denis Vlasenko · 17 years ago
  39. fbd2918 udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata. by Denis Vlasenko · 18 years ago
  40. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  41. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  42. c9cdeaa add compile-time check for correct DHCP packet size by Denis Vlasenko · 18 years ago
  43. 5a3395b udhcp: fix indentation and style. by Denis Vlasenko · 18 years ago
  44. a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
  45. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  46. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  47. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  48. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  49. 3f78561 My first bout of untangling udhcp. Make lots of gratuitous #defines go by Rob Landley · 19 years ago
  50. 7031f62 add back in udhcp support by Mike Frysinger · 19 years ago
  51. 787140d remove in place of external link by Mike Frysinger · 19 years ago
  52. 13c8327 sync busybox and udhcp trees by Mike Frysinger · 19 years ago
  53. 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 19 years ago
  54. e8f504e Bug 751: file handle leaks can add up until available filehandles for the by Rob Landley · 19 years ago
  55. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  56. c1ef7bd just whitespace by Tim Riker · 19 years ago
  57. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  58. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  59. ad95373 Use standard C99 types by Eric Andersen · 21 years ago
  60. 76729b8 include headers with prototypes to make sure prototypes match by Russ Dill · 21 years ago
  61. 2483343 Vodz, last_patch_88 by Glenn L McGrath · 22 years ago
  62. 61fb489 added full udhcp integration by Russ Dill · 22 years ago