summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/vfs_posix.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-10-12 05:33:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:59:49 -0500
commit4962d9d03efd91bf4e7209cff47877f20d7de25d (patch)
tree986ee9e7543626ba38ba1b61069801aedb4fe7d5 /source4/ntvfs/posix/vfs_posix.h
parent52f525c104ae2d17901f104cbf482395dc803cc1 (diff)
downloadsamba-4962d9d03efd91bf4e7209cff47877f20d7de25d.tar.gz
samba-4962d9d03efd91bf4e7209cff47877f20d7de25d.tar.bz2
samba-4962d9d03efd91bf4e7209cff47877f20d7de25d.zip
r2928: - fixed the handling of reserved names (rejecting them with ACCESS_DENIED)
- don't check for '.' specially in checking for legal names. Longhorn doesn't do this any more, and its a real pain. Longhorn allows for filenames ending in '.', and with as many '.' elements as you like. (This used to be commit 0a475175c53016bfa5b8246819676ddcd8b66feb)
Diffstat (limited to 'source4/ntvfs/posix/vfs_posix.h')
-rw-r--r--source4/ntvfs/posix/vfs_posix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/ntvfs/posix/vfs_posix.h b/source4/ntvfs/posix/vfs_posix.h
index f6faf718be..38e55fd887 100644
--- a/source4/ntvfs/posix/vfs_posix.h
+++ b/source4/ntvfs/posix/vfs_posix.h
@@ -138,8 +138,6 @@ struct pvfs_mangle_context {
/* this is used to reverse the base 36 mapping */
unsigned char base_reverse[256];
-
- const char **reserved_names;
};