From 2d7b51b6d1d4fabdd039696cf6f3d9dd8f16b43c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 27 Aug 2012 15:39:23 -0400 Subject: [PATCH] sync --HG-- branch : 1.7 --- NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS b/NEWS index 08ca2ec6e..d845bf539 100644 --- a/NEWS +++ b/NEWS @@ -84,6 +84,18 @@ What's new in Sudo 1.7.10? * Visudo will now warn about unknown Defaults entries that are per-host, per-user, per-runas or per-command. + * 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. + + * 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.7.9p1? * Fixed a bug when matching against an IP address with an associated -- 2.40.0