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

Diff for /src/usr.bin/ssh/auth.c between version 1.105 and 1.106

version 1.105, 2014/07/03 11:16:55 version 1.106, 2014/07/15 15:54:14
Line 43 
Line 43 
 #include "groupaccess.h"  #include "groupaccess.h"
 #include "log.h"  #include "log.h"
 #include "buffer.h"  #include "buffer.h"
   #include "misc.h"
 #include "servconf.h"  #include "servconf.h"
 #include "key.h"  #include "key.h"
 #include "hostfile.h"  #include "hostfile.h"
Line 50 
Line 51 
 #include "auth-options.h"  #include "auth-options.h"
 #include "canohost.h"  #include "canohost.h"
 #include "uidswap.h"  #include "uidswap.h"
 #include "misc.h"  
 #include "packet.h"  #include "packet.h"
 #ifdef GSSAPI  #ifdef GSSAPI
 #include "ssh-gss.h"  #include "ssh-gss.h"

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106