Age | Commit message (Expand) | Author |
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 |
2017-02-04 | Appropriately replace "domain name" with "hostname"; less misleading | Jeremie Courreges-Anglas |
2016-11-15 | Replace bzero(3) with memset(3) | Ricardo Mestre |
2016-10-24 | Compare server-identifiers and reject packets only *after* applying | Kenneth R Westerback |
2016-10-21 | - Use memset(*b, 0, len) instead of bzero(*b, len) | Ricardo Mestre |
2016-10-12 | client_identifier is not a string so using strlen() on it is | Kenneth R Westerback |
2016-10-10 | Stop pretending we use RFC 3046/Option 82/Relay Agent Information. | Kenneth R Westerback |
2016-10-06 | Add support for RFC 6842. RFC 2131 said the server MUST NOT echo | Kenneth R Westerback |
2016-10-05 | Use consistant idiom (intermediate variable 'i' rather than repeated | Kenneth R Westerback |
2016-10-04 | Zap stray whitespace. | Kenneth R Westerback |
2016-08-27 | Pull in <time.h> for one or more of gmtime, strftime, strptime, time, | Philip Guenther |
2016-08-17 | KNF and clean up many comments. | Kenneth R Westerback |
2016-08-17 | Ansify function definitions. | Kenneth R Westerback |
2016-08-05 | Don't leak the option data of non-DHCPINFORM messages received on | Kenneth R Westerback |
2016-05-28 | Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...). | Martin Natano |
2016-04-27 | Remove pledge(2)'s that are called before chroot(2) since in the near future | Ricardo Mestre |
2016-04-04 | In udpsockmode codepath dhcpd.c had the promise route for pledge(2) but it was | Ricardo Mestre |
2016-02-08 | sys/param.h -> sys/types.h. No need to drag in nitems() only to | Kenneth R Westerback |
2016-02-07 | avoid a use after free when parsing address ranges from a config | Jonathan Gray |
2016-02-06 | Eliminate #include inside *.h files and include only needed headers in | Kenneth R Westerback |
2016-02-03 | be very careful accepting packets via bpf. First check that the | Kenneth R Westerback |
2015-12-21 | remove NULL-checks before free() | mmcc |
2015-12-14 | pledge. | Kenneth R Westerback |
2015-12-11 | Actually use default-lease-time, max-lease-time, bootp-lease-length | Kenneth R Westerback |
2015-09-14 | Avoid .Ns right after .Pf, it's pointless. | Ingo Schwarze |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |