log toys/pending/dhcp.c @ 1639:856b544f8fce draft

age author description
Thu, 01 Jan 2015 16:49:55 -0600 Rob Landley strncpy(optptr, hname, strlen(hname)) is really just strcpy(). draft
Sun, 20 Jul 2014 21:34:49 -0500 Rob Landley Isaac Dunham spotted that dhcp was also reimplementing daemon(). draft
Sat, 31 May 2014 12:33:24 -0500 Rob Landley Introduce xfork() and make commands use it, and make some WEXITSTATUS() use WIFEXITED() and WTERMSIG()+127. draft
Wed, 21 May 2014 05:12:38 -0500 Ashwini Sharma dhcp client had a segfault, when DHCP message contained 'pad' option. draft
Sat, 02 Nov 2013 14:24:33 -0500 Rob Landley Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore. draft
Tue, 03 Sep 2013 08:16:42 -0500 Rob Landley Convert dhcp/dhcpd from utoa() to sprintf(). draft
Wed, 14 Aug 2013 19:09:33 -0500 Rob Landley DHCP client and server, from Ashwini Sharma.