From abcd94196aeb484376f1c422cfe1d8494ad84d65 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Wed, 27 Mar 2002 17:42:42 +0100
Subject: [PATCH] *** empty log message ***

Rev: ChangeLog:1.492
Rev: src/sftp/.cvsignore:1.3
Rev: src/sftp/ChangeLog:1.20
---
 ChangeLog           | 20 ++++++++++++++++++++
 src/sftp/.cvsignore |  1 +
 src/sftp/.gitignore |  1 +
 src/sftp/ChangeLog  | 36 ++++++++++++++++++++++++++++++++++++
 4 files changed, 58 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 2922a2d97..839b12b30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2002-03-27  Niels M�ller  <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 M�ller  <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 M�ller  <nisse@cuckoo.hack.org>
+
+	* src/lsh-execuv.c: Deleted utmp stuff, this is not the right
+	place for that.
+
 2002-03-26  Pontus Sk�ld  <pont@soua.net>
 
 	* configure.in: If with_scheme is absolute, don't AC_PATH_PROG for
diff --git a/src/sftp/.cvsignore b/src/sftp/.cvsignore
index e580e5796..417b97462 100644
--- a/src/sftp/.cvsignore
+++ b/src/sftp/.cvsignore
@@ -9,6 +9,7 @@ config.log
 config.status
 configure
 dump-hex
+lsftp
 sftp-server
 sftp-test-client
 stamp-h
diff --git a/src/sftp/.gitignore b/src/sftp/.gitignore
index 04bfa60d9..8c9df36ca 100644
--- a/src/sftp/.gitignore
+++ b/src/sftp/.gitignore
@@ -9,6 +9,7 @@
 /config.status
 /configure
 /dump-hex
+/lsftp
 /sftp-server
 /sftp-test-client
 /stamp-h
diff --git a/src/sftp/ChangeLog b/src/sftp/ChangeLog
index 5899ab261..075d5ebbd 100644
--- a/src/sftp/ChangeLog
+++ b/src/sftp/ChangeLog
@@ -1,3 +1,39 @@
+2002-03-27  Niels M�ller  <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 Sk�ld  <pont@soua.net>
 
 	* buffer.c (sftp_read_packet): Cosmetic fixes and a bugfix (if
-- 
GitLab