[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.7 and 1.8

version 1.7, 2001/01/20 15:55:20 version 1.8, 2001/01/21 19:05:42
Line 15 
Line 15 
   
 #ifndef AUTH_OPTIONS_H  #ifndef AUTH_OPTIONS_H
 #define AUTH_OPTIONS_H  #define AUTH_OPTIONS_H
   
   /* Linked list of custom environment strings */
   struct envstring {
           struct envstring *next;
           char   *s;
   };
   
 /* Flags that may be set in authorized_keys options. */  /* Flags that may be set in authorized_keys options. */
 extern int no_port_forwarding_flag;  extern int no_port_forwarding_flag;
 extern int no_agent_forwarding_flag;  extern int no_agent_forwarding_flag;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8