Age | Commit message (Expand) | Author |
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 |
2017-07-11 | Handle DHCPINFORM from clients behind a DHCP relay. | Reyk Floeter |
2017-06-28 | remove a contradictory sentence (see dhcp-options(5)) which claims | Jason McIntyre |
2017-04-26 | remove some repetitive text chunks; ok krw | Jason McIntyre |
2017-04-24 | a little more consistent text for previous; ok krw | Jason McIntyre |
2017-04-24 | Add 'echo-client-id' statment, so that RFC 6842 behaviour can be | Kenneth R Westerback |
2017-04-19 | Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been | Martin Natano |
2017-04-18 | Tweak parameters to decode_*, add a check or two, and thus gain most of the | Kenneth R Westerback |
2017-04-18 | After 11 years of pondering about it I think that brookdavis@freebsd.org | Kenneth R Westerback |
2017-04-17 | Use better types for checksum() parameters and local var from | Kenneth R Westerback |
2017-04-13 | Remove a bunch of obsolete, unused and irrelevant DHCP client types, fields, | Kenneth R Westerback |
2017-04-12 | Inspired by recent dhcrelay changes, bring in stricter CFLAGS! | Kenneth R Westerback |
2017-04-12 | One 'foo' per function is enough. Rename one to eliminate shadowing. | Kenneth R Westerback |
2017-04-12 | Add missing function prototypes. Mark kw_cmp() as static like all | Kenneth R Westerback |