From: Todd C. Miller Date: Thu, 3 Jan 2002 03:26:24 +0000 (+0000) Subject: checkpoint for 1.6.4rc1 X-Git-Tag: SUDO_1_6_4~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45a28b58aa0f027fc538fcb479c41a8ea56e4a2d;p=sudo checkpoint for 1.6.4rc1 --- diff --git a/CHANGES b/CHANGES index c9d842556..9db165b06 100644 --- a/CHANGES +++ b/CHANGES @@ -1447,3 +1447,11 @@ Sudo 1.6.3p7 released. specified a target uid and that uid exists in the password database. 453) configure will no longer add the -g flag to CFLAGS by default. + +454) Now call pam_setcreds() to setup creds for the target user when + PAM is in use. On Linux this often sets resource limits. + +455) If "make install" is run by non-root and the destination dir + is writable, install things normally but don't set owner and mode. + +456) config.h.in is now generated by autoheader.