Age | Commit message (Expand) | Author |
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 |
2014-07-11 | Fix typo | YASUOKA Masahiko |
2014-07-11 | Add -u option to bind UDP port as a socket to answer DHCPINFORM from | YASUOKA Masahiko |
2014-07-09 | Fix classless-{ms-,}static-routes to comply RFC 3442. Number of | YASUOKA Masahiko |
2014-06-11 | Prettify & refactor, no functional change. | Martin Pelikan |
2014-05-07 | back out the previous ICMP simplifying diff, it caused livelocks. | Martin Pelikan |
2014-05-05 | Don't call the BOOTP handler indirectly. | Martin Pelikan |
2014-05-05 | Don't call the ICMP handler indirectly + clean up a bit. | Martin Pelikan |
2014-02-08 | Create dhclient lease files and dhcpd lease files with permissions 0640, | Kenneth R Westerback |
2014-01-21 | sort; | Jason McIntyre |
2014-01-21 | Add parsing for options 121 (classless-static-routes) and 249 | Kenneth R Westerback |
2014-01-03 | consistent Nd lines for the various dhcp bits; help/ok krw | Jason McIntyre |
2013-12-18 | Two 'break;'s in a row seems excessive. | Kenneth R Westerback |
2013-12-05 | Stop pretending we still support FDDI or token ring hardware types. | Kenneth R Westerback |
2013-12-05 | Nuke local #define ETHER_HEADER_SIZE and use the identical value'd | Kenneth R Westerback |
2013-11-22 | unsigned char cast for some ctype calls | Theo de Raadt |
2013-10-21 | Use the provided netmask on the subnet value provided in 'subnet' | Kenneth R Westerback |
2013-10-19 | fix a few obvious .Ar markup errors (unfortunately, there are many more) | Ingo Schwarze |
2013-10-18 | Scattering a few bcopy()'s around source using mostly memcpy() is just | Kenneth R Westerback |
2013-10-18 | %d -> %lld, add (long long) cast to time_t variables. Make guenther | Kenneth R Westerback |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-07-16 | simplify some icky macros; from Jan Stary, tweaked by me | Jason McIntyre |
2013-07-15 | remove non-standard section: it does nothing for this page; | Jason McIntyre |
2013-07-14 | merge the relevant bits of dhcp(8) into dhclient(8) and dhcpd(8), | Jason McIntyre |
2013-07-11 | update (or add) STANDARDS; | Jason McIntyre |
2013-06-04 | Fix "\" escape handling in read_string(). | Kenneth R Westerback |
2013-05-16 | poll(2) might have slept for an arbitrary amount of time. We should | Gerhard Roth |
2013-04-22 | When sync'ing, look for lease by hwaddr and then ipaddr. Not hwaddr | Kenneth R Westerback |
2013-04-20 | Remove extraneous "\n" erroneously introduced by move to strftime(). | Kenneth R Westerback |
2013-04-19 | Log (at LOG_INFO) which interfaces dhcpd listens to and (as suggested by | Stuart Henderson |
2013-04-17 | Replace hand-rolled date printing/parsing code with strftime()/strptime(). | Kenneth R Westerback |
2013-04-13 | Give struct dhcp_synctlv_lease fields a prefix (lv_) as the fields | Kenneth R Westerback |
2013-04-13 | Don't dance with errno, just check the return values of fprintf(), | Kenneth R Westerback |
2013-04-12 | Unbreak lease synchronization by making the sync header contain the | Kenneth R Westerback |
2013-04-05 | send_packet() and writev() return ssize_t, not int. Use correct | Kenneth R Westerback |
2013-03-22 | RFC 2131 4.3.1 seems clear that a server MUST NOT include the | Kenneth R Westerback |
2013-03-11 | RFC 2131 says don't ACK any REQUEST messages that contain a | Kenneth R Westerback |
2013-02-14 | Obey RFC 2131 and when the broadcast flag is set send reply back | Kenneth R Westerback |
2013-02-03 | Remove unused (a.k.a. always passed NULL) parameter 'data' from | Kenneth R Westerback |