- 17 Jun, 2008 1 commit
-
-
Niels Möller authored
Rev: src/.dist_headers:1.16
-
- 16 Jun, 2008 8 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.980
-
Niels Möller authored
Rev: src/testsuite/Makefile.in:1.13
-
Niels Möller authored
Rev: src/testsuite/lshg-tcpip-remote-test:1.1
-
Niels Möller authored
Rev: src/Makefile.in:1.44
-
Niels Möller authored
Rev: src/testsuite/x11-5-test:1.2
-
Niels Möller authored
forwrded-tcp channels. Rev: src/lsh.c:1.218
-
Niels Möller authored
Rev: src/gateway.h:1.16
-
Niels Möller authored
GLOBAL_REQUEST tcpip-forward. Rev: src/gateway.c:1.23
-
- 15 Jun, 2008 1 commit
-
-
Niels Möller authored
Rev: src/gateway_tcpforward.c:1.1
-
- 14 Jun, 2008 12 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.979
-
Niels Möller authored
on the connection's resource list. Record the number of pending replies *including* the one for the x11-req. Rev: src/gateway_x11.c:1.2
-
Niels Möller authored
Rev: src/Makefile.in:1.43
-
Niels Möller authored
Rev: src/testsuite/Makefile.in:1.12
-
Niels Möller authored
Rev: src/testsuite/functions.sh:1.48
-
Niels Möller authored
Rev: src/testsuite/x11-5-test:1.1
-
Niels Möller authored
Rev: src/testsuite/x11-2-test:1.3
-
Niels Möller authored
open handler for x11 channels. Rev: src/lsh.c:1.217
-
Niels Möller authored
gateway.h. Adapted to changed type of chain. (do_kill_gateway_channel): Kill x11 handler, if present. (do_gateway_channel_event): Check for the reply to x11-req, and install x11 handler. (gateway_forward_channel_open): Install handler for x11-req on the originating channel. Rev: src/gateway_channel.c:1.31
-
Niels Möller authored
from gateway_chanel.h. Changed type of chain attribute to gateway_channel. Rev: src/gateway.h:1.15
-
Niels Möller authored
Rev: src/gateway_x11.c:1.1
-
Niels Möller authored
Rev: src/client_x11.c:1.35
-
- 09 Jun, 2008 17 commits
-
-
Niels Möller authored
Rev: ChangeLog:1.978
-
Niels Möller authored
channel_request_info renamed to request_info. Rev: src/gateway_channel.c:1.30
-
Niels Möller authored
(do_tcpip_forward_handler): Adapted to new convention. Use global_request_reply. (do_tcpip_cancel_forward): Adapted to new convention. Use global_request_reply, and tcpforward_remove. Rev: src/server_tcpforward.c:1.7
-
Niels Möller authored
Rev: src/channel.c:1.140
-
Niels Möller authored
Rev: ChangeLog:1.977
-
Niels Möller authored
Rev: src/xalloc.c:1.38
-
Niels Möller authored
(do_tcpip_forward_handler): Adapted to new convention. Use global_request_reply. (do_tcpip_cancel_forward): Adapted to new convention. Use global_request_reply, and tcpforward_remove. Rev: src/server_tcpforward.c:1.6
-
Niels Möller authored
channel_request_info renamed to request_info. (exec_request_handler): Likewise. (do_spawn_subsystem): Likewise. (pty_request_handler): Likewise. (window_change_request_handler): Likewise. (x11_request_handler): Likewise. Rev: src/server_session.c:1.114
-
Niels Möller authored
Rev: src/pty-helper.c:1.9
-
Niels Möller authored
Rev: src/lshd-pty-helper.c:1.12
-
Niels Möller authored
subclasses. Rev: src/client_x11.c:1.34
-
Niels Möller authored
client_tcpforward_handler. (do_remote_port_open): New function (make_remote_port): Initialize open method. (channel_open_forwarded_tcpip): Look up a client_tcpforward_handler for the port, and invoke its open method. Code for actual connecting is moved to do_remote_port_open. (class remote_port_state): New class, replacing remote_port_continuation and remote_port_exception_handler. (do_remote_port_state_done): New function. (class remote_port_continuation): Deleted. (do_remote_port_continuation): Deleted. (make_remote_port_continuation): Deleted. (class remote_port_exception_handler): Deleted. (do_remote_port_exception_handler): Deleted. (make_remote_port_exception_handler): Deleted. (do_request_tcpip_forward): Adapted to new channel_send_global_request convention, and use make_remote_port_state. Rev: src/client_tcpforward.c:1.8
-
Niels Möller authored
Rev: src/tcpforward.c:1.73 Rev: src/tcpforward.h:1.24
-
Niels Möller authored
channel_request_info renamed to request_info. (handle_exit_signal): Likewise. Rev: src/client_session.c:1.31
-
Niels Möller authored
Rev: src/client.h:1.73
-
Niels Möller authored
(make_request_status): Deleted. (class global_request_continuation): Deleted. (send_global_request_responses): Deleted. (do_global_request_response): Deleted. (make_global_request_response): Deleted. (class global_request_exception_handler): Deleted. (do_exc_global_request_handler): Deleted. (make_global_request_exception_handler): Deleted. (handle_global_request): New simplified handler convention, with no continuation or exception_handler. (global_request_reply): New function. (handle_global_success): Use new global_request_state class. (handle_global_failure): Likewise. (handle_channel_request): struct channel_request_info renamed to request_info. (channel_request_reply): Likewise. (channel_send_global_request): Use struct global_request_state instead of struct command_context. * src/channel.h (struct channel_request_info): Deleted. (class channel_request): Use struct request_info for the handler method. (class global_request_state): New class. Rev: src/channel.c:1.139 Rev: src/channel.h:1.89
-
Niels Möller authored
of active_global_requests. * src/connection.h (struct request_info): New struct, replaces channel_request_info in channel.h. Used for both global requests and channel requests. (class ssh_connection): Deleted active_global_requests. (class global_request): The handler method now takes a struct request_info as argument, and no continuation or exception_handler. Rev: src/connection.c:1.89 Rev: src/connection.h:1.84
-
- 30 May, 2008 1 commit
-
-
Niels Möller authored
Rev: ChangeLog:1.976
-