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
223cc673
Commit
223cc673
authored
Aug 28, 2001
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
Rev: ChangeLog:1.386 Rev: src/io.c:1.139
parent
c780083c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
2 deletions
+18
-2
ChangeLog
ChangeLog
+16
-0
src/io.c
src/io.c
+2
-2
No files found.
ChangeLog
View file @
223cc673
2001-08-28 Niels Mller <nisse@cuckoo.hack.org>
* src/sftp/testsuite/run-tests: Use srcdir when starting scripts.
* src/Makefile.am.in (liblsh_a_SOURCES): Added channel_forward.c.
* src/channel_forward.h: Renamed the tcpip_channel to
channel_forward, and moved it to a separate file. It's not really
tcpip-forwarding specific, and can be reused for x11-forwarding.
* src/lsh_types.h (READ_UINT16): Fixed shift count. XXX: Fix in
1.2 branch.
* src/parse.c (parse_uint16): New function.
(parse_string16): New function.
2001-08-27 Niels Mller <nisse@cuckoo.hack.org>
* src/sftp/testsuite/Makefile.am (EXTRA_DIST): Use EXTRA_DIST, not
...
...
src/io.c
View file @
223cc673
...
...
@@ -1164,8 +1164,8 @@ address_info2sockaddr(socklen_t *length,
else
host
=
NULL
;
/* Some systems have getaddrinfo, but still doesn't implement all of
* RFC 2553 */
/* Some systems have getaddrinfo, but still doesn't implement all of
* RFC 2553 */
#if defined(HAVE_GETADDRINFO) && \
defined(HAVE_GAI_STRERROR) && defined(HAVE_AI_NUMERICHOST)
{
...
...
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