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
c00bf212
Commit
c00bf212
authored
Apr 16, 2003
by
Niels Möller
Browse files
*** empty log message ***
Rev: ChangeLog:1.657 Rev: NEWS:1.112
parent
3cb31a97
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
c00bf212
2003-04-16 Niels Mller <niels@s3.kth.se>
* src/testsuite/functions.sh (spawn_lshd): Check exit code from
lshd. Print out the lshd pid.
(spawn_lsh): Print out the lsh pid.
* src/Makefile.am (gcov-list): New target for running gcov.
* src/io_commands.c (listen_list_command): Deleted command.
REplaced by the io_listen_list function.
* src/lshd.c (options2local, options2keys, options2tcp_wrapper),
(close_on_sighup): Deleted commands.
* src/keyexchange.c (kexinit_filter): Deleted command.
* src/lshd.c (main): Reorganization, do more work before the work,
including reading host keys and binding sockets directly in main.
Moved the daemonization later, so that the forground process
doesn't exit until after the ports are bound.
Fixed an fd leak in the server tcpip-forwarding code.
* src/tcpforward.c (do_tcpip_forward_request_continuation): Use
remember_resource to associate the bound fd to the connection.
(make_tcpip_forward_request_continuation): New argument,
connection.
(do_tcpip_forward_request): Pass the connection to
make_tcpip_forward_request_continuation.
* src/io.c (io_listen_list): New function.
2003-04-15 Niels Mller <niels@s3.kth.se>
* src/testsuite/functions.sh (spawn_lshd): Use -HUP, not -9, for
...
...
NEWS
View file @
c00bf212
...
...
@@ -8,6 +8,9 @@ News for the 1.5.2 release
As a side effect, The -p option must now be given before
--interface to have any effect.
Fixed a file descriptor leak in the server tcpip forwarding
code.
News for the 1.5.1 release
Incompatible change to key format, to comply with the current
...
...
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