index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
dhcpd
/
options.c
Age
Commit message (
Expand
)
Author
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
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-10
bzero' the option buffer with the correct buffer size. this fixes
Reyk Floeter
2008-04-16
Redo/clarify the logic for storing options in the various buffers.
Kenneth R Westerback
2008-01-18
Call store_options() with correct cutoff values, i.e. ones not 7 bytes
Kenneth R Westerback
2007-10-29
More tweaking of option processing, this time around the creation of
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
2007-10-19
Make sure bufix is updated after copying options into the first overflow
Kenneth R Westerback
2007-10-19
Be a bit more paranoid and initialize all valid options buffers with
Kenneth R Westerback
2007-10-19
Fix obvious typos and write DHO_PAD and DHO_END into correct options overflow
Kenneth R Westerback
2007-10-19
Correct the value returned by cons_options in the case where overload buffers
Kenneth R Westerback
2007-10-19
Ensure that main_buffer_size is set to a value less than or equal to
Kenneth R Westerback
2007-10-09
"Minimum IP MTU" means what it says. Ensure that packets returned by
Kenneth R Westerback
2006-12-15
typo in comment
Kevin Steves
2006-12-12
remove unused #defines; no binary change
Kevin Steves
2004-09-21
spelling fixes; ok jmc@ henning@
David Krause
2004-09-16
avoid aliasing with libc functions; ok henning
Theo de Raadt
2004-05-04
remove DEBUG_PACKET stuff; henning ok
Theo de Raadt
2004-05-04
remove things not used, spotted by lint mostly; ok henning
Theo de Raadt
2004-04-14
the ones from dhclient do, and they're already KNF'd and annsified...
Henning Brauer
2004-04-13
may the whacking begin
Henning Brauer