From: Todd C. Miller Date: Fri, 10 Dec 1999 05:09:47 +0000 (+0000) Subject: recent changes X-Git-Tag: SUDO_1_6_1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7db5ff9f55d93729e56f69b924343501237c75af;p=sudo recent changes --- diff --git a/CHANGES b/CHANGES index 35397850c..979c86b56 100644 --- a/CHANGES +++ b/CHANGES @@ -1207,3 +1207,8 @@ Sudo 1.6 released. 380) Don't ask the user for a password if the user is not allowed to run the command and the authenticate flag (in sudoers) is false. + +381) Added configure check for initgroups(3). + +382) Use our own fnmatch() if there is no fnmatch.h, even if there is an + fnmatch() in libc.