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
bfa778b4
Commit
bfa778b4
authored
Mar 25, 2002
by
Pontus Freyhult
Browse files
*** empty log message ***
Rev: src/sftp/ChangeLog:1.18
parent
ef87a324
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sftp/ChangeLog
View file @
bfa778b4
2002-03-25 Pontus Skld <pont@soua.net>
* buffer.c (sftp_read_packet): Loop to read data.
(sftp_get_data): Likewise.
(sftp_write_packet): Loop to write data.
* sftp_c.c (sftp_ls_main): Check return values from
sftp_get_string.
* sftp-test-client.c (fork_server): Use fds, not FILE*s.
* sftp-server.c (sftp_init): Use fds, not FILE*s.
(main): Use fds STDIN_FILENO and STDOUT_FILENO instead of FILE*s
stdin and stdout.
* buffer.c: We need unistd.h to have read and write defined. And
we want errno to, so we need errno.h
(sftp_make_input): Use fd, not FILE*
(sftp_make_output): Likewise.
* sftp_bind.c (lsftp_close_connection): Use fd_to_transport and
fd_from_transport instead of to_transport and from_transport.
* configure.ac (CPPFLAGS): use AC_DEFINE_UNQUOTED instead of
putting options for before and after in CPPFLAGS. Solves problem
with spaces in before- and after-opts.
* sftp_bind.c (lsftp_open_connection): Dont't use FILE* but fds
directly.
(lsftp_handshake): Use read instead of fread, and pass fds to
sftp_make_input and sftp_make_output.
* buffer.c (struct sftp_input): Use fd instead of FILE*.
(struct sftp_output): Likewise.
(sftp_get_data): Use read instead of fread.
(sftp_read_packet): Likewise.
(sftp_write_packet): Use write instead of fwrite.
* buffer.h: Changed prototype of sftp_make_input and
sftp_make_output to use fds instead of files.
2002-03-24 Pontus Skld <pont@soua.net>
* configure.ac: Added --no-pty to default options if we're using
...
...
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