[BACK]Return to servconf.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/servconf.h between version 1.117 and 1.118

version 1.117, 2015/04/29 03:48:56 version 1.118, 2015/05/21 06:43:31
Line 176 
Line 176 
         char   *chroot_directory;          char   *chroot_directory;
         char   *revoked_keys_file;          char   *revoked_keys_file;
         char   *trusted_user_ca_keys;          char   *trusted_user_ca_keys;
         char   *authorized_principals_file;  
         char   *authorized_keys_command;          char   *authorized_keys_command;
         char   *authorized_keys_command_user;          char   *authorized_keys_command_user;
           char   *authorized_principals_file;
           char   *authorized_principals_command;
           char   *authorized_principals_command_user;
   
         int64_t rekey_limit;          int64_t rekey_limit;
         int     rekey_interval;          int     rekey_interval;
Line 214 
Line 216 
                 M_CP_STROPT(banner); \                  M_CP_STROPT(banner); \
                 M_CP_STROPT(trusted_user_ca_keys); \                  M_CP_STROPT(trusted_user_ca_keys); \
                 M_CP_STROPT(revoked_keys_file); \                  M_CP_STROPT(revoked_keys_file); \
                 M_CP_STROPT(authorized_principals_file); \  
                 M_CP_STROPT(authorized_keys_command); \                  M_CP_STROPT(authorized_keys_command); \
                 M_CP_STROPT(authorized_keys_command_user); \                  M_CP_STROPT(authorized_keys_command_user); \
                   M_CP_STROPT(authorized_principals_file); \
                   M_CP_STROPT(authorized_principals_command); \
                   M_CP_STROPT(authorized_principals_command_user); \
                 M_CP_STROPT(hostbased_key_types); \                  M_CP_STROPT(hostbased_key_types); \
                 M_CP_STROPT(pubkey_key_types); \                  M_CP_STROPT(pubkey_key_types); \
                 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \                  M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118