Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
dhcp: A DHCP (Dynamic Host Configuration Protocol) server and relay agent.
- 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. The dhcp package includes the
ISC DHCP service and relay agent.
To use DHCP on your network, install a DHCP service (or relay agent),
and on clients run a DHCP client daemon. The dhcp package provides
the ISC DHCP service and relay agent.
Changelog
- * Tue Feb 15 18:00:00 2005 Jason Vas Dias <jvdias{%}redhat{*}com> 3.0.1-38_EL4
- 'Wl,-z,relro' is now OK with elflint - adding back in.
- fix verification of config file with -cf in DHCPDARGS.
- * Tue Feb 15 18:00:00 2005 Jason Vas Dias <jvdias{%}redhat{*}com> 3.0.1-38_EL
- Still trying to get past broken execshield tests.
- Now added "BROKEN_GCC" switch to dhcpd.h to make binding_state_t
- lease members into uint8_t's to overcome gcc bug 144358 so that
- gcc-3.4.3 can be used. Added '-Wl,-z,noexecstack' option to all
- executable link options.
- * Mon Feb 14 18:00:00 2005 Jason Vas Dias <jvdias{%}redhat{*}com> 3.0.1-36_EL
- compile with gcc32, link with gcc(3.4.3) to overcome gcc(3.4.3)'s
- compilation bug (gcc bug 144358) and gcc32's lack of production of a
- .note.GNU-stack section on ia64 and ppc64 which causes the execshield
- rpmdiff tests to fail. Ugh!