Differences From Artifact [4e8ba5f2c5]:
- File x11fwd.c — part of check-in [436176626c] at 2003-01-05 16:52:11 on branch trunk — SC in "finding an actual bug" shocker! Set the port number before passing it to name_lookup(). (user: ben size: 9514)
To Artifact [d468757490]:
- File x11fwd.c — part of check-in [f286ce2a32] at 2003-01-05 16:53:23 on branch trunk — Move x11fwd and portfwd prototypes from ssh.c into ssh.h so they can be seen by (and checked against) the definitions. (user: ben size: 9487)
| ︙ | |||
65 66 67 68 69 70 71 | 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | - - |
int data_read, auth_plen, auth_psize, auth_dlen, auth_dsize;
int verified;
int throttled, throttle_override;
void *c; /* data used by ssh.c */
Socket s;
};
|
| ︙ |