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)
commite7afd4403cc1b7e0928776929f8988aa6f15640b
tree0a01d352cc49550764d085327a7de1415f098166
parent5ed3d68d20860bdedcfeb2461af570aedc689674
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
15 files changed:
source/include/structs.h
source/librpc/idl/xattr.idl
source/ntvfs/posix/config.mk
source/ntvfs/posix/pvfs_mkdir.c
source/ntvfs/posix/pvfs_open.c
source/ntvfs/posix/pvfs_qfileinfo.c
source/ntvfs/posix/pvfs_rename.c
source/ntvfs/posix/pvfs_resolve.c
source/ntvfs/posix/pvfs_search.c
source/ntvfs/posix/pvfs_setfileinfo.c
source/ntvfs/posix/pvfs_streams.c [new file with mode: 0644]
source/ntvfs/posix/pvfs_unlink.c
source/ntvfs/posix/pvfs_xattr.c
source/ntvfs/posix/vfs_posix.c
source/ntvfs/posix/vfs_posix.h