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
/
tables.c
Age
Commit message (
Expand
)
Author
2017-07-07
Replace the many occurances of '256' with a new #define
Kenneth R Westerback
2016-02-06
Eliminate #include inside *.h files and include only needed headers in
Kenneth R Westerback
2015-10-26
Give dhclient(8) the ability to use option 119, a.k.a. "Domain
Kenneth R Westerback
2014-01-21
Add parsing for options 121 (classless-static-routes) and 249
Kenneth R Westerback
2014-01-19
We don't have any (and I can't find elsewhere) signed 16 bit or
Kenneth R Westerback
2013-06-09
Re-apply static route and classless static route support -- this time
Kenneth R Westerback
2013-06-09
Backout static/classless route handling and default route refactoring
Kenneth R Westerback
2013-06-04
Add support for static routes option (33) and classless static
Kenneth R Westerback
2013-05-02
Bunch of comment/whitespace cleanup. Eliminate some misleading or
Kenneth R Westerback
2013-01-02
Sync dhcpd and dhclient list of dhcp options. There's only one
Kenneth R Westerback
2005-07-16
fix printing of hostname, from brooks davis via jmc
Henning Brauer
2005-07-16
Eliminate unnecessary 'code' field from struct option. Make
Kenneth R Westerback
2005-07-13
Repair/rationalize option handling to ensure valid option section is
Kenneth R Westerback
2005-07-11
Expunge unused hashing code and variables.
Kenneth R Westerback
2005-07-09
Clean out a few more unused/uninitialized variables.
Kenneth R Westerback
2005-07-09
Since we never add more than the default dhcp_universe, expunge the
Kenneth R Westerback
2005-07-08
More dead and moribund code removal/cleanup. This time unused parameters
Kenneth R Westerback
2004-05-04
remove things not used, spotted by lint mostly; ok henning
Theo de Raadt
2004-02-07
more KNF From: Emil Mikulic <emikulic@dmr.ath.cx>
Henning Brauer
2004-02-04
$OpenBSD$, tedu
Henning Brauer
2004-01-18
this is where dhclient will start surgery
Theo de Raadt