From 8d2e68cbb2f00d6f9c43d83ff84b0f8ca99dac0d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 9 Jul 1995 22:17:12 +0000 Subject: [PATCH] annotated 124-126 --- CHANGES | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 0ab5a76ed..eca7e3406 100644 --- a/CHANGES +++ b/CHANGES @@ -377,10 +377,14 @@ CHANGES from sudo 1.3.2 field in struct sockaddr. 124) Check ownership and permissions on timestamp dir and ignore if - not owned by root and mode 0700. + not owned by root and mode 0700. Problem pointed out by Larry Auton + and Navjot Singh . 125) Ignore timestamp files with preposterous dates to keep people from faking out sudo on OS's that allow you to give away files to root. + Problem pointed out by Larry Auton and + Navjot Singh . 126) A timeout of 0 will now cause a password to be entered every - time. + time. Based on a suggestion by Larry Auton + and Navjot Singh .