[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.8 and 1.9

version 1.8, 2008/11/14 11:58:08 version 1.9, 2009/04/11 11:48:06
Line 303 
Line 303 
         "Allow sudo to prompt for a password even if it would be visisble",          "Allow sudo to prompt for a password even if it would be visisble",
         NULL,          NULL,
     }, {      }, {
           "pwfeedback", T_FLAG,
           "Provide visual feedback at the password prompt when there is user input",
           NULL,
       }, {
           "fast_glob", T_FLAG,
           "Use faster globbing that is less accurate but does not access the filesystem",
           NULL,
       }, {
           "umask_override", T_FLAG,
           "The umask specified in sudoers will override the user's, even if it is more permissive",
           NULL,
       }, {
         NULL, 0, NULL          NULL, 0, NULL
     }      }
 };  };

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9