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
/
sbin
/
dhclient
/
options.c
Age
Commit message (
Expand
)
Author
2012-11-08
Remove confusing extra address abstraction 'struct iaddr'. Just use
Kenneth R Westerback
2012-11-07
Use memset() consistently rather than tossing in a few bzero()'s.
Kenneth R Westerback
2012-10-27
Change dhclient.conf directive 'ignore' to take a list of option names
Kenneth R Westerback
2012-06-26
Add some more paranoia and make code clearer. Check that the required
Kenneth R Westerback
2012-06-26
RFC 2132 says "Options containing NVT ASCII data SHOULD NOT include
Kenneth R Westerback
2011-05-11
Make dhclient more friendly to sequential option processing by
Kenneth R Westerback
2011-04-17
fix a possible division by zero if a server sends us a broken option
Peter Hessler
2009-03-10
Add 6-byte MAC address to the log entries for DHCP ACK/NAK/OFFER.
Kenneth R Westerback
2007-06-02
safer snprintf construct with more paranoid length calculation
Peter Valchev
2007-05-31
fix a funny memory miscalculation bug in options parsing
Peter Valchev
2007-02-14
spacing and a typo that fell out of the read
Theo de Raadt
2007-01-25
Cleanup some more code. Eliminate dhcp(), bootp(), parse_options() by
Kenneth R Westerback
2007-01-16
More cleanup. Eliminate 'struct packet' by cleverly passing as
Kenneth R Westerback
2007-01-14
Don't treat any packet with an invalid option buffer or an invalid
Kenneth R Westerback
2007-01-11
Reject all packets with an option claiming to extend past the end of
Kenneth R Westerback
2007-01-06
Fix options parsing. Last commit lost the proper length of the
Kenneth R Westerback
2007-01-04
Another round of cleanup. There is only one instance of struct
Kenneth R Westerback
2006-12-26
Our dhclient only handles one interface. Simplify code by using the
Kenneth R Westerback
2006-12-15
typo in comment
Kevin Steves
2005-08-22
Fix problems with some Linksys DHCP servers (and probably others) by
Kenneth R Westerback
2005-07-16
back out last; breaks in cases where we want hex and the last byte is 0
Henning Brauer
2005-07-15
let pretty_print_option() handle trailing nul bytes correctly (i. e. don't
Henning Brauer
2005-07-13
spacing
Theo de Raadt
2005-07-13
Repair/rationalize option handling to ensure valid option section is
Kenneth R Westerback
2005-07-09
Clean out a few more unused/uninitialized variables.
Kenneth R Westerback
2005-07-08
More dead and moribund code removal/cleanup. This time unused parameters
Kenneth R Westerback
2005-07-08
Eliminate unused code and associated parameters.
Kenneth R Westerback
2005-07-07
Eliminate unused code and associated parameter.
Kenneth R Westerback
2005-07-07
Eliminate tree_cache structure in favour of option_data. Eliminate
Kenneth R Westerback
2004-12-26
snprintf return value paranoia; henning ok
Theo de Raadt
2004-11-02
delint gunk approved by otto a while back
Theo de Raadt
2004-09-21
spelling fixes; ok jmc@ henning@
David Krause
2004-09-15
no \n in error() calls and minor KNF, from Moritz Jodeit <moritz@jodeit.org>
Henning Brauer
2004-05-06
remove more unused code
Theo de Raadt
2004-05-04
do not overload libc function names causing linker troubles
Michael Shalayeff
2004-05-04
remove things not used, spotted by lint mostly; ok henning
Theo de Raadt
2004-04-14
get rif of the few dmalloc/dfree occurances that were left
Henning Brauer
2004-03-02
more pruning; henning ok
Theo de Raadt
2004-02-24
zap more unused crap
Henning Brauer
2004-02-07
KNF
Henning Brauer
2004-02-07
more KNF From: Emil Mikulic <emikulic@dmr.ath.cx>
Henning Brauer
2004-02-06
more Knall & Rauch -> ANSI C, KNF and stuff that makes this a bit more
Henning Brauer
2004-02-04
$OpenBSD$, tedu
Henning Brauer
2004-01-18
this is where dhclient will start surgery
Theo de Raadt