Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
LSH
lsh
Commits
125b1476
Commit
125b1476
authored
Jan 26, 2000
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
Rev: ChangeLog:1.149 Rev: NEWS:1.39
parent
fa231580
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
0 deletions
+42
-0
ChangeLog
ChangeLog
+34
-0
NEWS
NEWS
+8
-0
No files found.
ChangeLog
View file @
125b1476
2000-01-26 Niels Mller <nisse@cuckoo.localdomain>
* src/testsuite/Makefile.am (TS_MORE_SH): Added tcpip-local-test.
(EXTRA_DIST): Added new files.
* src/tcpforward_commands.c (DIRECT_TCPIP_HANDLER): New define.
(INSTALL_DIRECT_TCPIP): New define.
* src/tcpforward.c (lookup_forward): Use CAST_SUBTYPE.
(do_tcpip_channel_die): Call close_fd() rather than kill_fd().
(tcpip_channel_start_io): Don't call channel_start_receive().
(make_exc_tcpip_connect_handler): New exception handler, which
raises EXC_CHANNEL_OPEN on connect and dns errors.
(do_open_forwarded_tcpip_continuation): Require that channel !=
NULL.
(make_open_forwarded_tcpip_continuation): Removed
exception_handler argument.
(do_channel_open_direct_tcpip): Use a better exception handler.
(do_channel_open_forwarded_tcpip): -"-
* src/lsh.c (do_lsh_default_handler): Handle EXC_CHANNEL_OPEN.
* src/channel.c (make_exc_channel_open_handler): Added missing
context argument.
(do_window_adjust): Check for CHANNEL_SENT_EOF, so that we don't
attempt to send data after EOF.
* configure.in: Bumped version to 0.2.6.
* src/testsuite/Makefile.am: Don't use automake's builtin
testsuite-support.
* src/io.c (do_consuming_read): Don't die on EPIPE.
2000-01-22 Niels Mller <nisse@cuckoo.localdomain>
* src/channel.c (exc_finish_channel_handler): New attribute dead,
...
...
NEWS
View file @
125b1476
News for the 0.2.6 release
Bugfixes for tcp forwarding functions.
Some more tests for testsuite. To try them, you must first
setup lsh so that you can login with no password. Then type
"make check-more" in the testsuite subdirectory.
News for the 0.2.5 release
Bugfixes.
...
...
Write
Preview
Markdown
is supported
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