1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00
Commit Graph

5 Commits

Author SHA1 Message Date
krw
d10ef3191a Zap stray whitespace. 2016-10-04 22:47:51 +00:00
krw
aa92cf002a Give struct dhcp_synctlv_lease fields a prefix (lv_) as the fields
in other structs have. Reduces potential for confusion with fields
of same name but different types in leases. Use consistent variable
name. No change to executable.
2013-04-13 18:08:47 +00:00
deraadt
3aa44215c1 Insert pad blocks after sub-messages to keep the structures aligned to
16 byte boundaries for maximum portability (somewhat similar to CMSG's)
ok beck
2008-05-08 14:15:40 +00:00
beck
7eab935ea9 don't break dhcpd when not using synch mechanisms.. 2008-05-08 05:38:26 +00:00
beck
5f515bebfb Add synchronisation support for dhcpd - this allows for two dhcpd's
with the same configuration to be run on the same net and they will
keep their lease files/state in synch, and therefore allowing you to
run redundant dhcpd's. Synchronization code stolen from spamd, uses
an hmac key in /var/db/dhcpd.key if it exists.
ok krw@ deraadt@
2008-05-07 12:19:20 +00:00