Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2002 10:53:52 -0700 (PDT)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/ftpd ftpd.8 ftpd.c
Message-ID:  <200208081753.g78Hrq0X078614@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2002/08/08 10:53:52 PDT

  Modified files:
    libexec/ftpd         ftpd.8 ftpd.c 
  Log:
  Rework storing files thoroughly. This includes:
  
  o Remove the race between stat(2) & fopen(3) when creating
    a unique file.
  
  o Improve bound checking when generating a unique name from
    a given pathname.
  
  o Ignore REST marker on APPE.  No RFC specifies this case,
    but the idea of resuming APPE's implies this.
  
  o By default, deny upload resumes and appends by anonymous users.
    Previously these commands were translated to STOU silently,
    which led to broken files on server without any notification
    to the user.
  
  o Add an option, -m, to allow anonymous users to modify
    existing files (e.g., to resume uploads) if filesystem
    permissions permit.
  
  Portions obrainded from:        OpenBSD
  MFC after:                      3 weeks
  
  Revision  Changes    Path
  1.53      +6 -1      src/libexec/ftpd/ftpd.8
  1.121     +78 -23    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?200208081753.g78Hrq0X078614>