aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/dhcpd.c
AgeCommit message (Expand)Author
2015-11-03dhcp leanup: remove flag_get() and flag_chk()Rob Landley
2015-10-23fix dhcpd warningYeongdeok Suh
2015-07-10I added dhcpd -6 option.Yeongdeok Suh
2015-07-03Added i option to use other interface on running dhcpd.Hyejin Kim
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 bu...Rob Landley
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 con...Rob Landley
2013-11-02Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config ...Rob Landley
2013-09-03Convert dhcp/dhcpd from utoa() to sprintf().Rob Landley
2013-08-14DHCP client and server, from Ashwini Sharma.Rob Landley