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
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