freebsd-dev/usr.bin/ftp
Dag-Erling Smørgrav ff7b59cd9e Separate the pftp and FTP_PASSIVE_MODE tests so gate mode works again.
PR:		bin/12070
Submitted by:	Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk>

Specifically check that FTP_PASSIVE_MODE is set to YES, rather than
just checking if it is defined.

Discussed on:	freebsd-current
1999-06-07 16:35:15 +00:00
..
cmds.c Cleanup code so that long lines to be quoted don't get truncated. 1998-02-14 15:38:29 +00:00
cmdtab.c Sync with NetBSD v1.3. 1997-12-13 20:38:21 +00:00
complete.c Sync with NetBSD v1.3. 1997-12-13 20:38:21 +00:00
domacro.c Sync with NetBSD v1.3. 1997-12-13 20:38:21 +00:00
extern.h fd_set is documented to be a typedef, not a struct. Conform more 1998-07-26 18:49:36 +00:00
fetch.c One more ctype cast 1997-12-16 08:58:15 +00:00
ftp_var.h Sync with NetBSD v1.3. 1997-12-13 20:38:21 +00:00
ftp.1 Fix a few minor typos and style nits. 1998-03-01 18:58:03 +00:00
ftp.c Better error checking. 1998-12-09 20:49:20 +00:00
main.c Separate the pftp and FTP_PASSIVE_MODE tests so gate mode works again. 1999-06-07 16:35:15 +00:00
Makefile Sync with NetBSD v1.3. 1997-12-13 20:38:21 +00:00
pathnames.h Sync with NetBSD v1.3. 1997-12-13 20:38:21 +00:00
ruserpass.c Sync with NetBSD v1.3. 1997-12-13 20:38:21 +00:00
util.c 'remaining' must be declared off_t instead of int to avoid FPE when the size of 1998-07-19 00:01:24 +00:00