1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +03:00

Handle global requests and reverse forwarding

This commit is contained in:
milo
2010-09-29 17:45:04 +02:00
committed by Aris Adamantiadis
parent c4356531f7
commit 26d40b5354
7 changed files with 242 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ ssh_packet_callback default_packet_handlers[]= {
NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, // 62-79
NULL, // SSH2_MSG_GLOBAL_REQUEST 80
ssh_packet_global_request, // SSH2_MSG_GLOBAL_REQUEST 80
ssh_request_success, // SSH2_MSG_REQUEST_SUCCESS 81
ssh_request_denied, // SSH2_MSG_REQUEST_FAILURE 82
NULL, NULL, NULL, NULL, NULL, NULL, NULL,// 83-89