]> granicus.if.org Git - sudo/commitdiff
updated
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 24 May 1994 22:00:17 +0000 (22:00 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 24 May 1994 22:00:17 +0000 (22:00 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index d7009179c9a52cca60fe871d3c5e6129402213fc..ffedfcddda84619071ef7a7fa6d480ee17108dad 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -96,3 +96,13 @@ CHANGES from sudo 1.3
 32) Now use sysconf(2) instead of getdtablesize(2) if it is available
     (see change #31).  Because of the the getdtablesize() emulation for
     hpux is no longer necesary.
+
+33) Now only do a getcwd(3) or getwd(3) once and do it as the real user.
+    Sudo should no longer complain that it can't get the cwd unless
+    there is a real problem.
+
+34) Changed some malloc'd globals of fixed length to be allocated from
+    the stack instead as there was no win in allocating them from the
+    heap.
+
+35) Fixed AIX STATIC_FLAGS as per the AIX faq.