From: Todd C. Miller Date: Mon, 30 Jul 2018 16:57:55 +0000 (-0600) Subject: Update X-Git-Tag: SUDO_1_8_24^2~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b57230851d73da70fc5d8d4bd682f3841b5db3a;p=sudo Update --- diff --git a/NEWS b/NEWS index 36962d383..6378be9e2 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,25 @@ What's new in Sudo 1.8.24 * Fixed typos in the OpenLDAP sudo schema. Bugs #839 and #840. + * Fixed a race condition when building with parallel make. + Bug #842 + + * Fixed a duplicate free when netgroup_base in ldap.conf is set + to an invalid value. + + * Fixed a bug introduced in sudo 1.8.23 on AIX that could prevent + local users and groups from being resolved properly on systems + that have users stored in NIS, LDAP or AD. + + * Added a workaround for an AIX bug exposed by a change in sudo + 1.8.23 that prevents the terminal mode from being restored when + I/O logging is enabled. + + * On systems using PAM, sudo now ignores the PAM_NEW_AUTHTOK_REQD + and PAM_AUTHTOK_EXPIRED errors from PAM account management if + authentication is disabled for the user. This fixes a regression + introduced in sudo 1.8.23. Bug #843 + What's new in Sudo 1.8.23 * PAM account management modules and BSD auth approval modules are