aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/dhcpd.c
AgeCommit message (Collapse)Author
2015-01-01Switch a lot of strncpy() calls to xstrncpy().Rob Landley
2014-12-02Switching on fortify was not kind to the pending directory. Fix the actual ↵Rob Landley
build break (open(O_CREAT) without permissions).
2014-07-17Use libc daemon() instead of pending daemonize.Rob Landley
2014-04-23usage: is lower case (the help generator looks for that, might as well be ↵Rob Landley
consistent).
2013-11-02Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config ↵Rob Landley
options isn't very interesting anymore.
2013-09-03Convert dhcp/dhcpd from utoa() to sprintf().Rob Landley
2013-08-14DHCP client and server, from Ashwini Sharma.Rob Landley