Diff for /embedaddon/sudo/plugins/sudoers/def_data.c between versions 1.1.1.5 and 1.1.1.6

version 1.1.1.5, 2013/10/14 07:56:34 version 1.1.1.6, 2014/06/15 16:12:54
Line 152  struct sudo_defs_types sudo_defs_table[] = { Line 152  struct sudo_defs_types sudo_defs_table[] = {
         NULL,          NULL,
     }, {      }, {
         "loglinelen", T_UINT|T_BOOL,          "loglinelen", T_UINT|T_BOOL,
        N_("Length at which to wrap log file lines (0 for no wrap): %d"),        N_("Length at which to wrap log file lines (0 for no wrap): %u"),
         NULL,          NULL,
     }, {      }, {
         "timestamp_timeout", T_FLOAT|T_BOOL,          "timestamp_timeout", T_FLOAT|T_BOOL,
Line 164  struct sudo_defs_types sudo_defs_table[] = { Line 164  struct sudo_defs_types sudo_defs_table[] = {
         NULL,          NULL,
     }, {      }, {
         "passwd_tries", T_UINT,          "passwd_tries", T_UINT,
        N_("Number of tries to enter a password: %d"),        N_("Number of tries to enter a password: %u"),
         NULL,          NULL,
     }, {      }, {
         "umask", T_MODE|T_BOOL,          "umask", T_MODE|T_BOOL,
Line 199  struct sudo_defs_types sudo_defs_table[] = { Line 199  struct sudo_defs_types sudo_defs_table[] = {
         N_("Incorrect password message: %s"),          N_("Incorrect password message: %s"),
         NULL,          NULL,
     }, {      }, {
           "lecture_status_dir", T_STR|T_PATH,
           N_("Path to lecture status dir: %s"),
           NULL,
       }, {
         "timestampdir", T_STR|T_PATH,          "timestampdir", T_STR|T_PATH,
         N_("Path to authentication timestamp dir: %s"),          N_("Path to authentication timestamp dir: %s"),
         NULL,          NULL,
Line 372  struct sudo_defs_types sudo_defs_table[] = { Line 376  struct sudo_defs_types sudo_defs_table[] = {
         NULL,          NULL,
     }, {      }, {
         "maxseq", T_UINT,          "maxseq", T_UINT,
        N_("Maximum I/O log sequence number"),        N_("Maximum I/O log sequence number: %u"),
         NULL,
     }, {
         "use_netgroups", T_FLAG,
         N_("Enable sudoers netgroup support"),
         NULL,          NULL,
     }, {      }, {
         NULL, 0, NULL          NULL, 0, NULL

Removed from v.1.1.1.5  
changed lines
  Added in v.1.1.1.6


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