freebsd-skq/libexec/ftpd
yar 478d73b235 If ftpd is run with an -h option (hide host-specific info,)
don't reveal the info in reply to the SYST command.

Get rid of using the "unix" macro at the same time.  It was a rather
poor way to check if the system was Unix since there were quite a
few Unix clones out there whose cc didn't define "unix" (e.g.,
NetBSD.)  It was also sensitive to the C standard used, which caused
unnecessary trouble:  With -std=c99, it should have been "__unix__",
and so on.

PR:		bin/50690
Submitted by:	Alex Semenyaka <alexs _at_ snark.ratmir.ru>
MFC after:	1 week
2003-06-16 11:30:23 +00:00
..
config.h
extern.h
ftpchroot.5 Assorted mdoc(7) fixes. 2003-06-01 19:52:36 +00:00
ftpcmd.y If ftpd is run with an -h option (hide host-specific info,) 2003-06-16 11:30:23 +00:00
ftpd.8 Add section number to .Xr 2003-06-08 12:40:50 +00:00
ftpd.c Kill unnecessary vertical whitespace. 2003-02-11 14:10:48 +00:00
logwtmp.c Oops. Some ut_time stuff slipped through the cracks. These turned out 2002-11-17 23:46:45 +00:00
Makefile Extend the format of /etc/ftpchroot so an alternative chroot 2003-01-26 19:02:56 +00:00
pathnames.h
popen.c