r3240: - update the rules for what error codes should be given on the
authorAndrew Tridgell <tridge@samba.org>
Tue, 26 Oct 2004 05:39:54 +0000 (05:39 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:04:45 +0000 (13:04 -0500)
commite9820e1b6e62240c5a18fa85e38a99685beed2df
tree888af697a28788ad89a2c43be1bf0d13799c3785
parent84bbf02e95639536c34140906aa4652ad61ea2c3
r3240: - update the rules for what error codes should be given on the
  different type of unlink an seach mismatches

- wildcard directory listings that have attribute
  FILE_ATTRIBUTE_DIRECTORY and match "." or ".." should be failed.

- don't set the write_time on SMBclose unless it is non-zero

- added much better support for setfileinfo and setpathinfo in pvfs

- better (and more efficient) handling of .. and . components in filenames
(This used to be commit 9305b07af395a158cb9f0c1c9486f7122c79d357)
source4/ntvfs/posix/pvfs_open.c
source4/ntvfs/posix/pvfs_read.c
source4/ntvfs/posix/pvfs_resolve.c
source4/ntvfs/posix/pvfs_search.c
source4/ntvfs/posix/pvfs_setfileinfo.c
source4/ntvfs/posix/pvfs_unlink.c
source4/ntvfs/posix/pvfs_util.c