Imported Upstream version 1.8.5p2
[debian/sudo] / ChangeLog
index ddfb38918497b8f72495c4ce7067f552296fd2a2..ce737280e68e89b1c4c2632b11e5277aa5d825f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+2012-05-29  Todd C. Miller  <Todd.Miller@courtesan.com>
+
+       * NEWS:
+       Update for sudo 1.8.5p2
+       [d369d4d40a19]
+
+2012-05-27  Todd C. Miller  <Todd.Miller@courtesan.com>
+
+       * src/env_hooks.c, src/sudo.h, src/tgetpass.c:
+       Provide unhooked version of getenv() and use it when looking up
+       DISPLAY and SUDO_ASKPASS in the environment.
+       [04dbdccf4a14]
+
+2012-05-21  Todd C. Miller  <Todd.Miller@courtesan.com>
+
+       * plugins/sudoers/set_perms.c, plugins/sudoers/sudoers.c:
+       If sudoers_mode is group-readable but the actual sudoers file is
+       not, open the file as uid 0, not uid 1. This fixes a problem when
+       sudoers has a more restrictive mode than what sudo expects to find.
+       In older versions, sudo would silently chmod the file to add the
+       group-readable bit.
+       [c056b6003e6f]
+
+2012-05-17  Todd C. Miller  <Todd.Miller@courtesan.com>
+
+       * NEWS, configure, configure.in:
+       Update for 1.8.5p1
+       [c33c49bf5b4b]
+
+       * plugins/sudoers/toke.c, plugins/sudoers/toke.l:
+       Fix #includedir; from Mike Frysinger
+       [d4833d4e39a0]
+
+       * plugins/sudoers/check.c:
+       Don't prompt for a password if the user is in the exempt group, is
+       root, or is running the command as themselves even if the -k option
+       was specified. This makes "sudo -k command" consistent with the
+       behavior one would get if the user ran "sudo -k" immediately before
+       running the command.
+       [632b3961df00]
+
 2012-05-15  Todd C. Miller  <Todd.Miller@courtesan.com>
 
        * INSTALL: