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

Diff for /src/usr.bin/ssh/servconf.h between version 1.122 and 1.123

version 1.122, 2016/08/19 03:18:06 version 1.123, 2016/11/30 03:00:05
Line 125 
Line 125 
         int     allow_tcp_forwarding; /* One of FORWARD_* */          int     allow_tcp_forwarding; /* One of FORWARD_* */
         int     allow_streamlocal_forwarding; /* One of FORWARD_* */          int     allow_streamlocal_forwarding; /* One of FORWARD_* */
         int     allow_agent_forwarding;          int     allow_agent_forwarding;
           int     disable_forwarding;
         u_int num_allow_users;          u_int num_allow_users;
         char   *allow_users[MAX_ALLOW_USERS];          char   *allow_users[MAX_ALLOW_USERS];
         u_int num_deny_users;          u_int num_deny_users;

Legend:
Removed from v.1.122  
changed lines
  Added in v.1.123