Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2003 05:18:55 -0800 (PST)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/ftpd ftpd.c
Message-ID:  <200301311318.h0VDItK7030225@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2003/01/31 05:18:55 PST

  Modified files:
    libexec/ftpd         ftpd.c 
  Log:
  Let real users access special files through FTP
  if allowed by their filesystem permissions.
  
  This doesn't break anything since using sendfile(2)
  is triggered later by a separate S_ISREG conditional.
  
  PR:             bin/20824
  MFC after:      1 week
  
  Revision  Changes    Path
  1.141     +13 -3     src/libexec/ftpd/ftpd.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301311318.h0VDItK7030225>