]> granicus.if.org Git - sudo/commitdiff
recent changes
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 24 Aug 1999 16:41:46 +0000 (16:41 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 24 Aug 1999 16:41:46 +0000 (16:41 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 84e574819905621aa402984ea417852d29e0fc70..1c5801fae1795e3fac57decd54a4ea0ffd488b6a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1148,3 +1148,16 @@ Sudo 1.5.9 released.
 359) Added real dependencies in Makefile.
 
 360) Deprecated --with-otp-only in favor of --without-passwd.
+
+361) Add --with-mail-if-no-host to send mail if a user tries to run sudo on
+     a host for which he/she is not authorized.
+
+362) Most of sudo now runs as root instead of the invoking user to
+     minimize the possibility of user control via signals or tracing.
+
+363) Now Support CIDR-style netmasks (ie: 128.138.0.0/16).
+
+364) In "sudo -l" mode, the type of the stored (expanded) alias was not
+     stored with the contents.  This could lead to incorrect output
+     if the sudoers file had different alias types with the same name.
+     Normal parsing (ie: not in '-l' mode) is unaffected.