Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
87c2d355
Commit
87c2d355
authored
Sep 01, 2001
by
Niels Möller
Browse files
*** empty log message ***
Rev: ChangeLog:1.393 Rev: src/channel.c:1.102
parent
96e1d32f
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
87c2d355
2001-09-01 Niels Mller <nisse@cuckoo.hack.org>
* src/resource.c (init_resource): Renamed from resource_init, for
consistency. Updated all callers.
* src/lsh.h (struct client_x11_display): Forward declare.
* src/client_x11.h: Deleted, prototypes moved to client.h.
* src/client.h (client_options): New attributes with_x11 and
used_x11.
* src/client.c (client_maybe_pty): New function.
(client_maybe_x11): New function.
(client_shell_session): Use client_maybe_pty and client_maybe_x11.
(client_command_session): Use client_maybe_x11.
(client_argp_parser): --x11-forward should be a modifier option,
not an action.
* src/channel.h (channel_table): Added attribute x11_display.
* src/Makefile.am.in (liblsh_a_SOURCES): Added client_x11.c.
2001-08-31 Niels Mller <nisse@ehand.com>
* src/client.c (client_argp_parser): Implemented -X flag.
...
...
src/channel.c
View file @
87c2d355
...
...
@@ -750,7 +750,7 @@ make_channel_request_response(struct ssh_connection *connection,
(name channel_request_exception_handler)
(super exception_handler)
(vars
;;
/*
FIXME: Delete connection argument
*/
;; FIXME: Delete connection argument
(connection object ssh_connection)
(channel object ssh_channel)
(active object request_status)))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment