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
21623075
Commit
21623075
authored
Aug 27, 2001
by
Niels Möller
Browse files
*** empty log message ***
Rev: ChangeLog:1.383 Rev: src/sftp/testsuite/.cvsignore:1.1
parent
2b2a0573
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
21623075
2001-08-27 Niels Möller <nisse@cuckoo.hack.org>
* src/sftp/testsuite/Makefile.am: New file.
* src/sftp/sftp-server.c (struct sftp_file): New struct with fd
and position.
(enum struct sftp_handle_type): Renamed constants to
HANDLE_TYPE_FILE and HANDLE_TYPE_DIRECTORY.
(handle_t): Deleted typedef.
(HANDLE_FILE): New macro replacing HANDLE_FD.
(sftp_read): New function. Keep track of position, and use
seek/pread only when appropriate.
(sftp_write): Likewise.
* src/sftp/configure.in (AC_OUTPUT): Generate testsuite/Makefile.
* src/sftp/client.c: Minor fixes; deleted unused variables, static
declared functions.
* src/sftp/Makefile.am (SUBDIRS): Added testsuite.
* src/Makefile.am.in (SUBDIRS): Added sftp.
* misc/bootstrap.sh: Bootstrap the src/sftp subdirectory.
* configure.in: Configure the src/sftp subdirectory.
2001-08-26 Niels Möller <nisse@cuckoo.hack.org>
* src/testsuite/export-1-test: Don't use $srcdir for finding
...
...
src/sftp/testsuite/.cvsignore
0 → 100644
View file @
21623075
Makefile
Makefile.in
src/sftp/testsuite/.gitignore
0 → 100644
View file @
21623075
/Makefile
/Makefile.in
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