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
5af80e5f
Commit
5af80e5f
authored
Aug 29, 1999
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
Rev: ChangeLog:1.90 Rev: NEWS:1.20 Rev: src/server.c:1.58
parent
15361f63
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
0 deletions
+31
-0
ChangeLog
ChangeLog
+19
-0
NEWS
NEWS
+11
-0
src/server.c
src/server.c
+1
-0
No files found.
ChangeLog
View file @
5af80e5f
1999-08-29 Niels Möller <nisse@cuckoo.localdomain>
* src/read_packet.c (do_read_packet): The MAC memcmp test was
inverted. A real old bug.
* src/io.c (do_consuming_read): Use CAST_SUBTYPE.
(do_buffered_read): Stop processing if fd->read is NULL. For
example, if an exception handler tried to close the file.
* src/exception.c (do_default_handler): Fixed format string.
* src/channel.c (alloc_channel): Update in_use table properly. .
* configure.in: Bumped version to 0.1.8.
1999-08-28 Niels Möller <nisse@cuckoo.localdomain>
* src/Makefile.am.in (liblsh_a_SOURCES): Added esception.c.
1999-07-04 Niels Möller <nisse@cuckoo.localdomain>
* src/command.c, src/command.h, src/lsh.c, src/lshd.c: Don't allow
...
...
NEWS
View file @
5af80e5f
News for the lsh-0.1.8 release
Reworked all the error handling to use exceptions. No new
features, but lots of new bugs.
There are no official releases numbered 0.1.4 -- 0.1.7. However,
these version numbers are used for Bazsi's unofficial releases during
the summer. The unofficial releases feature public key user
authentication and better compatibility with Datafellow's ssh2
products.
News for the lsh-0.1.3 release
Local forwarding (-L) works. -R is slightly broken.
...
...
src/server.c
View file @
5af80e5f
...
...
@@ -92,6 +92,7 @@ do_service_request(struct packet_handler *c,
C_WRITE
(
connection
,
format_service_accept
(
name
));
COMMAND_CALL
(
service
,
connection
,
closure
->
c
,
closure
->
e
);
return
;
}
}
EXCEPTION_RAISE
(
connection
->
e
,
...
...
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