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

Diff for /src/usr.bin/sudo/Attic/def_data.in between version 1.2 and 1.3

version 1.2, 2003/03/15 21:23:54 version 1.3, 2004/09/28 15:10:51
Line 4 
Line 4 
 # var_name  # var_name
 #       TYPE  #       TYPE
 #       description (or NULL)  #       description (or NULL)
   #       array of struct def_values if TYPE == T_TUPLE
 #  #
   
 syslog_ifac  
         T_UINT  
         NULL  
 syslog_igoodpri  
         T_UINT  
         NULL  
 syslog_ibadpri  
         T_UINT  
         NULL  
 syslog  syslog
         T_LOGFAC|T_BOOL          T_LOGFAC|T_BOOL
         "Syslog facility if syslog is being used for logging: %s"          "Syslog facility if syslog is being used for logging: %s"
Line 49 
Line 41 
         T_FLAG          T_FLAG
         "Use a separate timestamp for each user/tty combo"          "Use a separate timestamp for each user/tty combo"
 lecture  lecture
         T_FLAG          T_TUPLE|T_BOOL
         "Lecture user the first time they run sudo"          "Lecture user the first time they run sudo"
           never once always
   lecture_file
           T_STR|T_PATH|T_BOOL
           "File containing the sudo lecture: %s"
 authenticate  authenticate
         T_FLAG          T_FLAG
         "Require users to authenticate by default"          "Require users to authenticate by default"
Line 159 
Line 155 
 runas_default  runas_default
         T_STR          T_STR
         "Default user to run commands as: %s"          "Default user to run commands as: %s"
           *set_runaspw
 editor  editor
         T_STR|T_PATH          T_STR|T_PATH
         "Path to the editor for use by visudo: %s"          "Path to the editor for use by visudo: %s"
   listpw
           T_TUPLE|T_BOOL
           "When to require a password for 'list' pseudocommand: %s"
           never any all always
   verifypw
           T_TUPLE|T_BOOL
           "When to require a password for 'verify' pseudocommand: %s"
           never any all always
   noexec
           T_FLAG
           "Preload the dummy exec functions contained in 'noexec_file'"
   noexec_file
           T_STR|T_PATH
           "File containing dummy exec functions: %s"
 env_check  env_check
         T_LIST|T_BOOL          T_LIST|T_BOOL
         "Environment variables to check for sanity:"          "Environment variables to check for sanity:"
Line 171 
Line 182 
 env_keep  env_keep
         T_LIST|T_BOOL          T_LIST|T_BOOL
         "Environment variables to preserve:"          "Environment variables to preserve:"
 listpw_i  ignore_local_sudoers
         T_UINT          T_FLAG
         NULL          "If LDAP directory is up, do we ignore local sudoers file"
 verifypw_i  
         T_UINT  
         NULL  
 listpw  
         T_PWFLAG  
         "When to require a password for 'list' pseudocommand: %s"  
 verifypw  
         T_PWFLAG  
         "When to require a password for 'verify' pseudocommand: %s"  

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3