1. 46c8a90 Rebase Cradlepoint changes over busybox v1.36.0 by tarun.kundu · 1 year, 10 months ago cp-main
  2. 02ca565 udhcpc6: fix binding to network aliases by Denys Vlasenko · 2 years ago
  3. 6c2ddf8 udhcp: add a few comments, no code changes by Denys Vlasenko · 2 years ago
  4. 242d056 udhcpc6: use a different default config script by Denys Vlasenko · 2 years ago
  5. 301ef96 udhcpc6: align FF02__1_2[] by Denys Vlasenko · 2 years ago
  6. e977853 udhcpc6: add some comments by Denys Vlasenko · 2 years ago
  7. 9898db4 udhcpc6: remove stray comment by Denys Vlasenko · 2 years ago
  8. 9947650 Remove "select PLATFORM_LINUX" by Denys Vlasenko · 2 years ago
  9. 77216c3 Fix non-Linux builds by Samuel Thibault · 2 years, 2 months ago
  10. 84b89b4 udhcpc6: downgrade "opening listen socket" log level to 2 by Denys Vlasenko · 2 years, 4 months ago
  11. 75aaa8b udhcpc6: fix sending of renew messages by Denys Vlasenko · 2 years, 4 months ago
  12. 9b6eb2a udhcpc6: add missed big-endian conversions by Denys Vlasenko · 2 years, 5 months ago
  13. ca466f3 *: slap on a few ALIGN* where appropriate by Denys Vlasenko · 2 years, 10 months ago
  14. e67b80f udhcpc6: fix udhcp_find_option to actually find DHCP6 options by Denys Vlasenko · 3 years ago
  15. 8aa626f udhcp: add comments, no code changes by Denys Vlasenko · 3 years, 3 months ago
  16. f026919 dhcprelay: change two more variables to unsigned by Denys Vlasenko · 3 years, 3 months ago
  17. 3f2d969 udhcp: clarify aspects of relay operation, add TODOs and FIXMEs, tweak --help by Denys Vlasenko · 3 years, 3 months ago
  18. 62d0c8e udhcpd: check config file for bad IP ranges (start > end) by Denys Vlasenko · 3 years, 3 months ago
  19. d99dee9 udhcpd: update --help to include -a MSEC by Denys Vlasenko · 3 years, 3 months ago
  20. 29b53ef udhcp: fix build breakage on MIPS by Denys Vlasenko · 3 years, 4 months ago
  21. 609df6f *: more --help tweaks by Denys Vlasenko · 3 years, 6 months ago
  22. ebe8c14 udhcpc: do not use inet_addr() to parse -r REQ_IP, it's deprecated by Denys Vlasenko · 3 years, 6 months ago
  23. 9e27fed udhcpc: rename server_addr to server_id, fix id comparison if it's not specified by Denys Vlasenko · 3 years, 6 months ago
  24. 827b690 udhcpc[6]: do not pass xid around, keep it in client_data.xid by Denys Vlasenko · 3 years, 6 months ago
  25. 40a327a udhcpc: send client-id option in DHCPDECLINE by Denys Vlasenko · 3 years, 6 months ago
  26. 274ce6c udhcpc: revert deprecation message for -V by Denys Vlasenko · 3 years, 6 months ago
  27. 5a3d3b8 udhcpd: don't hardcode treating .0 and .255 specially by Seth David Schoen · 3 years, 10 months ago
  28. ecaf8e8 udhcpc[6]: on SIGUSR1, do not go from rebind to renew state by Denys Vlasenko · 3 years, 6 months ago
  29. f6def87 udhcpc: code shrink, rename functions, no logic changes by Denys Vlasenko · 3 years, 6 months ago
  30. 0d15d5b udhcp: shrink arpping() by Denys Vlasenko · 3 years, 6 months ago
  31. 774020c udhcp: convert log1s() macro to function by Denys Vlasenko · 3 years, 6 months ago
  32. 1c72537 udhcpc[6]: when renewing, send 1 packet (not 3), on failure go back to BOUND by Denys Vlasenko · 3 years, 6 months ago
  33. 01daecc udhcpc[6]: remove superfluous "created raw socket" log message by Denys Vlasenko · 3 years, 6 months ago
  34. 4bbc391 udhcpc: improve logs - show offer as it is received by Denys Vlasenko · 3 years, 6 months ago
  35. 0ae5345 udhcpc[6]: close listening socket more eagerly (e.g. across script runs) by Denys Vlasenko · 3 years, 6 months ago
  36. 949e962 udhcpc: get rid of client_data.fqdn field by Denys Vlasenko · 3 years, 6 months ago
  37. 698cdef udhcpc: remove deprecated -H/-h HOSTNAME options (9 years), deprecate -V VENDOR by Denys Vlasenko · 3 years, 6 months ago
  38. 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
  39. 687f41f udhcpc[6]: fix "untangle timeout and remaining lease" fallout by Denys Vlasenko · 3 years, 6 months ago
  40. e6007c4 udhcpc[6]: fold perform_renew() into its only caller by Denys Vlasenko · 3 years, 7 months ago
  41. a1a77ad udhcpc[6]: untangle "timeout" and "remaining lease"; reduce min lease to 30 seconds by Denys Vlasenko · 3 years, 8 months ago
  42. fe2d806 fix gcc-11.0 warnings by Denys Vlasenko · 3 years, 8 months ago
  43. fe78d70 udhcpc: ignore zero-length DHCP options, take 2 by Denys Vlasenko · 3 years, 9 months ago
  44. 1c461df udhcpc: ignore zero-length DHCP options by Russell Senior · 3 years, 9 months ago
  45. a4959ee udhcp: reuse strings by Denys Vlasenko · 3 years, 10 months ago
  46. 6448332 udhcpc: clarify bcast/unicast sends in logs, include server ID by Denys Vlasenko · 3 years, 10 months ago
  47. cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
  48. 5f2e00f udhcpc: Add support to change default interface name by Andre Kalb · 4 years, 7 months ago
  49. 8cc3a74 help text: use -P PORT form by Denys Vlasenko · 4 years ago
  50. caba1a1 tweak help texts by Denys Vlasenko · 4 years ago
  51. f3d6711 udhcpc6: code shrink - sending functions do not need ifindex parameter by Denys Vlasenko · 4 years ago
  52. b817699 udhcp: bind to device even for ucast packets by Michal Kazior · 4 years ago
  53. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  54. 2496616 avoid using strok - eliminates use of hidden global variable by Denys Vlasenko · 4 years, 2 months ago
  55. a90a54a udhcp: remove struct packing attribute, eliminates gcc-9.x by Denys Vlasenko · 4 years, 2 months ago
  56. 4a0eb03 gcc-9.x warning fixes by Denys Vlasenko · 4 years, 2 months ago
  57. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  58. 9914d8b udhcpc: add support for long options by Martin Lewis · 4 years, 4 months ago
  59. 4468c56 domain_codec: optimize dname_dec and convert_dname by Martin Lewis · 4 years, 5 months ago
  60. 1f86ecb udhcpc: fix a TODO in fill_envp using option scanner by Martin Lewis · 4 years, 6 months ago
  61. acdc8ee udhcp: add option scanner by Martin Lewis · 4 years, 6 months ago
  62. 79bd7c3 acpid: only display -p if supported in usage by Norbert Lange · 4 years, 10 months ago
  63. 05faa61 dhcpd: remove hardcoded pidfile path by Norbert Lange · 4 years, 10 months ago
  64. faab906 udhcpc6: use correct multicast MAC by Uwe Glaeser · 4 years, 6 months ago
  65. d30d1eb dhcpc: refactor xmalloc_optname_optval to shrink binary size by Martin Lewis · 4 years, 6 months ago
  66. 0cad5f9 udhcp: comment out unused domain compression code by Denys Vlasenko · 4 years, 6 months ago
  67. 726d0d1 dhcpc: code shrink in good_hostname by Martin Lewis · 4 years, 7 months ago
  68. 020abc8 udhcpd: mangle hostnames starting with dash ("-option") by Denys Vlasenko · 5 years ago
  69. 1f1988d udhcpc: fix segmentation fault on empty bin opt by Michal Kazior · 5 years ago
  70. 11e024a udhcpc6: add ELAPSED_TIME option to outgoing packets by Denys Vlasenko · 5 years ago
  71. 22a6339 udhcpc6: support stateless DHCPv6 by Eivind Versvik · 5 years ago
  72. 4f70a32 udhcpc6: s/iphdr/ip6_hdr/ by Denys Vlasenko · 5 years ago
  73. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  74. 84d3850 udhcpc: fix comment, no code changes by Denys Vlasenko · 6 years ago
  75. 72f12ac udhcpc6: fix aliasing warning by Denys Vlasenko · 6 years ago
  76. d378fa1 dhcpc.c: Added support for relay server parameter. by Martin Lewis · 6 years ago
  77. 6eb6e6a dhcp: downgrade "got raw socket fd" message to log3, make log2 default max by Denys Vlasenko · 6 years ago
  78. 65c34c5 dhcp: get rid of static data signal_pipe by Denys Vlasenko · 6 years ago
  79. 91755cb udhcp: rename server_config to server_data by Denys Vlasenko · 6 years ago
  80. bcb1fc3 udhcp: rename client_config to client_data, server_config to server_data by Denys Vlasenko · 6 years ago
  81. 818d9e0 udhcpc6: Fixed aliasing compilation error by Martin Lewis · 6 years ago
  82. a4ed2c4 dhcp: get rid of last global data by Denys Vlasenko · 6 years ago
  83. 1115e40 dhcp: tweak comments, no code changes by Denys Vlasenko · 6 years ago
  84. 831844c udhcpd: fix printing of static leases by Denys Vlasenko · 6 years ago
  85. 25393fb udhcpd: code shrink by Denys Vlasenko · 6 years ago
  86. a840884 udhcpd: support per-client hostnames in static leases by Denys Vlasenko · 6 years ago
  87. abe248b udhcpc6: unbreak by Denys Vlasenko · 6 years ago
  88. 8402969 udhcpd: code shrink - do not fetch requested IP twice by Denys Vlasenko · 6 years ago
  89. 8c317f0 style fix, no code changes by Denys Vlasenko · 6 years ago
  90. 15021f3 udhcpd: code shrink by Denys Vlasenko · 6 years ago
  91. 253c4e7 Optionally re-introduce bb_info_msg() by James Byrne · 6 years ago
  92. 60bf77f udhcpc6: code shrink by Denys Vlasenko · 6 years ago
  93. 0d75e8b udhcpc6: add a few comments, no code changes. by Denys Vlasenko · 6 years ago
  94. cc45cbc udhcpc6: make it enabled in defconfig by Denys Vlasenko · 6 years ago
  95. 0e7bd69 udhcp: add 100 and 101 dhcp options for ipv4 by Antoine Girard-Vallée · 6 years ago
  96. 87e2162 udhcpc: don't exit after backgrounding on -n -b by Andrey Mazo · 6 years ago
  97. 544143d udhcpc: tweak --help by Denys Vlasenko · 6 years ago
  98. edb74f4 Update examples/udhcp/udhcpd.conf by Denys Vlasenko · 6 years ago
  99. 74d9f1b udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes long by Denys Vlasenko · 6 years ago
  100. b80bdeb udhcp: code shrink by Denys Vlasenko · 6 years ago