r5063: Shamelessly steal the Samba4 logic (and some code :-) for directory
authorJeremy Allison <jra@samba.org>
Fri, 28 Jan 2005 21:01:58 +0000 (21:01 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:55:13 +0000 (10:55 -0500)
commit0af1d2f6f24f238cb05e10d7d53dcd5b5e0f5f5d
tree99e37cb05af0ea721f881c4382a94664fd05c08a
parente2ce048654fdb98a50622ac60abae18c6b6ba4d2
r5063: Shamelessly steal the Samba4 logic (and some code :-) for directory
evaluation. This stops us from reading the entire directory into
memory at one go, and allows partial reads. It also keeps almost
the same interface to the OpenDir/ReadDir etc. code (sorry James :-).
Next I will optimise the findfirst with exact match code. This speeds
up our interactive response for large directories, but not when a
missing (ie. negative) findfirst is done.
Jeremy
source/smbd/dir.c
source/smbd/filename.c
source/smbd/notify_hash.c
source/smbd/reply.c
source/smbd/trans2.c