From a371c50f0a877c8caaec15c2ec245cb4063fc9f8 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 27 Aug 2012 11:28:38 -0400 Subject: [PATCH] sync --- NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS b/NEWS index 67b4e05d9..c827a3431 100644 --- a/NEWS +++ b/NEWS @@ -28,6 +28,11 @@ What's new in Sudo 1.8.6? ldap.conf options. A new ldap.conf option, TLS_KEYPW can be used to specify a password to decrypt the key database. + * When constructing a time filter for use with LDAP sudoNotBefore + and sudoNotAfter attributes, the current time now includes tenths + of a second. This fixes a problem with timed entries on Active + Directory. + * If a user fails to authenticate and the command would be rejected by sudoers, it is now logged with "command not allowed" instead of "N incorrect password attempts". Likewise, the "mail_no_perms" @@ -56,6 +61,13 @@ What's new in Sudo 1.8.6? * Visudo will now warn about unknown Defaults entries that are per-host, per-user, per-runas or per-command. + * Fixed a race condition that could cause sudo to receive SIGTTOU + (and stop) when resuming a shell that was run via sudo when I/O + logging (and use_pty) is not enabled. + + * Sending SIGTSTP directly to the sudo process will now suspend the + running command when I/O logging (and use_pty) is not enabled. + What's new in Sudo 1.8.5p3? * Fixed the loading of I/O plugins that conform to a plugin API -- 2.40.0