Age | Commit message (Expand) | Author |
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 |
2009-09-01 | Echo back the Relay Agent Information option if present (RFC 3046). | Reyk Floeter |
2009-08-01 | subnet-number and netmask could be ip addresses only. | Federico G. Schwindt |
2009-02-01 | "Ethernet" is a family of networking technologies developed at Xerox PARC, | Igor Sobrado |
2009-01-13 | add option 150, voip-configuration-server, as an array of IP addresses; | Stuart Henderson |
2008-11-14 | Sigh. Some clients can't handle three DHO_PAD options holding space | Kenneth R Westerback |
2008-11-08 | Some clients don't parse a DHO_DHCP_OPTION_OVERLOAD option the way | Kenneth R Westerback |
2008-09-15 | When checking if a syscall like open(), ioctl() or writev() failed compare | Claudio Jeker |
2008-09-10 | bzero' the option buffer with the correct buffer size. this fixes | Reyk Floeter |
2008-07-21 | Initial stab at DHCPINFORM support. OK phessler@ | Todd C. Miller |
2008-05-30 | correct size of iov[]; ralf.horstmann@gmx.de | Theo de Raadt |
2008-05-29 | appease stupid stupid gcc; ok millert | Theo de Raadt |
2008-05-25 | Don't error out if dhcpd-sync does not exist in /etc/services and no | Todd C. Miller |
2008-05-11 | fix sync.c to not puke if sync_lease called without sync_init. | Bob Beck |
2008-05-08 | Insert pad blocks after sub-messages to keep the structures aligned to | Theo de Raadt |
2008-05-08 | this should really only be in one file. | Bob Beck |
2008-05-08 | don't break dhcpd when not using synch mechanisms.. | Bob Beck |
2008-05-07 | Add synchronisation support for dhcpd - this allows for two dhcpd's | Bob Beck |
2008-04-16 | Redo/clarify the logic for storing options in the various buffers. | Kenneth R Westerback |
2008-04-04 | option 144 is commonly used for tftp-config-file. | David Gwynne |
2008-03-17 | option 252 is generally used to specify an autoproxy-script on a subnet. | David Gwynne |
2008-01-18 | Call store_options() with correct cutoff values, i.e. ones not 7 bytes | Kenneth R Westerback |
2007-12-30 | add missing space between argument names and ellipsis | Igor Sobrado |
2007-12-23 | for "fixed-address", note that no lease is generated; after some | Jason McIntyre |
2007-12-23 | remove double word in comment; | Jason McIntyre |
2007-10-29 | More tweaking of option processing, this time around the creation of | Kenneth R Westerback |
2007-10-28 | Remove duplicate DHO_HOST_NAME entry and add missing | Kenneth R Westerback |
2007-10-27 | Rework option storing so the code is readable, and eliminate odd | Kenneth R Westerback |
2007-10-21 | Take even more care to ensure the max message size is at | Kenneth R Westerback |
2007-10-21 | Last bit of (planned) tidy up in cons_options(). Join some lines, | Kenneth R Westerback |
2007-10-21 | Tidy up, make usual case exit faster, eliminate variable. No functional | Kenneth R Westerback |