Module Name: krb5 Committed By: raeburn Date: Mon Jun 16 19:02:01 UTC 2003 Modified Files: krb5/src/appl/gssftp/ftp/ChangeLog krb5/src/appl/gssftp/ftp/cmds.c krb5/src/appl/gssftp/ftp/ftp.c krb5/src/appl/gssftp/ftp/ftp_var.h Added Files: Removed Files: Log Message ticket: 1351 status: open * ftp.c (recvrequest): Add new argument indicating whether "-" and "|..." special treatment should be disabled. * ftp_var.h (recvrequest): Update declaration. * cmds.c (remglob, ls, mls): Pass 0 as the extra argument. (mget): Pass 1. (getit): Pass 1 iff only one filename was supplied. To generate a diff of this commit: cvs diff -r1.74 -r1.75 krb5/src/appl/gssftp/ftp/ChangeLog cvs diff -r1.22 -r1.23 krb5/src/appl/gssftp/ftp/cmds.c cvs diff -r1.35 -r1.36 krb5/src/appl/gssftp/ftp/ftp.c cvs diff -r1.14 -r1.15 krb5/src/appl/gssftp/ftp/ftp_var.h