summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd
AgeCommit message (Expand)Author
2010-10-08use the right capitalization in the Nd strings.Igor Sobrado
2010-07-03Fix the naming of interfaces and variables for rdomains and rtablesPhilip Guenthe
2010-04-19If interfaces are specified, get their rdomain and bind dhcpd into the sameClaudio Jeker
2010-04-02plug memory leaks on error pathszinovik
2010-03-29Initialize 'flags' field of tree_cache stack variables to 0. Paranoia.Kenneth R Westerback
2010-03-29Always put server id in NAK's to requests. Some router/switchesKenneth R Westerback
2010-03-27malloc/strlcpy -> strdup. Use consistent idiom.Kenneth R Westerback
2010-01-03unused prototypeTheo de Raadt
2010-01-02Eliminate all uses of dmalloc() where the returned pointerKenneth R Westerback
2010-01-01Eliminate all uses of dfree() where the pointer is either dereferencedKenneth R Westerback
2010-01-01Wrappers around a wrapper around free() are of no more use thanKenneth R Westerback
2010-01-01A slightly more complex calloc() wrapper wrapper, new_hash_table(),Kenneth R Westerback
2010-01-01Another calloc() wrapper wrapper, new_tree(), bites the dust.Kenneth R Westerback
2010-01-01Two more calloc() wrapper wrappers, new_shared_network() andKenneth R Westerback
2010-01-01Single-use wrapper functions that just call a wrapper functionKenneth R Westerback
2010-01-01Delete unused declarations.Kenneth R Westerback
2010-01-01Plug a potential leak similar to the one parfait spotted and TheoKenneth R Westerback
2009-12-14Just like dhclient(8), we use the bpf filter drop to preventMarco Pfatschbacher
2009-12-10plug memory leak, spotted by parfait; ok krwTheo de Raadt
2009-09-14fix typo; ok jmc@Ingo Schwarze
2009-09-01Echo back the Relay Agent Information option if present (RFC 3046).Reyk Floeter
2009-08-01subnet-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-13add option 150, voip-configuration-server, as an array of IP addresses;Stuart Henderson
2008-11-14Sigh. Some clients can't handle three DHO_PAD options holding spaceKenneth R Westerback
2008-11-08Some clients don't parse a DHO_DHCP_OPTION_OVERLOAD option the wayKenneth R Westerback
2008-09-15When checking if a syscall like open(), ioctl() or writev() failed compareClaudio Jeker
2008-09-10bzero' the option buffer with the correct buffer size. this fixesReyk Floeter
2008-07-21Initial stab at DHCPINFORM support. OK phessler@Todd C. Miller
2008-05-30correct size of iov[]; ralf.horstmann@gmx.deTheo de Raadt
2008-05-29appease stupid stupid gcc; ok millertTheo de Raadt
2008-05-25Don't error out if dhcpd-sync does not exist in /etc/services and noTodd C. Miller
2008-05-11fix sync.c to not puke if sync_lease called without sync_init.Bob Beck
2008-05-08Insert pad blocks after sub-messages to keep the structures aligned toTheo de Raadt
2008-05-08this should really only be in one file.Bob Beck
2008-05-08don't break dhcpd when not using synch mechanisms..Bob Beck
2008-05-07Add synchronisation support for dhcpd - this allows for two dhcpd'sBob Beck
2008-04-16Redo/clarify the logic for storing options in the various buffers.Kenneth R Westerback
2008-04-04option 144 is commonly used for tftp-config-file.David Gwynne
2008-03-17option 252 is generally used to specify an autoproxy-script on a subnet.David Gwynne
2008-01-18Call store_options() with correct cutoff values, i.e. ones not 7 bytesKenneth R Westerback
2007-12-30add missing space between argument names and ellipsisIgor Sobrado
2007-12-23for "fixed-address", note that no lease is generated; after someJason McIntyre
2007-12-23remove double word in comment;Jason McIntyre
2007-10-29More tweaking of option processing, this time around the creation ofKenneth R Westerback
2007-10-28Remove duplicate DHO_HOST_NAME entry and add missingKenneth R Westerback
2007-10-27Rework option storing so the code is readable, and eliminate oddKenneth R Westerback
2007-10-21Take even more care to ensure the max message size is atKenneth R Westerback
2007-10-21Last bit of (planned) tidy up in cons_options(). Join some lines,Kenneth R Westerback
2007-10-21Tidy up, make usual case exit faster, eliminate variable. No functionalKenneth R Westerback