]> granicus.if.org Git - sudo/commitdiff
updates
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 1 Nov 1999 15:59:05 +0000 (15:59 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 1 Nov 1999 15:59:05 +0000 (15:59 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 3b482e0522f628fb0b71caad202ee30acb6f0f10..e839bd60e2fe8b3d800fe798d6ce27204788b01e 100644 (file)
--- 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.