summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/sync.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() andkrw2017-02-131-3/+3
* Adjust some long lines.krw2017-02-131-5/+5
* Do the strerror() elimination dance with log_warnx() -> log_warn(),krw2017-02-131-7/+5
* Switch from old errwarn.c logging to shiny new log.[ch].krw2017-02-131-11/+12
* - Use memset(*b, 0, len) instead of bzero(*b, len)mestre2016-10-211-14/+14
* Zap stray whitespace.krw2016-10-041-2/+2
* Eliminate #include inside *.h files and include only needed headers inkrw2016-02-061-18/+13
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* Scattering a few bcopy()'s around source using mostly memcpy() is justkrw2013-10-181-2/+2
* %d -> %lld, add (long long) cast to time_t variables. Make guentherkrw2013-10-181-3/+4
* When sync'ing, look for lease by hwaddr and then ipaddr. Not hwaddrkrw2013-04-221-14/+6
* Give struct dhcp_synctlv_lease fields a prefix (lv_) as the fieldskrw2013-04-131-27/+28
* Unbreak lease synchronization by making the sync header contain thekrw2013-04-121-2/+2
* Use the provided note() and warning() functions of dhcpd instead ofclaudio2010-12-231-27/+16
* malloc/strlcpy -> strdup. Use consistent idiom.krw2010-03-271-2/+3
* unused prototypederaadt2010-01-031-2/+1
* When checking if a syscall like open(), ioctl() or writev() failed compareclaudio2008-09-151-2/+2
* correct size of iov[]; ralf.horstmann@gmx.dederaadt2008-05-301-2/+2
* fix sync.c to not puke if sync_lease called without sync_init.beck2008-05-111-1/+4
* Insert pad blocks after sub-messages to keep the structures aligned toderaadt2008-05-081-2/+13
* this should really only be in one file.beck2008-05-081-2/+2
* don't break dhcpd when not using synch mechanisms..beck2008-05-081-1/+4
* Add synchronisation support for dhcpd - this allows for two dhcpd'sbeck2008-05-071-0/+465