summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-03-05 23:01:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-03-05 23:01:43 +0000
commit07fbfcedf04e1d64472ad508c81207c782e021e1 (patch)
treede231bf8d489af1a8f4a04848ce07737a1c23cf9 /c/src/exec/libnetworking
parent2001-02-18 Ralf Corsepiu <corsepius@faw.uni-ulm.de> (diff)
downloadrtems-07fbfcedf04e1d64472ad508c81207c782e021e1.tar.bz2
2001-01-31 Sergei Organov <osv@javad.ru>
* 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()'
Diffstat (limited to 'c/src/exec/libnetworking')
-rw-r--r--c/src/exec/libnetworking/ChangeLog15
1 files changed, 15 insertions, 0 deletions
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 <osv@javad.ru>
+
+ * 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 <corsepiu@faw.uni-ulm.de>
* Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am,