Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/25/1996 16:10:02
christos
Wed Dec 25 11:00:39 EST 1996
Update of /cvsroot/src/usr.bin/ftp
In directory netbsd1:/var/slash-tmp/cvs-serv5422

Modified Files:
	cmds.c 
Log Message:
- Don't print the '500 command not understood' reply for the SIZE and
  MDTM commands which are not supported by all ftp servers, unless we
  are in debugging mode.


christos
Wed Dec 25 11:02:07 EST 1996
Update of /cvsroot/src/usr.bin/ftp
In directory netbsd1:/var/slash-tmp/cvs-serv5484

Modified Files:
	ftp.c 
Log Message:
- make sure that the reply string is null-terminated, and copy only up to
  the initialized copy of the source string, since the source string is not
  null terminated at this point.