log toys/pending/dhcpd.c @ 1776:7bf68329eb3b draft default tip

age author description
Thu, 01 Jan 2015 16:59:35 -0600 Rob Landley Switch a lot of strncpy() calls to xstrncpy(). draft
Tue, 02 Dec 2014 03:12:58 -0600 Rob Landley Switching on fortify was not kind to the pending directory. Fix the actual build break (open(O_CREAT) without permissions). draft
Thu, 17 Jul 2014 22:50:49 -0500 Rob Landley Use libc daemon() instead of pending daemonize. draft
Wed, 23 Apr 2014 08:37:07 -0500 Rob Landley usage: is lower case (the help generator looks for that, might as well be consistent). 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.