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

Diff for /src/usr.bin/ssh/readconf.c between version 1.118 and 1.119

version 1.118, 2003/08/22 10:56:09 version 1.119, 2003/08/28 12:54:34
Line 132 
Line 132 
         { "challengeresponseauthentication", oChallengeResponseAuthentication },          { "challengeresponseauthentication", oChallengeResponseAuthentication },
         { "skeyauthentication", oChallengeResponseAuthentication }, /* alias */          { "skeyauthentication", oChallengeResponseAuthentication }, /* alias */
         { "tisauthentication", oChallengeResponseAuthentication },  /* alias */          { "tisauthentication", oChallengeResponseAuthentication },  /* alias */
 #ifdef KRB5  
         { "kerberosauthentication", oKerberosAuthentication },  
         { "kerberostgtpassing", oKerberosTgtPassing },  
 #else  
         { "kerberosauthentication", oUnsupported },          { "kerberosauthentication", oUnsupported },
         { "kerberostgtpassing", oUnsupported },          { "kerberostgtpassing", oUnsupported },
 #endif  
         { "afstokenpassing", oUnsupported },          { "afstokenpassing", oUnsupported },
 #if defined(GSSAPI)  #if defined(GSSAPI)
         { "gssapiauthentication", oGssAuthentication },          { "gssapiauthentication", oGssAuthentication },

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