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