1. f9beeb2 udhcpc: check read of option length byte to be within packet by Brian Foley · 8 years ago
  2. b6355e2 udhcpc: Unconditionally call deconfig script, not only if lease is active by Peter Korsgaard · 8 years ago
  3. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  4. 44399e0 udhcpc: run "deconfig" script in manual renew state too. closes 9061 by Denys Vlasenko · 8 years ago
  5. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  6. df70a43 udhcp: add setup_common_bufsiz() as needed by Denys Vlasenko · 9 years ago
  7. 8f2e99c udhcp: get rid of bb_info_msg() by Denys Vlasenko · 9 years ago
  8. 86d9f60 udhcpc: do not use -t NUM for counting "select" packets, use 3 by Denys Vlasenko · 9 years ago
  9. abe8f75 dhcpc: Use client IP address as source address for DHCP renew/rebind messages by Hans Dedecker · 9 years ago
  10. 352f79a udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer) by Denys Vlasenko · 9 years ago
  11. 8efcc95 networking: allow dot at the end of the domain name in dhcp response by Denys Vlasenko · 9 years ago
  12. f2bf20f udhcpc: fix for some Android toolchain breakage by Denys Vlasenko · 9 years ago
  13. c52cbea libbb: add setsockopt_foo helpers by Denys Vlasenko · 9 years ago
  14. c29021e udhcpc: dns labels can actually start with a number by Arthur Gautier · 9 years ago
  15. 8074a6c udhcpd: account for script delay in lease by John Schroeder · 10 years ago
  16. 2863492 udhcpc: account for script run time by Denys Vlasenko · 10 years ago
  17. 9f41271 udhcpd: add option for tweaking arpping by Michel Stam · 10 years ago
  18. 85090c1 udhcpc: make hostname sanitization optional. Closes 3979 by Denys Vlasenko · 11 years ago
  19. e2318bb udhcpc: ignore NAKs from "wrong" servers. Closes 4267 by Denys Vlasenko · 11 years ago
  20. ffc3a93 udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746 by Denys Vlasenko · 11 years ago
  21. 744ee5d udhcpc: in comments, explain the kind of raw socket we create by Denys Vlasenko · 11 years ago
  22. e4785ca udhcpc: don't use BPF filter, users report problems (bugs 4598, 6746) by Denys Vlasenko · 11 years ago
  23. 8d3efaf udhcpc: allow zero server-id. Closes 6614. by Denys Vlasenko · 11 years ago
  24. 9ae6d79 udhcpc: tweak help text more by Denys Vlasenko · 11 years ago
  25. 456687f udhcpc: tweak help text by Denys Vlasenko · 11 years ago
  26. aadb485 udhcpc: tweak help text by Denys Vlasenko · 11 years ago
  27. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  28. 1c7a58d udhcpc[6]: allow discover_retries == 0 (infinite) by Felix Fietkau · 12 years ago
  29. 3c62bba ushcpc: gracefully handle packets with CHECKSUM_PARTIAL by Alexey Froloff · 12 years ago
  30. 293c945 udhcpc: make -O <numeric_opt> work. Closes 5402 by Denys Vlasenko · 12 years ago
  31. 085b293 udhcpc[6]: show select timeout in log by Denys Vlasenko · 13 years ago
  32. d2266d4 udhcpc: fix improper size calculation for OPTION_STRING_HOST by Denys Vlasenko · 13 years ago
  33. 7280d20 udhcpc: sanitize hostnames in incoming packets. Closes 3979. by Denys Vlasenko · 13 years ago
  34. 860491c udhcpc: shrink code by setting xid more economically by Denys Vlasenko · 13 years ago
  35. a092a89 udhcpc6: rudimentary code to export data to script; fix IAADDR parsing by Denys Vlasenko · 13 years ago
  36. 7e21f04 udhcpc[6]: tweak help text, remove -B from udhcpc6 and "--version" from both by Denys Vlasenko · 13 years ago
  37. 50089fc udhcpc: trim help text, rename badly-named variable by Denys Vlasenko · 13 years ago
  38. 0fd4347 udhcpc: code shrink by Denys Vlasenko · 13 years ago
  39. d38ca03 udhcpc: reuse string constant; remove unneeded memset(0) by Denys Vlasenko · 13 years ago
  40. 2017d48 udhcpc: deprecate --hostname NAME by Denys Vlasenko · 13 years ago
  41. ee320c6 getty: reset tty attrs on Ctrl-C and Ctrl-D too by Denys Vlasenko · 13 years ago
  42. 2af2acf udhcpc: add comment about server IP by Denys Vlasenko · 13 years ago
  43. fbca0c6 udhcpc: in fill_envp, export BOOTP fields first by Denys Vlasenko · 13 years ago
  44. cd4d78f dhcpc: fix the case where we might add extra space at the end of envvar. by Denys Vlasenko · 13 years ago
  45. 1dff672 udhcpc: fix 6rd option formatting (was using 4 more bytes than there is) by Denys Vlasenko · 13 years ago
  46. 42816c2 udhcpc: remove unused argument in sprint_nip6 by Denys Vlasenko · 13 years ago
  47. 7981d79 udhcpc: small code shrink by Denys Vlasenko · 13 years ago
  48. 1f56e51 udhcpc: add support for DHCP option 212 (RFC 5969) by Denys Vlasenko · 13 years ago
  49. 6464f15 udhcpc: on SIGUSR1, limit renew attempts time to 20 seconds; then do total reconfig by Vladislav Grishenko · 13 years ago
  50. 6c9c0a1 udhcp: IF_UDHCP_VERBOSE() macro - improve code readability by Leonid Lisovskiy · 13 years ago
  51. e8f3633 networking: consolidate the IP checksum code. -129 bytes. by Baruch Siach · 13 years ago
  52. f533ec8 *: simplify Ethernet header includes by Dan Fandrich · 14 years ago
  53. 5d3aace udhcpc: allow -O OPT take numeric params by Denys Vlasenko · 14 years ago
  54. c37d4c6 dhcpc: export unrecognized options in "optNN=XXXXXXXXX" form by Nigel Hathaway · 14 years ago
  55. 9ac5596 udhcpc: emit "correct" secs field by Denys Vlasenko · 14 years ago
  56. e6bb8d3 udhcpc: add -B option by Keith Young · 14 years ago
  57. 713e6d7 udhcpc: use more correct, and more importantly, more understandable BPF code by Vladislav Grishenko · 14 years ago
  58. 8993c3f udhcpc: document SIGUSRn effect in help text by Denys Vlasenko · 14 years ago
  59. 0bb35e1 udhcpd: reduce stack usage by ~700 bytes. +28 bytes code size by Denys Vlasenko · 14 years ago
  60. 5d374e9 udhcpc: exit if iface disappeared; use correct MAC if it changes by Denys Vlasenko · 14 years ago
  61. c72c1d7 udhcpc: reduce stack usage by de-inlining routines with on-stack pkt buf by Denys Vlasenko · 14 years ago
  62. a5048fa udhcpc: periodically reread our ifindex and mac by Denys Vlasenko · 14 years ago
  63. b3af65b udhcpc: emit maxsize option in all non-NAK type packets by Denys Vlasenko · 14 years ago
  64. c59e06e udhcpc: better help text by Denys Vlasenko · 14 years ago
  65. 1cbdc03 udhcpc: remove -c CLIENTID, it is hard to use, -x 61:hexstring does the same better by Denys Vlasenko · 14 years ago
  66. 9e244c7 udhcpc: move usage text to .c file. no code changes by Denys Vlasenko · 14 years ago
  67. ad8def2 udhcpc: fix OPTION_IP_PAIR parsing by Vladislav Grishenko · 14 years ago
  68. dd8adde *: introduce and use bb_unsetenv_and_free by Denys Vlasenko · 14 years ago
  69. b7d19cc dhcp: readability cleanups and small code shrink by Denys Vlasenko · 15 years ago
  70. c03602b udhcp: s/dhcp_option/dhcp_optflag/g by Denys Vlasenko · 15 years ago
  71. 9c0ea86 udhcpc: trivial shrink by Denys Vlasenko · 15 years ago
  72. 243ddcb udhcpd: support decoding of option 120 "SIP servers". Closes bug 737 by Denys Vlasenko · 15 years ago
  73. 9107b63 udhcp: abort if we see unknown option, and show valid options if so by Denys Vlasenko · 15 years ago
  74. 385b456 udhcp: cosmetic cleanups; one case of s/full_read/xread/ by Denys Vlasenko · 15 years ago
  75. 7724c76 udhcp: pass pointer to whole packet to "add option" functions by Denys Vlasenko · 15 years ago
  76. a8f6b99 udhcp: move options.c to common.c; disable unused bool and s16 option code by Denys Vlasenko · 15 years ago
  77. 7e6add1 udhcpc: add -x OPT:VAL option by Denys Vlasenko · 15 years ago
  78. dde8bdc udhcp: merge options.h into common.h, script.c into dhcpc.c by Denys Vlasenko · 15 years ago
  79. 8d11445 udhcpc: do not test for srand init, just do it at the start by Denys Vlasenko · 15 years ago
  80. 501e35c udhcp: merge clientpacket.c into dhcpc.c by Denys Vlasenko · 15 years ago
  81. 6b24d53 udhcpc: merge clientsocket.c into dhcpc.c. +4 bytes. by Denys Vlasenko · 15 years ago
  82. 87fa216 udhcpc: make it possible to disable vendor id; improve help text by Denys Vlasenko · 15 years ago
  83. 219757f udhcpc: fix bug 629: use bcast receive when we perform rebinding by Denys Vlasenko · 15 years ago
  84. aa369e0 udhcpc: if got IP successfully, disable -n for future renewals by Justin Maggard · 15 years ago
  85. 4abfc26 udhcpc: small simplification by Denys Vlasenko · 15 years ago
  86. 753a3ce typo by Denys Vlasenko · 15 years ago
  87. 7d6a791 udhcpc: add/edit comments, no code changes by Denys Vlasenko · 15 years ago
  88. 13ca4b1 udhcpc: simplify manual renew (make it more similar to automatic one) by Denys Vlasenko · 15 years ago
  89. 4248c33 udhcpc: fix a read error loop (e.g.: device is down) blocking TERM by Denys Vlasenko · 15 years ago
  90. f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
  91. 4945ed3 udhcpc: fix format of one log message by Denys Vlasenko · 16 years ago
  92. 31af3d5 udhcp: shorten mac len from 16 to 6 in lease file by Denys Vlasenko · 16 years ago
  93. ac906fa udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v by Denys Vlasenko · 16 years ago
  94. 26918dd udhcp: rename server/client_config.arp to server_mac and client_mac by Denys Vlasenko · 16 years ago
  95. 47f2d7e udhcpd: don't fail ARP check if returned MAC matches client's one by Denys Vlasenko · 16 years ago
  96. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  97. a19e649 docs/logging_and_backgrounding.txt: new mini-doc by Denis Vlasenko · 16 years ago
  98. 5e4fda0 ftpd: code chrink, fixed some minor bugs by Denis Vlasenko · 16 years ago
  99. ec64a57 dhcpc: suppress "warning: 'timestamp_before_wait' might be used uninitialized by Denis Vlasenko · 16 years ago
  100. 517413f bb_info_msg: make it do atomic, unbuffered writes by Denis Vlasenko · 16 years ago