From: Todd C. Miller Date: Tue, 24 May 1994 16:51:33 +0000 (+0000) Subject: added solaris changes X-Git-Tag: SUDO_1_3_1~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae8e3920fa9d9a7b9f2683ad8f23df5ebff7e7b7;p=sudo added solaris changes --- diff --git a/CHANGES b/CHANGES index 8c9b1c5a7..d7009179c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -CHANGES between sudo 1.2 (unofficial version) +CHANGES from sudo 1.2 (unofficial version) 01) sudo now works under hpux, aix, sunos, bsd43, ultrix, linux, osf and irix. @@ -50,7 +50,7 @@ CHANGES between sudo 1.2 (unofficial version) 17) The bulk of sudo now runs with the caller's real uid. Grep for be_root() to find the exceptions. -CHANGES between sudo 1.3 +CHANGES from sudo 1.3 18) Added SECURE_PATH as suggested by russells@ccu1.auckland.ac.nz. @@ -90,3 +90,9 @@ CHANGES between sudo 1.3 29) _BSD_COMPAT is now defined for Irix. 30) The global variable uid is now initialized to -2 because I'm paranoid. + +31) Native Solaris 2 port from Matthew.Stier@aisg.com + +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.