index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
dhcpd
/
db.c
Age
Commit message (
Expand
)
Author
2017-02-13
Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() and
Kenneth R Westerback
2017-02-13
Switch from old errwarn.c logging to shiny new log.[ch].
Kenneth R Westerback
2016-08-27
Pull in <time.h> for one or more of gmtime, strftime, strptime, time,
Philip Guenther
2016-02-06
Eliminate #include inside *.h files and include only needed headers in
Kenneth R Westerback
2014-02-08
Create dhclient lease files and dhcpd lease files with permissions 0640,
Kenneth R Westerback
2013-04-20
Remove extraneous "\n" erroneously introduced by move to strftime().
Kenneth R Westerback
2013-04-17
Replace hand-rolled date printing/parsing code with strftime()/strptime().
Kenneth R Westerback
2013-04-13
Don't dance with errno, just check the return values of fprintf(),
Kenneth R Westerback
2004-09-16
avoid aliasing with libc functions; ok henning
Theo de Raadt
2004-07-29
don't wipe lease file on startup, found & solution tested nick@
Henning Brauer
2004-07-09
ansi
Theo de Raadt
2004-04-18
more KNF
Henning Brauer
2004-04-18
various knf; henning ok
Theo de Raadt
2004-04-15
do not close and re-open the leases file all the time, instead open it once
Henning Brauer
2004-04-15
cleaning; from pedro
Henning Brauer
2004-04-14
spaces
Theo de Raadt
2004-04-13
time_t and kill a few dumb defines
Henning Brauer
2004-04-13
may the whacking begin
Henning Brauer