CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2015/02/05 23:47:29
Modified files: sbin/dhclient : dhclient.c kroute.c privsep.h Log message: matthew@ points out that it's a bad idea to rely on the non-privileged, network-facing process to properly fill out the interface name and rdomain on which operations are to be performed. Instead, always use the interface name and rdomain discovered before forking and dropping privs. Lets all the imsg structs to drop a couple of members. ok matthew@ henning@