Jump to letter: [
4BCDEFGHIJKLMNOPRSTUVWXY
]
dhclient: Development headers and libraries for interfacing to the DHCP server
- Summary
- DHCP (Dynamic Host Configuration Protocol) is a protocol which allows
individual devices on an IP network to get their own network
configuration information (IP address, subnetmask, broadcast address,
etc.) from a DHCP server. The overall purpose of DHCP is to make it
easier to administer a large network.
To use DHCP on your network, install a DHCP service (or relay agent),
and on clients run a DHCP client daemon. The dhclient package
provides the ISC DHCP client daemon.
Changelog
- * Mon Jul 6 19:00:00 2009 David Cantrell <dcantrell{%}redhat{*}com> 7:3.0.1-10.2_EL3
- Make sure fix for #507734 is included
Related: rhbz#507734
- * Wed Jun 24 19:00:00 2009 David Cantrell <dcantrell{%}redhat{*}com> 7:3.0.1-10.1_EL3
- Fix for CVE-2009-0692
Resolves: rhbz#507734
- * Wed Oct 6 19:00:00 2004 Jason Vas Dias <jvdias{%}redhat{*}com> 7:3.0.1-10_EL3
- dhcp-3.0.2b1 came out today. A diff of the 'ack_lease' function
- Dave Hankins and I patched exposed a missing '!' on an if clause
- that got dropped with the 'new-host' patch. Replacing the '!' .
- Also found one missing host_dereference.