Diff for /embedaddon/sudo/plugins/sudoers/def_data.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 16:23:02 version 1.1.1.2, 2012/05/29 12:26:49
Line 240  struct sudo_defs_types sudo_defs_table[] = { Line 240  struct sudo_defs_types sudo_defs_table[] = {
         def_data_verifypw,          def_data_verifypw,
     }, {      }, {
         "noexec", T_FLAG,          "noexec", T_FLAG,
        N_("Preload the dummy exec functions contained in 'noexec_file'"),        N_("Preload the dummy exec functions contained in the sudo_noexec library"),
         NULL,          NULL,
     }, {      }, {
         "noexec_file", T_STR|T_PATH,  
         N_("File containing dummy exec functions: %s"),  
         NULL,  
     }, {  
         "ignore_local_sudoers", T_FLAG,          "ignore_local_sudoers", T_FLAG,
         N_("If LDAP directory is up, do we ignore local sudoers file"),          N_("If LDAP directory is up, do we ignore local sudoers file"),
         NULL,          NULL,
Line 296  struct sudo_defs_types sudo_defs_table[] = { Line 292  struct sudo_defs_types sudo_defs_table[] = {
         NULL,          NULL,
     }, {      }, {
         "visiblepw", T_FLAG,          "visiblepw", T_FLAG,
        N_("Allow sudo to prompt for a password even if it would be visisble"),        N_("Allow sudo to prompt for a password even if it would be visible"),
         NULL,          NULL,
     }, {      }, {
         "pwfeedback", T_FLAG,          "pwfeedback", T_FLAG,
Line 328  struct sudo_defs_types sudo_defs_table[] = { Line 324  struct sudo_defs_types sudo_defs_table[] = {
         NULL,          NULL,
     }, {      }, {
         "group_plugin", T_STR,          "group_plugin", T_STR,
        N_("Plugin for non-Unix group support"),        N_("Plugin for non-Unix group support: %s"),
         NULL,          NULL,
     }, {      }, {
         "iolog_dir", T_STR|T_PATH,          "iolog_dir", T_STR|T_PATH,
        N_("Directory in which to store input/output logs"),        N_("Directory in which to store input/output logs: %s"),
         NULL,          NULL,
     }, {      }, {
         "iolog_file", T_STR,          "iolog_file", T_STR,
        N_("File in which to store the input/output log"),        N_("File in which to store the input/output log: %s"),
         NULL,          NULL,
     }, {      }, {
         "set_utmp", T_FLAG,          "set_utmp", T_FLAG,

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>