Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2004 08:11:27 -0800 (PST)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/ftpd ftpd.c
Message-ID:  <200402161611.i1GGBRWj067583@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2004/02/16 08:11:27 PST

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    libexec/ftpd         ftpd.c 
  Log:
  MFC rev. 1.148, 1.150-1.153:
  
  - deny attempts to delete or rename a file
    if a guest user isn't allowed to modify files on the server;
  
  - disallow downloading raw directory contents by real users
    in order to work around buggy GUI clients which think that
    trying to download a directory is a fair way to tell it
    from a regular file;
  
  - "(char *)0" --> "NULL" where possible.
  
  Revision   Changes    Path
  1.62.2.53  +17 -2     src/libexec/ftpd/ftpd.c



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