Age | Commit message (Expand) | Author |
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 |
2013-01-13 | Tweak whitespace, add missing #defines, use DHO_RELAY_AGENT_INFORMATION | Kenneth R Westerback |
2013-01-13 | Add DHO_ defines for all known options. Use same names as ISC where | Kenneth R Westerback |
2013-01-05 | Check UDP length field for short as well as long values. Fixes a | Kenneth R Westerback |
2013-01-03 | Don't mention the (incorrect) option number of autoproxy-script, since | Kenneth R Westerback |
2013-01-02 | Rework to simply list all options in alphabetical order. Functional | Kenneth R Westerback |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-08-29 | update the rfc references; ok krw | Jason McIntyre |
2011-11-12 | Zero option processing stack storage to prevent stack garbage that | Kenneth R Westerback |
2010-12-23 | Use the provided note() and warning() functions of dhcpd instead of | Claudio Jeker |
2010-12-15 | We run getopt() twice to know if dhcp-sync is used. To make this work | Claudio Jeker |
2010-11-19 | Prevent dhcpd(8) from trying to listen on interfaces that don't have a | Antoine Jacoutot |
2010-10-08 | use the right capitalization in the Nd strings. | Igor Sobrado |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-04-19 | If interfaces are specified, get their rdomain and bind dhcpd into the same | Claudio Jeker |
2010-04-02 | plug memory leaks on error paths | zinovik |
2010-03-29 | Initialize 'flags' field of tree_cache stack variables to 0. Paranoia. | Kenneth R Westerback |
2010-03-29 | Always put server id in NAK's to requests. Some router/switches | Kenneth R Westerback |
2010-03-27 | malloc/strlcpy -> strdup. Use consistent idiom. | Kenneth R Westerback |
2010-01-03 | unused prototype | Theo de Raadt |
2010-01-02 | Eliminate all uses of dmalloc() where the returned pointer | Kenneth R Westerback |
2010-01-01 | Eliminate all uses of dfree() where the pointer is either dereferenced | Kenneth R Westerback |
2010-01-01 | Wrappers around a wrapper around free() are of no more use than | Kenneth R Westerback |
2010-01-01 | A slightly more complex calloc() wrapper wrapper, new_hash_table(), | Kenneth R Westerback |
2010-01-01 | Another calloc() wrapper wrapper, new_tree(), bites the dust. | Kenneth R Westerback |
2010-01-01 | Two more calloc() wrapper wrappers, new_shared_network() and | Kenneth R Westerback |
2010-01-01 | Single-use wrapper functions that just call a wrapper function | Kenneth R Westerback |
2010-01-01 | Delete unused declarations. | Kenneth R Westerback |
2010-01-01 | Plug a potential leak similar to the one parfait spotted and Theo | Kenneth R Westerback |
2009-12-14 | Just like dhclient(8), we use the bpf filter drop to prevent | Marco Pfatschbacher |
2009-12-10 | plug memory leak, spotted by parfait; ok krw | Theo de Raadt |
2009-09-14 | fix typo; ok jmc@ | Ingo Schwarze |