1. a85740c dhcp: merge leases.c and static_leases.c into dhcpd.c by Denys Vlasenko · 8 years ago
  2. d2ae66c dhcp: merge most of static_leases.c into dhcpd.c by Denys Vlasenko · 8 years ago
  3. 2bf2931 dhcp: merge files.c into dhcpd.c by Denys Vlasenko · 8 years ago
  4. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  5. 9f41271 udhcpd: add option for tweaking arpping by Michel Stam · 10 years ago
  6. 04ac6e0 udhcpc6: fix port numbers used if !FEATURE_UDHCP_PORT by Denys Vlasenko · 12 years ago
  7. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  8. c8a2ab1 dumpleases: better help text by Denys Vlasenko · 15 years ago
  9. 385b456 udhcp: cosmetic cleanups; one case of s/full_read/xread/ by Denys Vlasenko · 15 years ago
  10. a8f6b99 udhcp: move options.c to common.c; disable unused bool and s16 option code by Denys Vlasenko · 15 years ago
  11. 7e6add1 udhcpc: add -x OPT:VAL option by Denys Vlasenko · 15 years ago
  12. 6ef8def udhcp: remove two unused fields by Denys Vlasenko · 15 years ago
  13. 2e7aa92 udhcp: tweak udhcpd.conf example and comments. no code changes by Denys Vlasenko · 15 years ago
  14. 8a7c166 udhcp: move serverpacket.c into dhcpd.c, no other changes by Denys Vlasenko · 15 years ago
  15. 2f14263 udhcp[cd]: fix aliasing warnings by Denys Vlasenko · 15 years ago
  16. 95cc814 udhcpd: fix a bug in add_lease where it was reading at [-1] by Denys Vlasenko · 15 years ago
  17. 799d00e udhcp: convert old-style logging in print_static_leases by Denys Vlasenko · 16 years ago
  18. 6947d2c udhcp: logging improvements, field and variable renames by Denys Vlasenko · 16 years ago
  19. 31af3d5 udhcp: shorten mac len from 16 to 6 in lease file by Denys Vlasenko · 16 years ago
  20. ac906fa udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v by Denys Vlasenko · 16 years ago
  21. ed8982b udhcp: add a few TODOs by Denys Vlasenko · 16 years ago
  22. 26918dd udhcp: rename server/client_config.arp to server_mac and client_mac by Denys Vlasenko · 16 years ago
  23. cab3a01 udhcp: cleanup of static lease handling by Denys Vlasenko · 16 years ago
  24. 56f2d06 udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nip by Denys Vlasenko · 16 years ago
  25. 990a617 udhcp: rename giaddr to gateway_nip and server to server_nip by Denys Vlasenko · 16 years ago
  26. 1d924f5 udhcp: rename fields in struct dhcpOfferedAddr by Denys Vlasenko · 16 years ago
  27. 47f2d7e udhcpd: don't fail ARP check if returned MAC matches client's one by Denys Vlasenko · 16 years ago
  28. f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 16 years ago
  29. bd79c3d dhcpd: remember and record hostnames; optimize get_option by Denis Vlasenko · 16 years ago
  30. 0416e3d udhcpd: disable opton to have absolute lease times in lease file by Denis Vlasenko · 16 years ago
  31. f1980f6 dhcp: add FAST_FUNC as appropriate. -160 bytes. by Denis Vlasenko · 16 years ago
  32. 6de8994 udhcpc: regularize the names of receiving functions, by Denis Vlasenko · 17 years ago
  33. 98636eb Use intra-DSO calls when we build libbusybox. No-op for normal build. by Denis Vlasenko · 17 years ago
  34. 027271e udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings); by Denis Vlasenko · 17 years ago
  35. 84da0bf udhcp: make paths configurable syslogd: trivial build fix by Denis Vlasenko · 17 years ago
  36. b386c1c udhcp: ifdef out unused members by Denis Vlasenko · 17 years ago
  37. d55fe3e udhcp: optional support for non-standard DHCP ports (+300 bytes when selected) by Denis Vlasenko · 17 years ago
  38. b539c84 dhcp: heed TODO item - divorced options from their string descriptions by Denis Vlasenko · 17 years ago
  39. deabacd move udhcp_{client/server}_config to common_bufsiz1 by Denis Vlasenko · 17 years ago
  40. 42b3dea udhcp: many small fixes: by Denis Vlasenko · 17 years ago
  41. c82b510 udhcp: new config option "Rewrite the lease file at every new acknowledge" by Denis Vlasenko · 17 years ago
  42. fbd2918 udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata. by Denis Vlasenko · 18 years ago
  43. 5a3395b udhcp: fix indentation and style. by Denis Vlasenko · 18 years ago
  44. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  45. 3f78561 My first bout of untangling udhcp. Make lots of gratuitous #defines go by Rob Landley · 19 years ago
  46. 7031f62 add back in udhcp support by Mike Frysinger · 19 years ago
  47. 787140d remove in place of external link by Mike Frysinger · 19 years ago
  48. c1ef7bd just whitespace by Tim Riker · 19 years ago
  49. d824853 merge from udhcp module by Mike Frysinger · 20 years ago
  50. abf58d6 Wade Berrier writes: by Eric Andersen · 20 years ago
  51. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  52. ad95373 Use standard C99 types by Eric Andersen · 21 years ago
  53. 8b38451 why the complication of a static string rather than a define? gcc isn't dumb by Russ Dill · 21 years ago
  54. 2483343 Vodz, last_patch_88 by Glenn L McGrath · 22 years ago
  55. da97085 version number oops by Russ Dill · 22 years ago
  56. 61fb489 added full udhcp integration by Russ Dill · 22 years ago