ftpd - Remove the use of GLOB_LIMIT
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 21 Apr 2011 11:11:09 +0000 (04:11 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 21 Apr 2011 11:11:09 +0000 (04:11 -0700)
commite18092903cba9b83ffd2b97b7167b8f9fb2b1abd
tree533c08f049182cb32a6cf45c533aedf13d3f365b
parent6ab1269c4531652932a5ae384584e6375f204779
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.
libexec/ftpd/ftpcmd.y
libexec/ftpd/ftpd.c
libexec/ftpd/popen.c