History log of /external/toybox/toys/pending/dhcp.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
027a73a903af306449710ce12bc09e0e3550c6c9 04-Aug-2016 Rob Landley <rob@landley.net> Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,
add xopenro() that takes one argument and understands "-" means stdin,
and switch over lots of users.
/external/toybox/toys/pending/dhcp.c
547c9167565cf8a2bba8bd79850889101866814a 04-Nov-2015 Rob Landley <rob@landley.net> dhcp leanup: remove flag_get() and flag_chk()
/external/toybox/toys/pending/dhcp.c
82effc97f9f2d1c258ea50cb11b130753b8ba805 01-Jan-2015 Rob Landley <rob@landley.net> Switch a lot of strncpy() calls to xstrncpy().
/external/toybox/toys/pending/dhcp.c
5f53d130b1eae9041cc88c0ffb89e2b5823da393 01-Jan-2015 Rob Landley <rob@landley.net> strncpy(optptr, hname, strlen(hname)) is really just strcpy().
/external/toybox/toys/pending/dhcp.c
4a86c8193bf05646cdca9faa5253c607d6df5d35 21-Jul-2014 Rob Landley <rob@landley.net> Isaac Dunham spotted that dhcp was also reimplementing daemon().
/external/toybox/toys/pending/dhcp.c
d8872c43b48eae5501998a4e5a84337017d8fbe6 31-May-2014 Rob Landley <rob@landley.net> Introduce xfork() and make commands use it, and make some WEXITSTATUS() use WIFEXITED() and WTERMSIG()+127.
/external/toybox/toys/pending/dhcp.c
95d2ce84789011970e2f814b2fb6c819084bde8c 21-May-2014 Ashwini Sharma <ak.ashwini1981@gmail.com> dhcp client had a segfault, when DHCP message contained 'pad' option.

The parsing logic kept checking for other options beyond __pad__ option, without
checking if it was __end__ option after that or not.
/external/toybox/toys/pending/dhcp.c
98c322e881c6ab8d4f54c23feb1a106c23673640 02-Nov-2013 Rob Landley <rob@landley.net> Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore.
/external/toybox/toys/pending/dhcp.c
79d8bc70539b7a3d459630c97e38d3cdff77e591 03-Sep-2013 Rob Landley <rob@landley.net> Convert dhcp/dhcpd from utoa() to sprintf().
/external/toybox/toys/pending/dhcp.c
415c960b22b4084057577fc371510864378354dd 15-Aug-2013 Rob Landley <rob@landley.net> DHCP client and server, from Ashwini Sharma.
/external/toybox/toys/pending/dhcp.c