r3747: - added some of the infrastructure needed for streams support in pvfs
authorAndrew Tridgell <tridge@samba.org>
Mon, 15 Nov 2004 06:57:26 +0000 (06:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:50 +0000 (13:05 -0500)
commit187412f3da4fbc6feeca15bd0c2527534255964e
treebd09f3cab5515bd89233a509d2a42238894f24eb
parent4719461a07a5494f01b4295e6f9e0479ea8e96a0
r3747: - added some of the infrastructure needed for streams support in pvfs
  (the IDL, and the load/save meta-data logic)

- changed pvfs_resolve_name() to default to non-wildcard, needing
  PVFS_RESOLVE_WILDCARD to enable wildcards. Most callers don't want
  wildcards, so defaulting this way makes more sense.

- fixed deletion of EAs
(This used to be commit e7afd4403cc1b7e0928776929f8988aa6f15640b)
15 files changed:
source4/include/structs.h
source4/librpc/idl/xattr.idl
source4/ntvfs/posix/config.mk
source4/ntvfs/posix/pvfs_mkdir.c
source4/ntvfs/posix/pvfs_open.c
source4/ntvfs/posix/pvfs_qfileinfo.c
source4/ntvfs/posix/pvfs_rename.c
source4/ntvfs/posix/pvfs_resolve.c
source4/ntvfs/posix/pvfs_search.c
source4/ntvfs/posix/pvfs_setfileinfo.c
source4/ntvfs/posix/pvfs_streams.c [new file with mode: 0644]
source4/ntvfs/posix/pvfs_unlink.c
source4/ntvfs/posix/pvfs_xattr.c
source4/ntvfs/posix/vfs_posix.c
source4/ntvfs/posix/vfs_posix.h