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

Diff for /src/usr.bin/ssh/servconf.c between version 1.186 and 1.187

version 1.186, 2008/07/04 03:44:59 version 1.187, 2008/07/23 07:36:55
Line 1519 
Line 1519 
             o->hostbased_uses_name_from_packet_only);              o->hostbased_uses_name_from_packet_only);
         dump_cfg_fmtint(sRSAAuthentication, o->rsa_authentication);          dump_cfg_fmtint(sRSAAuthentication, o->rsa_authentication);
         dump_cfg_fmtint(sPubkeyAuthentication, o->pubkey_authentication);          dump_cfg_fmtint(sPubkeyAuthentication, o->pubkey_authentication);
   #ifdef KRB5
         dump_cfg_fmtint(sKerberosAuthentication, o->kerberos_authentication);          dump_cfg_fmtint(sKerberosAuthentication, o->kerberos_authentication);
         dump_cfg_fmtint(sKerberosOrLocalPasswd, o->kerberos_or_local_passwd);          dump_cfg_fmtint(sKerberosOrLocalPasswd, o->kerberos_or_local_passwd);
         dump_cfg_fmtint(sKerberosTicketCleanup, o->kerberos_ticket_cleanup);          dump_cfg_fmtint(sKerberosTicketCleanup, o->kerberos_ticket_cleanup);
   # ifdef USE_AFS
         dump_cfg_fmtint(sKerberosGetAFSToken, o->kerberos_get_afs_token);          dump_cfg_fmtint(sKerberosGetAFSToken, o->kerberos_get_afs_token);
   # endif
   #endif
   #ifdef GSSAPI
         dump_cfg_fmtint(sGssAuthentication, o->gss_authentication);          dump_cfg_fmtint(sGssAuthentication, o->gss_authentication);
         dump_cfg_fmtint(sGssCleanupCreds, o->gss_cleanup_creds);          dump_cfg_fmtint(sGssCleanupCreds, o->gss_cleanup_creds);
   #endif
         dump_cfg_fmtint(sPasswordAuthentication, o->password_authentication);          dump_cfg_fmtint(sPasswordAuthentication, o->password_authentication);
         dump_cfg_fmtint(sKbdInteractiveAuthentication,          dump_cfg_fmtint(sKbdInteractiveAuthentication,
             o->kbd_interactive_authentication);              o->kbd_interactive_authentication);

Legend:
Removed from v.1.186  
changed lines
  Added in v.1.187