7e6947b279
Changes: * --noption requires an argument * optimise the ARP BPF filter, thanks to Nate Karstens * send gratuitous ARP each time we apply our IP address * fix truncation of hostnames based on the short hostname option * improve routing and address management by always loading all interfaces, routes and addresses even for interfaces we are not directly working on * timezone, lookup-hostname, wpa_supplicant and YP hooks are no longer installed by default but are installed to an example directory * fix compile on kFreeBSD thanks to Christoph Egger for providing a temporary build host * improve error logging of packet parsing * fix ignoring routing messages generated by dhcpcd just before forking * fix handling of rapid commit messages (allow ACK after DISCOVER) * add PROBE state so we can easily reject DHCP messages received during the ARP probe phase * fix CVE-2016-1503 * fix CVE-2016-1504 PR: 206015 Submitted by: Roy Marples <roy@marples.name> (maintainer) Security: CVE-2016-1504 Security: CVE-2016-1503 Security: https://vuxml.FreeBSD.org/freebsd/df587aa2-b5a5-11e5-9728-002590263bf5.html MFH: 2016Q1
15 lines
477 B
Text
15 lines
477 B
Text
@sample etc/dhcpcd.conf.sample
|
|
libexec/dhcpcd-hooks/01-test
|
|
libexec/dhcpcd-hooks/02-dump
|
|
libexec/dhcpcd-hooks/20-resolv.conf
|
|
libexec/dhcpcd-hooks/30-hostname
|
|
libexec/dhcpcd-hooks/50-ntp.conf
|
|
libexec/dhcpcd-run-hooks
|
|
man/man5/dhcpcd.conf.5.gz
|
|
man/man8/dhcpcd-run-hooks.8.gz
|
|
man/man8/dhcpcd.8.gz
|
|
sbin/dhcpcd
|
|
share/examples/dhcpcd/hooks/10-wpa_supplicant
|
|
share/examples/dhcpcd/hooks/15-timezone
|
|
share/examples/dhcpcd/hooks/29-lookup-hostname
|
|
share/examples/dhcpcd/hooks/50-ypbind
|