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
b92ef5cd
Commit
b92ef5cd
authored
Dec 17, 1998
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
Rev: ChangeLog:1.9 Rev: NEWS:1.1
parent
7a1fa203
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
1 deletion
+35
-1
ChangeLog
ChangeLog
+22
-1
NEWS
NEWS
+13
-0
No files found.
ChangeLog
View file @
b92ef5cd
Thu Dec 17 16:27:22 1998 <nisse@puck>
* server.c (make_process_resource): New function.
(server_die): Kill resources associated with the connection.
(do_close): New callback function till kill the process if the
channel is closed unexpectedly.
server.c (do_exit_shell): Don't close the process's stdin, or the
channel, until the client asks for it.
* server.c (make_server_close_handler): Take connection as
argument.
Wed Dec 16 01:33:25 1998 <nisse@puck>
* resource.h, resource.c: New files.
* channel.h (CHANNEL_CLOSE_AT_EOF): This flag now means that
the channel should be closed when EOF have been both sent and
received.
* channel.c (channel_eof): New meaning of CHANNEL_CLOSE_AT_EOF
flag.
* client.c (do_exit_status): Send eof, if we haven't done that
already.
* channel.c (do_channel_eof): Don't initiate close automatically
when eof has been both sent and rec
i
eved.
when eof has been both sent and rece
i
ved.
* list.c (make_int_listv): New function
(make_object_listv): New function
...
...
NEWS
0 → 100644
View file @
b92ef5cd
NEWS since the 1998-12-11 snapshot:
A resource mechanism (resource.[ch]) used by the server to cleanup
properly when a connection dies unexpectedly. Can be used to kill
child processes, close files and ports, etc.
Generic code for chaining ciphers (crypto_cbc()) and piping them
together (crypto_cascade()).
Some untested support for blowfish and 3DES. A -c command line option
is needed.
A few bugfixes. Thanks to J.H.M. Dassen (Ray) and Balazs Scheidler.
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