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