r4263: added support for the trans2 RAW_SEARCH_EA_LIST information
authorAndrew Tridgell <tridge@samba.org>
Sat, 18 Dec 2004 04:38:43 +0000 (04:38 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:07:29 +0000 (13:07 -0500)
commited42a64901ba0a7ad8cbaac582600688af1b7d72
treeb68217a14fbd61d1f58b702d7ecc5b9ee66f2ce5
parentb02c5abfb470575a67ced192b2913b5a1c73dd3e
r4263: added support for the trans2 RAW_SEARCH_EA_LIST information
level. This is quite a strange level that we've never seen before, but
is used by the os2 workplace shell.

note w2k screws up this level when unicode is negotiated, so it only
passes the RAW-SEARCH test when you force non-unicode
(This used to be commit 25189b8fbf6515d573e3398dc9fca56505dc37b9)
source4/include/smb_interfaces.h
source4/include/trans2.h
source4/lib/data_blob.c
source4/libcli/raw/rawfileinfo.c
source4/libcli/raw/rawsearch.c
source4/ntvfs/posix/pvfs_qfileinfo.c
source4/ntvfs/posix/pvfs_search.c
source4/smb_server/trans2.c
source4/torture/raw/eas.c
source4/torture/raw/search.c