Age | Commit message (Expand) | Author |
2024-08-24 | Change DHCP_SYNC_LEASE messages from log_info to log_debug, they result | Stuart Henderson |
2024-08-21 | s/inet_aton/inet_pton/ | Florian Obser |
2024-06-27 | space before punctuation in macro; | Jason McIntyre |
2024-06-27 | Remove outdated references to dhclient, it's finally going away. | Florian Obser |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-04-19 | replace a (technically incorrect) instance of "IP" with "address"; | Jason McIntyre |
2023-11-23 | tweak previous; suggested by jmc | Florian Obser |
2023-11-22 | Recognize option ipv6-only-preferred (RFC8925). | Florian Obser |
2023-10-06 | add -v to usage(); | Jason McIntyre |
2023-10-05 | Do log output to stderr while running dhcpd(8) in foreground to make | Vitaliy Makkoveev |
2023-09-04 | rework DESCRIPTION for readability. put the BOOTP stuff in its own | Jason McIntyre |
2023-09-03 | Document rdomain-related behaviour of dhcpd(8). | Stefan Sperling |
2023-09-02 | Fix comment about skipped interfaces | Klemens Nanni |
2023-03-02 | improve the Nd lines such that the format is consistent for the | Jason McIntyre |
2023-02-08 | usr.sbin: missing void to appease clang 15's -Wstrict-prototype. | Theo Buehler |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-01-28 | When it's the possessive of 'it', it's spelled "its", without the | Philip Guenther |
2022-01-16 | dhcpd: fix -Wunused-but-set-variable warning | Christian Weisgerber |
2022-01-05 | dhcpd: straightforward conversion to HMAC_CTX on the heap, similar | Theo Buehler |
2021-12-13 | including sys/cdefs.h manually started as a result of netbsd trying to | Theo de Raadt |
2021-11-20 | Start on DOWN interfaces | Klemens Nanni |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2020-11-10 | Remove prototypes for functions removed 10+ years ago. Return types should be on | Kenneth R Westerback |
2020-05-16 | list example files in FILES with a short description: generally, "Example | Jason McIntyre |
2020-04-23 | Correctly parse "0/0" as the default route when specifying | Kenneth R Westerback |
2020-04-17 | Document using /etc/ethers to look up ethernet addresses. ok krw@, | Darren Tucker |
2020-04-16 | Support looking up ethernet addresses in /etc/ethers at dhcpd startup time. | Darren Tucker |
2020-04-06 | dhcpd could reference freed memory after releasing a lease with | Kenneth R Westerback |
2019-10-03 | Properly initalize the ICMP message to zero to avoid leaking 4-byte | Claudio Jeker |
2019-08-08 | One missing piece when I added pledge(2) to dhcpd(8) was in the code path when | Ricardo Mestre |
2019-08-06 | Use pw->pw_dir when chroot'ing, not _PATH_VAREMPTY. | Kenneth R Westerback |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-10 | Fix dhcpd build on gcc architectures. | Visa Hankala |
2019-05-08 | Switch domain-search parsing from hand rolled hex string to | Kenneth R Westerback |
2019-04-02 | Document new domain-search syntax available to | Kenneth R Westerback |
2019-04-01 | missing full stop; | Jason McIntyre |
2019-04-01 | Add a rfc1035 data type and use it to describe | Kenneth R Westerback |
2019-04-01 | Describe the cidr data type and rework the | Kenneth R Westerback |
2019-04-01 | int16 and int8 are not used for any option. So don't | Kenneth R Westerback |
2019-04-01 | Document dhcp-message (a.k.a. option 56) and tweak verbiage for | Kenneth R Westerback |
2019-04-01 | Correct the documentation of relay-agent-information, | Kenneth R Westerback |
2019-03-18 | explicitly use BPF_FILDROP_CAPTURE when configuring BIOCSFILDROP | David Gwynne |
2018-12-07 | I noticed the "pf table handler" process not going away on dhcpd restart, | Henning Brauer |
2018-07-03 | Tighten up description of echo-client-id statement | Kenneth R Westerback |
2018-03-01 | consistently spell "IPsec"; from raf czlonka | Jason McIntyre |
2018-02-28 | Better documentation of the classless-static-routes option. | Matthieu Herrb |
2017-08-29 | do not claim that this is isc dhcpd (but retain credit); | Jason McIntyre |
2017-08-04 | Remove unused structs and defines, from Edgar Pettijohn. ok jca@ | rob |
2017-07-31 | Removed unused struct, also noticed by Edgar Pettijohn. ok jca@, krw@ | rob |