summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/options.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adjust some long lines.krw2017-02-131-4/+7
* Switch from old errwarn.c logging to shiny new log.[ch].krw2017-02-131-9/+10
* Replace bzero(3) with memset(3)mestre2016-11-151-3/+3
* Zap stray whitespace.krw2016-10-041-4/+4
* Don't leak the option data of non-DHCPINFORM messages received onkrw2016-08-051-9/+2
* Eliminate #include inside *.h files and include only needed headers inkrw2016-02-061-2/+13
* Do not send routers (option 3) or static routes (option 33) whenkrw2015-06-271-1/+27
* Fix memory exhaustion occurring on DHCP options with 0 length.tobias2014-07-281-3/+2
* Add -u option to bind UDP port as a socket to answer DHCPINFORM fromyasuoka2014-07-111-1/+9
* Eliminate all uses of dmalloc() where the returned pointerkrw2010-01-021-4/+4
* Eliminate all uses of dfree() where the pointer is either dereferencedkrw2010-01-011-4/+3
* Sigh. Some clients can't handle three DHO_PAD options holding spacekrw2008-11-141-10/+21
* Some clients don't parse a DHO_DHCP_OPTION_OVERLOAD option the waykrw2008-11-081-12/+14
* bzero' the option buffer with the correct buffer size. this fixesreyk2008-09-101-4/+5
* Redo/clarify the logic for storing options in the various buffers.krw2008-04-161-70/+73
* Call store_options() with correct cutoff values, i.e. ones not 7 byteskrw2008-01-181-3/+3
* More tweaking of option processing, this time around the creation ofkrw2007-10-291-50/+68
* Rework option storing so the code is readable, and eliminate oddkrw2007-10-271-78/+70
* Take even more care to ensure the max message size is atkrw2007-10-211-5/+5
* Last bit of (planned) tidy up in cons_options(). Join some lines,krw2007-10-211-19/+14
* Tidy up, make usual case exit faster, eliminate variable. No functionalkrw2007-10-211-37/+39
* Make sure bufix is updated after copying options into the first overflowkrw2007-10-191-2/+3
* Be a bit more paranoid and initialize all valid options buffers withkrw2007-10-191-6/+8
* Fix obvious typos and write DHO_PAD and DHO_END into correct options overflowkrw2007-10-191-3/+3
* Correct the value returned by cons_options in the case where overload bufferskrw2007-10-191-2/+2
* Ensure that main_buffer_size is set to a value less than or equal tokrw2007-10-191-3/+3
* "Minimum IP MTU" means what it says. Ensure that packets returned bykrw2007-10-091-2/+5
* typo in commentstevesk2006-12-151-2/+2
* remove unused #defines; no binary changestevesk2006-12-121-2/+1
* spelling fixes; ok jmc@ henning@david2004-09-211-2/+2
* avoid aliasing with libc functions; ok henningderaadt2004-09-161-8/+8
* remove DEBUG_PACKET stuff; henning okderaadt2004-05-041-248/+1
* remove things not used, spotted by lint mostly; ok henningderaadt2004-05-041-1/+3
* the ones from dhclient do, and they're already KNF'd and annsified...henning2004-04-141-364/+360
* may the whacking beginhenning2004-04-131-0/+742