[BACK]Return to CHANGES CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/CHANGES between version 1.10 and 1.11

version 1.10, 2002/01/03 03:49:16 version 1.11, 2002/01/08 15:44:25
Line 1360 
Line 1360 
 426) Added stay_setuid option for systems that have libraries that perform  426) Added stay_setuid option for systems that have libraries that perform
      extra paranoia checks in system libraries for setuid programs.       extra paranoia checks in system libraries for setuid programs.
   
 427) Environment munging is now done by hand.  We build up a new environment  427) Environment munging is now done by hand.  The environment is zeroed
      and assign it to "environ".  This means we don't rely on getenv(3),       upon sudo startup and a new environment is built before the command
      putenv(3), or setenv(3).       is executed.  This means we don't rely on getenv(3), putenv(3),
        or setenv(3).
   
 428) Added a class of environment variables that are only cleared if they  428) Added a class of environment variables that are only cleared if they
      contain '/' or '%' characters.       contain '/' or '%' characters.

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11