summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1999-11-01 15:59:05 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1999-11-01 15:59:05 +0000
commit23da2cf88524ab037c1cdf9ddfa6d0efc79a7a5f (patch)
tree9b991bd463661dd2e94a61536ee0514e49adf1d0
parent4ab2974c74df20ff1643d29a6fd258b5b0e037cf (diff)
downloadsudo-23da2cf88524ab037c1cdf9ddfa6d0efc79a7a5f.tar.gz
updates
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
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.