summaryrefslogtreecommitdiff
path: root/libftpconn
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-08-07 20:11:29 +0000
committerMiles Bader <miles@gnu.org>1997-08-07 20:11:29 +0000
commit19b09db854da73ea2140fcda1db1965da59df7f6 (patch)
tree9b972d1342f32f1cf35da91787d4fe2a08aa4a6e /libftpconn
parentcd46e31a3aa381c6a1d2c24191dffcf7993b0277 (diff)
.
Diffstat (limited to 'libftpconn')
-rw-r--r--libftpconn/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/libftpconn/ChangeLog b/libftpconn/ChangeLog
index 3ee420ec..c002340c 100644
--- a/libftpconn/ChangeLog
+++ b/libftpconn/ChangeLog
@@ -1,3 +1,15 @@
+1997-08-07 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * ftpconn.h (struct ftp_conn_syshooks): Add FIX_NLIST_NAME field.
+ (ftp_conn_unix_fix_nlist_name): New declaration.
+ * names.c (ftp_conn_cont_get_names): Support FIX_NLIST_NAME hook.
+ Free S->dir if necessary. Close or abort connection when done.
+ (struct get_names_state): Add DIR field.
+ (ftp_conn_start_get_names): Fill in S->dir field if necessary.
+
+ * unix.c (ftp_conn_unix_fix_nlist_name): New function.
+ (ftp_conn_unix_syshooks): Add ftp_conn_unix_fix_nlist_name.
+
1997-08-06 Miles Bader <miles@gnu.ai.mit.edu>
* open.c (ftp_conn_sysify): Handle REPLY_UNIMP_CMD for "syst".