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

Diff for /src/usr.bin/ssh/auth-options.h between version 1.26 and 1.27

version 1.26, 2018/03/12 00:52:01 version 1.27, 2018/06/06 18:23:32
Line 55 
Line 55 
         size_t npermitopen;          size_t npermitopen;
         char **permitopen;          char **permitopen;
   
           /* Permitted listens (remote forwarding) */
           size_t npermitlisten;
           char **permitlisten;
   
         /*          /*
          * Permitted host/addresses (comma-separated)           * Permitted host/addresses (comma-separated)
          * Caller must check source address matches both lists (if present).           * Caller must check source address matches both lists (if present).

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27