NetBSD/usr.bin/ftp
lukem d067f3bbd2 * in recvrequest(), ignore restart_point unless "RETR"ieving. fixes problems
where a remote completion or `mget' would confuse the client a `restart'
  had been issued beforehand. now, `restart' is remembered until an operation
  that can actually use it is invoked.
* in sendrequest(), don't reset restart_point upon entry. fixes `restart'
  for `put' operations.
* if `restart' is invoked with no arguments, print current setting instead
  of displaying a usage
* consistently use printf("%qd", (long long)restart_point) when displaying
  restart_point
* use strto[lq]() instead of atol() when parsing `mark' and `restart' values
* remove unnecessary strlen()s when result of previous snprintf() will do
* replace a few malloc()/strcpy()s with strdup()s
* use SECSPERHOUR instead of '3600'
1997-11-01 14:36:49 +00:00
..
Makefile don't define WARNS=1 here 1997-10-18 15:31:20 +00:00
cmds.c * in recvrequest(), ignore restart_point unless "RETR"ieving. fixes problems 1997-11-01 14:36:49 +00:00
cmdtab.c bugs fixed: 1997-08-18 10:20:13 +00:00
complete.c Fixes from Todd Miller <Todd.Miller@courtesan.com>: 1997-09-13 09:05:52 +00:00
domacro.c * use RCSID() && COPYRIGHT() macros 1997-07-20 09:45:35 +00:00
extern.h * in recvrequest(), ignore restart_point unless "RETR"ieving. fixes problems 1997-11-01 14:36:49 +00:00
fetch.c * in recvrequest(), ignore restart_point unless "RETR"ieving. fixes problems 1997-11-01 14:36:49 +00:00
ftp.1 support $TMPDIR 1997-08-23 07:32:50 +00:00
ftp.c * in recvrequest(), ignore restart_point unless "RETR"ieving. fixes problems 1997-11-01 14:36:49 +00:00
ftp_var.h * in recvrequest(), ignore restart_point unless "RETR"ieving. fixes problems 1997-11-01 14:36:49 +00:00
main.c PR/4257: Jaromir Dolecek: Compensate for the libedit changes. 1997-10-14 16:31:22 +00:00
pathnames.h
ruserpass.c * in recvrequest(), ignore restart_point unless "RETR"ieving. fixes problems 1997-11-01 14:36:49 +00:00
util.c * in recvrequest(), ignore restart_point unless "RETR"ieving. fixes problems 1997-11-01 14:36:49 +00:00