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

Diff for /src/usr.bin/sudo/Attic/def_data.c between version 1.4 and 1.5

version 1.4, 2007/07/26 16:10:16 version 1.5, 2007/10/17 04:26:04
Line 147 
Line 147 
         "Only set the effective uid to the target user, not the real uid",          "Only set the effective uid to the target user, not the real uid",
         NULL,          NULL,
     }, {      }, {
         "env_reset", T_FLAG,  
         "Reset the environment to a default set of variables",  
         NULL,  
     }, {  
         "preserve_groups", T_FLAG,          "preserve_groups", T_FLAG,
         "Don't initialize the group vector to that of the target user",          "Don't initialize the group vector to that of the target user",
         NULL,          NULL,
Line 240 
Line 236 
         "File containing dummy exec functions: %s",          "File containing dummy exec functions: %s",
         NULL,          NULL,
     }, {      }, {
           "ignore_local_sudoers", T_FLAG,
           "If LDAP directory is up, do we ignore local sudoers file",
           NULL,
       }, {
           "setenv", T_FLAG,
           "Allow users to set arbitrary environment variables",
           NULL,
       }, {
           "env_reset", T_FLAG,
           "Reset the environment to a default set of variables",
           NULL,
       }, {
         "env_check", T_LIST|T_BOOL,          "env_check", T_LIST|T_BOOL,
         "Environment variables to check for sanity:",          "Environment variables to check for sanity:",
         NULL,          NULL,
Line 250 
Line 258 
     }, {      }, {
         "env_keep", T_LIST|T_BOOL,          "env_keep", T_LIST|T_BOOL,
         "Environment variables to preserve:",          "Environment variables to preserve:",
         NULL,  
     }, {  
         "ignore_local_sudoers", T_FLAG,  
         "If LDAP directory is up, do we ignore local sudoers file",  
         NULL,  
     }, {  
         "setenv", T_FLAG,  
         "Allow users to set arbitrary environment variables",  
         NULL,          NULL,
     }, {      }, {
         NULL, 0, NULL          NULL, 0, NULL

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5