summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd/options.c
AgeCommit message (Expand)Author
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
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-10bzero' the option buffer with the correct buffer size. this fixesReyk Floeter
2008-04-16Redo/clarify the logic for storing options in the various buffers.Kenneth R Westerback
2008-01-18Call store_options() with correct cutoff values, i.e. ones not 7 bytesKenneth R Westerback
2007-10-29More tweaking of option processing, this time around the creation ofKenneth 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
2007-10-19Make sure bufix is updated after copying options into the first overflowKenneth R Westerback
2007-10-19Be a bit more paranoid and initialize all valid options buffers withKenneth R Westerback
2007-10-19Fix obvious typos and write DHO_PAD and DHO_END into correct options overflowKenneth R Westerback
2007-10-19Correct the value returned by cons_options in the case where overload buffersKenneth R Westerback
2007-10-19Ensure that main_buffer_size is set to a value less than or equal toKenneth R Westerback
2007-10-09"Minimum IP MTU" means what it says. Ensure that packets returned byKenneth R Westerback
2006-12-15typo in commentKevin Steves
2006-12-12remove unused #defines; no binary changeKevin Steves
2004-09-21spelling fixes; ok jmc@ henning@David Krause
2004-09-16avoid aliasing with libc functions; ok henningTheo de Raadt
2004-05-04remove DEBUG_PACKET stuff; henning okTheo de Raadt
2004-05-04remove things not used, spotted by lint mostly; ok henningTheo de Raadt
2004-04-14the ones from dhclient do, and they're already KNF'd and annsified...Henning Brauer
2004-04-13may the whacking beginHenning Brauer