[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.119 and 1.120

version 1.119, 2003/08/28 12:54:34 version 1.120, 2003/09/01 12:50:46
Line 137 
Line 137 
         { "afstokenpassing", oUnsupported },          { "afstokenpassing", oUnsupported },
 #if defined(GSSAPI)  #if defined(GSSAPI)
         { "gssapiauthentication", oGssAuthentication },          { "gssapiauthentication", oGssAuthentication },
         { "gssapidelegatecreds", oGssDelegateCreds },  
         { "gssapidelegatecredentials", oGssDelegateCreds },          { "gssapidelegatecredentials", oGssDelegateCreds },
 #else  #else
         { "gssapiauthentication", oUnsupported },          { "gssapiauthentication", oUnsupported },

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