DragonFly BSD
DragonFly commits List (threaded) for 2011-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: DragonFly_RELEASE_2_10 ftpd - Remove the use of GLOB_LIMIT


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 21 Apr 2011 21:45:09 -0700 (PDT)

commit a68418749a62b36503901217abe6542e3bb4d035
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Thu Apr 21 04:11:09 2011 -0700

    ftpd - Remove the use of GLOB_LIMIT
    
    * The problem with this flag is that it currently arbitrarily limits
      stat and other operations and completely breaks anonymous ftp on
      directories with large numbers of files (like packages/All).
    
      Remove its use for now.

Summary of changes:
 libexec/ftpd/ftpcmd.y |    2 +-
 libexec/ftpd/ftpd.c   |    2 +-
 libexec/ftpd/popen.c  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a68418749a62b36503901217abe6542e3bb4d035


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]