CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2015/08/31 15:32:07
Modified files: sbin/dhclient : dhclient.c Log message: Support deviant but historically blessed practice of accepting multiple domain names in dhcp option 15 (Domain Name). This allows resolv.conf 'search' statements to be built with multiple entries. Adhere to the limits stated in resolv.conf(5) - no more than 6 domains and less than 1024 characters total length. Encountered in the wild and fix tested by beck@. Feedback from deraadt@