summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd/db.c
AgeCommit message (Expand)Author
2017-02-13Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() andKenneth R Westerback
2017-02-13Switch from old errwarn.c logging to shiny new log.[ch].Kenneth R Westerback
2016-08-27Pull in <time.h> for one or more of gmtime, strftime, strptime, time,Philip Guenther
2016-02-06Eliminate #include inside *.h files and include only needed headers inKenneth R Westerback
2014-02-08Create dhclient lease files and dhcpd lease files with permissions 0640,Kenneth R Westerback
2013-04-20Remove extraneous "\n" erroneously introduced by move to strftime().Kenneth R Westerback
2013-04-17Replace hand-rolled date printing/parsing code with strftime()/strptime().Kenneth R Westerback
2013-04-13Don't dance with errno, just check the return values of fprintf(),Kenneth R Westerback
2004-09-16avoid aliasing with libc functions; ok henningTheo de Raadt
2004-07-29don't wipe lease file on startup, found & solution tested nick@Henning Brauer
2004-07-09ansiTheo de Raadt
2004-04-18more KNFHenning Brauer
2004-04-18various knf; henning okTheo de Raadt
2004-04-15do not close and re-open the leases file all the time, instead open it onceHenning Brauer
2004-04-15cleaning; from pedroHenning Brauer
2004-04-14spacesTheo de Raadt
2004-04-13time_t and kill a few dumb definesHenning Brauer
2004-04-13may the whacking beginHenning Brauer