thanks to ntfsd and some google searches I worked out what the unknown
authorAndrew Tridgell <tridge@samba.org>
Tue, 2 Sep 2003 04:37:33 +0000 (04:37 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 2 Sep 2003 04:37:33 +0000 (04:37 +0000)
commit0becf4d68329ca599f3e34ee97ca3f72d0e9425f
tree14a66389e715d34a43e65d590650fc356113c796
parent11c5869a450d5f78a9395889ec03f77732cc8be5
thanks to ntfsd and some google searches I worked out what the unknown
fields in level 261 and level 262 of directory search are, plus the
names of the levels

the unknown fields are a 64bit unique file id, and match the 64 bit
number from the internal_information qfileinfo level
(This used to be commit b69f54eb028a24144a2e813f059b08644118ab09)
15 files changed:
source4/client/client.c
source4/include/smb_interfaces.h
source4/include/trans2.h
source4/libcli/raw/rawfileinfo.c
source4/libcli/raw/rawsearch.c
source4/ntvfs/ntvfs_generic.c
source4/ntvfs/simple/svfs_util.c
source4/ntvfs/simple/vfs_simple.c
source4/smbd/trans2.c
source4/torture/gentest.c
source4/torture/raw/qfileinfo.c
source4/torture/raw/search.c
source4/torture/raw/setfileinfo.c
source4/torture/search.c
source4/torture/torture_util.c