summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd
AgeCommit message (Expand)Author
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
2017-07-11Handle DHCPINFORM from clients behind a DHCP relay.Reyk Floeter
2017-06-28remove a contradictory sentence (see dhcp-options(5)) which claimsJason McIntyre
2017-04-26remove some repetitive text chunks; ok krwJason McIntyre
2017-04-24a little more consistent text for previous; ok krwJason McIntyre
2017-04-24Add 'echo-client-id' statment, so that RFC 6842 behaviour can beKenneth R Westerback
2017-04-19Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has beenMartin Natano
2017-04-18Tweak parameters to decode_*, add a check or two, and thus gain most of theKenneth R Westerback
2017-04-18After 11 years of pondering about it I think that brookdavis@freebsd.orgKenneth R Westerback
2017-04-17Use better types for checksum() parameters and local var fromKenneth R Westerback
2017-04-13Remove a bunch of obsolete, unused and irrelevant DHCP client types, fields,Kenneth R Westerback
2017-04-12Inspired by recent dhcrelay changes, bring in stricter CFLAGS!Kenneth R Westerback
2017-04-12One 'foo' per function is enough. Rename one to eliminate shadowing.Kenneth R Westerback
2017-04-12Add missing function prototypes. Mark kw_cmp() as static like allKenneth R Westerback
2017-03-21From a syslog perspective it does not make sense to log fatal andAlexander Bluhm
2017-02-16Bring parse_warn() into the log.[ch] 21st century and adopt the "^"Kenneth R Westerback
2017-02-15Adopt the common verbiage other log.[ch] daemons use to describe '-d'.Kenneth R Westerback
2017-02-13Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() andKenneth R Westerback
2017-02-13Adjust some long lines.Kenneth R Westerback
2017-02-13Do the strerror() elimination dance with log_warnx() -> log_warn(),Kenneth R Westerback
2017-02-13Banished to the attic.Kenneth R Westerback
2017-02-13Switch from old errwarn.c logging to shiny new log.[ch].Kenneth R Westerback
2017-02-11Move parse_warning() into parse.c to prepare to replace errwarn.cKenneth R Westerback
2017-02-04Appropriately replace "domain name" with "hostname"; less misleadingJeremie Courreges-Anglas
2016-11-15Replace bzero(3) with memset(3)Ricardo Mestre
2016-10-24Compare server-identifiers and reject packets only *after* applyingKenneth R Westerback