r4243: a sniff from kukks showed that the ea_set interface in trans2 setfileinfo...
authorAndrew Tridgell <tridge@samba.org>
Fri, 17 Dec 2004 04:51:23 +0000 (04:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:07:28 +0000 (13:07 -0500)
commit3b8e83a8c8f32ca658841f1fae344399a48d66a4
treefebc6b07ebea32366b3ecc8f7b4862f7294e6798
parent50005129ab0a5c5f2422460e6d7c19616e5e1124
r4243: a sniff from kukks showed that the ea_set interface in trans2 setfileinfo allows
for multiple EAs to be set at once. This fixes all the ea code to allow for that.
(This used to be commit b26828bef5d55e5eef0e34a164e76292df45e207)
source4/include/smb_interfaces.h
source4/libcli/raw/raweas.c
source4/libcli/raw/rawsetfileinfo.c
source4/ntvfs/posix/pvfs_mkdir.c
source4/ntvfs/posix/pvfs_open.c
source4/ntvfs/posix/pvfs_setfileinfo.c
source4/smb_server/trans2.c
source4/torture/gentest.c
source4/torture/raw/eas.c
source4/torture/torture_util.c