Age | Commit message (Expand) | Author |
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 |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
2017-02-16 | Bring parse_warn() into the log.[ch] 21st century and adopt the "^" | Kenneth R Westerback |
2017-02-15 | Adopt the common verbiage other log.[ch] daemons use to describe '-d'. | Kenneth R Westerback |
2017-02-13 | Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() and | Kenneth R Westerback |
2017-02-13 | Adjust some long lines. | Kenneth R Westerback |
2017-02-13 | Do the strerror() elimination dance with log_warnx() -> log_warn(), | Kenneth R Westerback |
2017-02-13 | Banished to the attic. | Kenneth R Westerback |
2017-02-13 | Switch from old errwarn.c logging to shiny new log.[ch]. | Kenneth R Westerback |
2017-02-11 | Move parse_warning() into parse.c to prepare to replace errwarn.c | Kenneth R Westerback |