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

Diff for /src/usr.bin/ssh/auth-options.c between version 1.63 and 1.64

version 1.63, 2014/06/24 01:13:21 version 1.64, 2014/07/15 15:54:14
Line 24 
Line 24 
 #include "log.h"  #include "log.h"
 #include "canohost.h"  #include "canohost.h"
 #include "buffer.h"  #include "buffer.h"
   #include "misc.h"
 #include "channels.h"  #include "channels.h"
 #include "servconf.h"  #include "servconf.h"
 #include "misc.h"  
 #include "key.h"  #include "key.h"
 #include "auth-options.h"  #include "auth-options.h"
 #include "hostfile.h"  #include "hostfile.h"
Line 323 
Line 323 
                         patterns[i] = '\0';                          patterns[i] = '\0';
                         opts++;                          opts++;
                         p = patterns;                          p = patterns;
                           /* XXX - add streamlocal support */
                         host = hpdelim(&p);                          host = hpdelim(&p);
                         if (host == NULL || strlen(host) >= NI_MAXHOST) {                          if (host == NULL || strlen(host) >= NI_MAXHOST) {
                                 debug("%.100s, line %lu: Bad permitopen "                                  debug("%.100s, line %lu: Bad permitopen "

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64