search for: num_permittednet_opens

Displaying 1 result from an estimated 1 matches for "num_permittednet_opens".

2005 Feb 22
0
TR: 3.8.1p1 option "permitopennet" added
...tted netblock/portblock pairs to connect. */ +static ForwardNetPermission permittednet_opens[SSH_MAX_FORWARDS_PER_DIRECTION]; + /* Number of permitted host/port pairs in the array. */ static int num_permitted_opens = 0; +/* Number of permitted netblock/portblock pairs in the array. */ +static int num_permittednet_opens = 0; /* * If this is true, all opens are permitted. This is the case on the server * on which we have to trust the client anyway, and the user could do @@ -2110,7 +2127,7 @@ originator_string = xstrdup("unknown (remote did not supply name)"); } packet_check_eom(); - sock = ch...