| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove prototypes for functions removed 10+ years ago. Return types should be on |  krw | 2020-11-10 | 3 | -11/+7 |
| * | list example files in FILES with a short description: generally, "Example |  jmc | 2020-05-16 | 1 | -2/+7 |
| * | Correctly parse "0/0" as the default route when specifying |  krw | 2020-04-23 | 1 | -32/+33 |
| * | Document using /etc/ethers to look up ethernet addresses. ok krw@, |  dtucker | 2020-04-17 | 1 | -4/+6 |
| * | Support looking up ethernet addresses in /etc/ethers at dhcpd startup time. |  dtucker | 2020-04-16 | 1 | -5/+21 |
| * | dhcpd could reference freed memory after releasing a lease with |  krw | 2020-04-06 | 1 | -2/+3 |
| * | Properly initalize the ICMP message to zero to avoid leaking 4-byte |  claudio | 2019-10-03 | 1 | -4/+2 |
| * | One missing piece when I added pledge(2) to dhcpd(8) was in the code path when |  mestre | 2019-08-08 | 1 | -5/+8 |
| * | Use pw->pw_dir when chroot'ing, not _PATH_VAREMPTY. |  krw | 2019-08-06 | 1 | -4/+3 |
| * | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 2 | -9/+9 |
| * | Fix dhcpd build on gcc architectures. |  visa | 2019-05-10 | 1 | -4/+6 |
| * | Switch domain-search parsing from hand rolled hex string to |  krw | 2019-05-08 | 5 | -26/+107 |
| * | Document new domain-search syntax available to |  krw | 2019-04-02 | 1 | -4/+7 |
| * | missing full stop; |  jmc | 2019-04-01 | 1 | -2/+2 |
| * | Add a rfc1035 data type and use it to describe |  krw | 2019-04-01 | 1 | -1/+29 |
| * | Describe the cidr data type and rework the |  krw | 2019-04-01 | 1 | -9/+20 |
| * | int16 and int8 are not used for any option. So don't |  krw | 2019-04-01 | 1 | -8/+4 |
| * | Document dhcp-message (a.k.a. option 56) and tweak verbiage for |  krw | 2019-04-01 | 1 | -3/+9 |
| * | Correct the documentation of relay-agent-information, |  krw | 2019-04-01 | 1 | -6/+6 |
| * | explicitly use BPF_FILDROP_CAPTURE when configuring BIOCSFILDROP |  dlg | 2019-03-18 | 1 | -2/+3 |
| * | I noticed the "pf table handler" process not going away on dhcpd restart, |  henning | 2018-12-07 | 1 | -7/+7 |
| * | Tighten up description of echo-client-id statement |  krw | 2018-07-03 | 1 | -10/+16 |
| * | consistently spell "IPsec"; from raf czlonka |  jmc | 2018-03-01 | 1 | -3/+3 |
| * | Better documentation of the classless-static-routes option. |  matthieu | 2018-02-28 | 1 | -2/+10 |
| * | do not claim that this is isc dhcpd (but retain credit); |  jmc | 2017-08-29 | 1 | -7/+8 |
| * | Remove unused structs and defines, from Edgar Pettijohn. ok jca@ |  rob | 2017-08-04 | 1 | -40/+1 |
| * | Removed unused struct, also noticed by Edgar Pettijohn. ok jca@, krw@ |  rob | 2017-07-31 | 1 | -6/+1 |
| * | Handle DHCPINFORM from clients behind a DHCP relay. |  reyk | 2017-07-11 | 1 | -2/+2 |
| * | remove a contradictory sentence (see dhcp-options(5)) which claims |  jmc | 2017-06-28 | 1 | -5/+2 |
| * | remove some repetitive text chunks; ok krw |  jmc | 2017-04-26 | 1 | -129/+69 |
| * | a little more consistent text for previous; ok krw |  jmc | 2017-04-24 | 1 | -5/+5 |
| * | Add 'echo-client-id' statment, so that RFC 6842 behaviour can be |  krw | 2017-04-24 | 6 | -9/+42 |
| * | Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been |  natano | 2017-04-19 | 1 | -2/+2 |
| * | Tweak parameters to decode_*, add a check or two, and thus gain most of the |  krw | 2017-04-18 | 3 | -23/+23 |
| * | After 11 years of pondering about it I think that brookdavis@freebsd.org |  krw | 2017-04-18 | 1 | -3/+3 |
| * | Use better types for checksum() parameters and local var from |  krw | 2017-04-17 | 2 | -8/+5 |
| * | Remove a bunch of obsolete, unused and irrelevant DHCP client types, fields, |  krw | 2017-04-13 | 1 | -102/+1 |
| * | Inspired by recent dhcrelay changes, bring in stricter CFLAGS! |  krw | 2017-04-12 | 1 | -1/+4 |
| * | One 'foo' per function is enough. Rename one to eliminate shadowing. |  krw | 2017-04-12 | 1 | -5/+5 |
| * | Add missing function prototypes. Mark kw_cmp() as static like all |  krw | 2017-04-12 | 2 | -3/+6 |
| * | From a syslog perspective it does not make sense to log fatal and |  bluhm | 2017-03-21 | 1 | -6/+6 |
| * | Bring parse_warn() into the log.[ch] 21st century and adopt the "^" |  krw | 2017-02-16 | 3 | -35/+15 |
| * | Adopt the common verbiage other log.[ch] daemons use to describe '-d'. |  krw | 2017-02-15 | 1 | -22/+8 |
| * | Eliminate pointless'%m' (a.k.a. hand rolled strerror()) by using fatal() and |  krw | 2017-02-13 | 12 | -95/+53 |
| * | Adjust some long lines. |  krw | 2017-02-13 | 13 | -146/+175 |
| * | Do the strerror() elimination dance with log_warnx() -> log_warn(), |  krw | 2017-02-13 | 4 | -25/+20 |
| * | Banished to the attic. |  krw | 2017-02-13 | 1 | -202/+0 |
| * | Switch from old errwarn.c logging to shiny new log.[ch]. |  krw | 2017-02-13 | 23 | -247/+544 |
| * | Move parse_warning() into parse.c to prepare to replace errwarn.c |  krw | 2017-02-11 | 3 | -56/+63 |
| * | Appropriately replace "domain name" with "hostname"; less misleading |  jca | 2017-02-04 | 1 | -10/+10 |