cvs commit: src/libexec/ftpd ftpd.c

Yar Tikhiy yar at FreeBSD.org
Mon Feb 16 08:11:27 PST 2004


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


More information about the cvs-all mailing list