Age | Commit message (Expand) | Author |
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 |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado |
2015-06-27 | Do not send routers (option 3) or static routes (option 33) when | Kenneth R Westerback |
2015-06-11 | Don't do manual whitespace adjustments inside semantic macros, | Ingo Schwarze |
2015-06-02 | write Mobile IP{,v6} in a consistent way, as given in RFCs 5944 and 6275. | Igor Sobrado |
2015-05-18 | Tweak parsing so that hostnames starting with 0-9 are accepted. | Kenneth R Westerback |
2015-05-02 | Hoist common assignments out of a series of if/if-else statements | Kenneth R Westerback |
2015-05-02 | Correct switch between current and previous line buffers when | Kenneth R Westerback |
2015-04-15 | Avoid using inet_ntoa() twice in a single printf() parameter list | Kenneth R Westerback |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-02-10 | Keep track of the last time we scanned the leases to find expired | Kenneth R Westerback |
2015-02-07 | Close appropriate ends of pfpipe. Lets pf table process die when dhcpd | Kenneth R Westerback |
2015-02-05 | The pf table process should die if the pipe to the dhcpd process is | Kenneth R Westerback |
2015-01-21 | Include <netinet/in.h> before <net/pfvar.h>. In a future change when | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-22 | /dev/random has created the same effect as /dev/arandom (and /dev/urandom) | Theo de Raadt |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley |
2014-11-11 | Tweak the the DHCPACK to DHCPINFORM log entry so that it is | Kenneth R Westerback |
2014-11-10 | Typo: consitent -> consistent. | Kenneth R Westerback |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-10-08 | use reallocarray() to cope with multiplicative integer overflow; ok doug | Theo de Raadt |
2014-08-18 | Variables to count seen packets should be unsigned. | Tobias Stoeckmann |
2014-08-11 | validate len field for proper length, not just "not zero." | Tobias Stoeckmann |
2014-07-28 | Fix memory exhaustion occurring on DHCP options with 0 length. | Tobias Stoeckmann |
2014-07-26 | Fix very hard to reach DoS attack vector, which would involve more than | Tobias Stoeckmann |
2014-07-11 | Fix DHCPINFORM not to lookup the lease database, not to fill the yiaddr | YASUOKA Masahiko |
2014-07-11 | tweak previous; | Jason McIntyre |