Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-13 | Give struct dhcp_synctlv_lease fields a prefix (lv_) as the fields | Kenneth R Westerback | |
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. | |||
2008-05-08 | Insert pad blocks after sub-messages to keep the structures aligned to | Theo de Raadt | |
16 byte boundaries for maximum portability (somewhat similar to CMSG's) ok 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 | |
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@ |