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
/
sync.c
Age
Commit message (
Expand
)
Author
2022-01-05
dhcpd: straightforward conversion to HMAC_CTX on the heap, similar
Theo Buehler
2017-02-13
Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() and
Kenneth R Westerback
2017-02-13
Adjust some long lines.
Kenneth R Westerback
2017-02-13
Do the strerror() elimination dance with log_warnx() -> log_warn(),
Kenneth R Westerback
2017-02-13
Switch from old errwarn.c logging to shiny new log.[ch].
Kenneth R Westerback
2016-10-21
- Use memset(*b, 0, len) instead of bzero(*b, len)
Ricardo Mestre
2016-10-04
Zap stray whitespace.
Kenneth R Westerback
2016-02-06
Eliminate #include inside *.h files and include only needed headers in
Kenneth R Westerback
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2013-10-18
Scattering a few bcopy()'s around source using mostly memcpy() is just
Kenneth R Westerback
2013-10-18
%d -> %lld, add (long long) cast to time_t variables. Make guenther
Kenneth R Westerback
2013-04-22
When sync'ing, look for lease by hwaddr and then ipaddr. Not hwaddr
Kenneth R Westerback
2013-04-13
Give struct dhcp_synctlv_lease fields a prefix (lv_) as the fields
Kenneth R Westerback
2013-04-12
Unbreak lease synchronization by making the sync header contain the
Kenneth R Westerback
2010-12-23
Use the provided note() and warning() functions of dhcpd instead of
Claudio Jeker
2010-03-27
malloc/strlcpy -> strdup. Use consistent idiom.
Kenneth R Westerback
2010-01-03
unused prototype
Theo de Raadt
2008-09-15
When checking if a syscall like open(), ioctl() or writev() failed compare
Claudio Jeker
2008-05-30
correct size of iov[]; ralf.horstmann@gmx.de
Theo de Raadt
2008-05-11
fix sync.c to not puke if sync_lease called without sync_init.
Bob Beck
2008-05-08
Insert pad blocks after sub-messages to keep the structures aligned to
Theo de Raadt
2008-05-08
this should really only be in one file.
Bob Beck
2008-05-08
don't break dhcpd when not using synch mechanisms..
Bob Beck
2008-05-07
Add synchronisation support for dhcpd - this allows for two dhcpd's
Bob Beck