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
abcd9419
Commit
abcd9419
authored
Mar 27, 2002
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
Rev: ChangeLog:1.492 Rev: src/sftp/.cvsignore:1.3 Rev: src/sftp/ChangeLog:1.20
parent
49af0a07
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
58 additions
and
0 deletions
+58
-0
ChangeLog
ChangeLog
+20
-0
src/sftp/.cvsignore
src/sftp/.cvsignore
+1
-0
src/sftp/.gitignore
src/sftp/.gitignore
+1
-0
src/sftp/ChangeLog
src/sftp/ChangeLog
+36
-0
No files found.
ChangeLog
View file @
abcd9419
2002-03-27 Niels Mller <nisse@cuckoo.hack.org>
* src/io.c (lsh_oop_stop_callback): Use the OOP_HALT constant.
* src/client_x11.c (do_client_channel_x11_receive): Allow
lowercase letters 'l' and 'b' for the endianness indicator.
* src/client.c: Removed the short alias, -C, for the --subsystem
option.
2002-03-26 Niels Mller <nisse@cuckoo.hack.org>
* src/lsh-authorize: Don't use &>-redirects, as /bin/sh doesn't
understand that. Noticed by Timshell Knoll.
2002-03-25 Niels Mller <nisse@cuckoo.hack.org>
* src/lsh-execuv.c: Deleted utmp stuff, this is not the right
place for that.
2002-03-26 Pontus Skld <pont@soua.net>
* configure.in: If with_scheme is absolute, don't AC_PATH_PROG for
...
...
src/sftp/.cvsignore
View file @
abcd9419
...
...
@@ -9,6 +9,7 @@ config.log
config.status
configure
dump-hex
lsftp
sftp-server
sftp-test-client
stamp-h
...
...
src/sftp/.gitignore
View file @
abcd9419
...
...
@@ -9,6 +9,7 @@
/config.status
/configure
/dump-hex
/lsftp
/sftp-server
/sftp-test-client
/stamp-h
...
...
src/sftp/ChangeLog
View file @
abcd9419
2002-03-27 Niels Mller <nisse@cuckoo.hack.org>
* werror.c (_fatal): New function.
* sftp.h (SFTP_MAX_PACKET): New constant.
* sftp-test-client.c: Replaced FATAL with calls of fatal.
* sftp_bind.c: Likewise.
* sftp-server.c: Define the werror_program_name constant. Replaced
FATAL with calls of fatal.
* buffer.c: Moved the definitions of struct sftp_input and struct
sftp_output, and selected functions, to separate files io_input
and io_output. The code left in this file does not depend on the
details of those structs.
* Makefile.am (shared_src): New make variable listing
source files used by all clients and servers. Added io_input and
io_output.
* io.h (sftp_make_output): New file with declarations that doesn't
fit in buffer.h, in particular the constructors for sftp_input and
sftp_output.
* lsftp.c: Include werror.h, and define
werror_program_name.
* io_output.c: New file, with all the functions that need to knwo
about the internals of struct sftp_output.
* io_input.c: New file, with all the functions that need to knwo
about the internals of struct sftp_input.
* misc_fun.c (FATAL): Deleted function, use the fatal
function in werror.c instead.
2002-03-26 Pontus Skld <pont@soua.net>
* buffer.c (sftp_read_packet): Cosmetic fixes and a bugfix (if
...
...
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