From: Todd C. Miller Date: Mon, 1 Nov 1999 15:59:05 +0000 (+0000) Subject: updates X-Git-Tag: SUDO_1_6_0~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b467e8022c5348966380a2a6fbb6fb1983b9361;p=sudo updates --- diff --git a/CHANGES b/CHANGES index 3b482e052..e839bd60e 100644 --- a/CHANGES +++ b/CHANGES @@ -1175,3 +1175,10 @@ Sudo 1.5.9 released. 369) Sudo will now accept a hostname/username/netgroupname that contains almost any character in it. It seems many people want to use '.' and other non-alphanumberics in usernames. + +370) Fixed the root_sudo option. Sudo was always complaining that root + was not allowed to run sudo if the root_sudo flag was turned off. + +371) tgetpass() now uses a function to read up until the end of line. + Fixes problems in a pipeline when a program sets the tty mode + to be character at a time.