Skip to content
GitLab
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
d18bb86a
Commit
d18bb86a
authored
Mar 17, 2000
by
Niels Möller
Browse files
*** empty log message ***
Rev: ChangeLog:1.168
parent
05943851
Changes
1
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
d18bb86a
2000-03-16 Niels Mller <nisse@cuckoo.localdomain>
* src/proxy.c, src/proxy.h: Merged changes (Bazsi).
* src/lsh_proxy.c: More features (Bazsi).
* src/lsh.c (WINDOW_SIZE): Decreased to 10000.
* src/server_session.c (WINDOW_SIZE): Likewise.
* src/channel.h (ssh_channel): Replaced CHANNEL_SEND method with
CHANNEL_SEND_ADJUST.
(CHANNEL_OPEN): Added send_max_packet argument.
* src/channel.c (format_open_confirmation): Added debug output.
(do_channel_open): Pass send_packet_size to the CHANNEL_OPEN
method, and round it down to SSH_MAX_PACKET if needed.
(do_window_adjust): Pass the window adjustment to the
CHANNEL_SEND_ADJUST method.
(do_channel_data): Check that data length is less than
rec_max_packet. More debug output.
(do_channel_extended_data): Likewise.
* src/proxy_agentforward.c, src/proxy_agentforward.h,
proxy_x11forward.c, proxy_x11forward.h: New files (Bazsi).
* src/Makefile.am.in (liblsh_a_SOURCES): Added
proxy_agentforward.c and proxy_x11forward.c.
* configure.in: Bumped version to 0.9.1.
(--without-x11-forward, --without-agent-forward): New flags. So
far, used only by the proxy.
* acconfig.h (WITH_X11_FORWARD, WITH_AGENT_FORWARD): New defines.
2000-03-14 Niels Mller <nisse@cuckoo.localdomain>
* src/server_session.c (do_spawn_exec): New function.
(make_exec_handler): New function.
* src/lshd.c (main): Enable command execution.
* src/format.c (make_cstring_l): New function.
2000-03-08 Niels Mller <nisse@cuckoo.localdomain>
* src/server_session.c (do_login): Fixed message.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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