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
21623075
Commit
21623075
authored
Aug 27, 2001
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** 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
Showing
3 changed files
with
31 additions
and
0 deletions
+31
-0
ChangeLog
ChangeLog
+27
-0
src/sftp/testsuite/.cvsignore
src/sftp/testsuite/.cvsignore
+2
-0
src/sftp/testsuite/.gitignore
src/sftp/testsuite/.gitignore
+2
-0
No files found.
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
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