From 07fbfcedf04e1d64472ad508c81207c782e021e1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 5 Mar 2001 23:01:43 +0000 Subject: 2001-01-31 Sergei Organov * rtems_servers/ftp.d: Following changes: - Hacks with current dir and root dir removed in favor of new libio support for task-local current and root directories. - Bug in `close_data_socket()' introduced by previous change fixed. - `command_pasv()' changed to set timeout on socket we are listening on and code fixed to don't close socket twice on error. - `serr()' changed to clear `errno'. - `data_socket()' changed to clear `errno' before `bind()'. - `session()' changed to clear `errno' before processing session. - `close_data_socket()' fixed to close both active and passive sockets - Initialize info->data_socket to -1 in `daemon()' - Initialize `fname' to empty string in `exec_command()' --- c/src/exec/libnetworking/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'c/src/exec/libnetworking') diff --git a/c/src/exec/libnetworking/ChangeLog b/c/src/exec/libnetworking/ChangeLog index 1df7067298..8b8215ab06 100644 --- a/c/src/exec/libnetworking/ChangeLog +++ b/c/src/exec/libnetworking/ChangeLog @@ -1,3 +1,18 @@ +2001-01-31 Sergei Organov + + * rtems_servers/ftp.d: Following changes: + - Hacks with current dir and root dir removed in favor of new libio + support for task-local current and root directories. + - Bug in `close_data_socket()' introduced by previous change fixed. + - `command_pasv()' changed to set timeout on socket we are listening + on and code fixed to don't close socket twice on error. + - `serr()' changed to clear `errno'. + - `data_socket()' changed to clear `errno' before `bind()'. + - `session()' changed to clear `errno' before processing session. + - `close_data_socket()' fixed to close both active and passive sockets + - Initialize info->data_socket to -1 in `daemon()' + - Initialize `fname' to empty string in `exec_command()' + 2001-02-03 Ralf Corsepius * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am, -- cgit v1.2.3