summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* list example files in FILES with a short description: generally, "Examplejmc2020-05-161-2/+7
* Correctly parse "0/0" as the default route when specifyingkrw2020-04-231-32/+33
* Document using /etc/ethers to look up ethernet addresses. ok krw@,dtucker2020-04-171-4/+6
* Support looking up ethernet addresses in /etc/ethers at dhcpd startup time.dtucker2020-04-161-5/+21
* dhcpd could reference freed memory after releasing a lease withkrw2020-04-061-2/+3
* Properly initalize the ICMP message to zero to avoid leaking 4-byteclaudio2019-10-031-4/+2
* One missing piece when I added pledge(2) to dhcpd(8) was in the code path whenmestre2019-08-081-5/+8
* Use pw->pw_dir when chroot'ing, not _PATH_VAREMPTY.krw2019-08-061-4/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-9/+9
* Fix dhcpd build on gcc architectures.visa2019-05-101-4/+6
* Switch domain-search parsing from hand rolled hex string tokrw2019-05-085-26/+107
* Document new domain-search syntax available tokrw2019-04-021-4/+7
* missing full stop;jmc2019-04-011-2/+2
* Add a rfc1035 data type and use it to describekrw2019-04-011-1/+29
* Describe the cidr data type and rework thekrw2019-04-011-9/+20
* int16 and int8 are not used for any option. So don'tkrw2019-04-011-8/+4
* Document dhcp-message (a.k.a. option 56) and tweak verbiage forkrw2019-04-011-3/+9
* Correct the documentation of relay-agent-information,krw2019-04-011-6/+6
* explicitly use BPF_FILDROP_CAPTURE when configuring BIOCSFILDROPdlg2019-03-181-2/+3
* I noticed the "pf table handler" process not going away on dhcpd restart,henning2018-12-071-7/+7
* Tighten up description of echo-client-id statementkrw2018-07-031-10/+16
* consistently spell "IPsec"; from raf czlonkajmc2018-03-011-3/+3
* Better documentation of the classless-static-routes option.matthieu2018-02-281-2/+10
* do not claim that this is isc dhcpd (but retain credit);jmc2017-08-291-7/+8
* Remove unused structs and defines, from Edgar Pettijohn. ok jca@rob2017-08-041-40/+1
* Removed unused struct, also noticed by Edgar Pettijohn. ok jca@, krw@rob2017-07-311-6/+1
* Handle DHCPINFORM from clients behind a DHCP relay.reyk2017-07-111-2/+2
* remove a contradictory sentence (see dhcp-options(5)) which claimsjmc2017-06-281-5/+2
* remove some repetitive text chunks; ok krwjmc2017-04-261-129/+69
* a little more consistent text for previous; ok krwjmc2017-04-241-5/+5
* Add 'echo-client-id' statment, so that RFC 6842 behaviour can bekrw2017-04-246-9/+42
* Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has beennatano2017-04-191-2/+2
* Tweak parameters to decode_*, add a check or two, and thus gain most of thekrw2017-04-183-23/+23
* After 11 years of pondering about it I think that brookdavis@freebsd.orgkrw2017-04-181-3/+3
* Use better types for checksum() parameters and local var fromkrw2017-04-172-8/+5
* Remove a bunch of obsolete, unused and irrelevant DHCP client types, fields,krw2017-04-131-102/+1
* Inspired by recent dhcrelay changes, bring in stricter CFLAGS!krw2017-04-121-1/+4
* One 'foo' per function is enough. Rename one to eliminate shadowing.krw2017-04-121-5/+5
* Add missing function prototypes. Mark kw_cmp() as static like allkrw2017-04-122-3/+6
* From a syslog perspective it does not make sense to log fatal andbluhm2017-03-211-6/+6
* Bring parse_warn() into the log.[ch] 21st century and adopt the "^"krw2017-02-163-35/+15
* Adopt the common verbiage other log.[ch] daemons use to describe '-d'.krw2017-02-151-22/+8
* Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() andkrw2017-02-1312-95/+53
* Adjust some long lines.krw2017-02-1313-146/+175
* Do the strerror() elimination dance with log_warnx() -> log_warn(),krw2017-02-134-25/+20
* Banished to the attic.krw2017-02-131-202/+0
* Switch from old errwarn.c logging to shiny new log.[ch].krw2017-02-1323-247/+544
* Move parse_warning() into parse.c to prepare to replace errwarn.ckrw2017-02-113-56/+63
* Appropriately replace "domain name" with "hostname"; less misleadingjca2017-02-041-10/+10
* Replace bzero(3) with memset(3)mestre2016-11-154-15/+15