1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-25 16:13:17 +00:00
freebsd/sys/fs/smbfs
Tim J. Robbins aa808a7fa6 Allow the [, ], and = characters in non-8.3 filenames since they
are allowed by Windows (ref: MS KB article 120138).

XXX From my reading of the CIFS specification, it's not clear that
clients need to validate filenames at all.

PR:		57123
Submitted by:	Paul Coucher
MFC after:	1 month
2003-09-26 12:11:08 +00:00
..
smbfs_io.c - Remove interlock protection around VI_XLOCK. The interlock is not 2003-09-19 23:37:49 +00:00
smbfs_node.c Send the close request to the SMB server in smbfs_inactive(), instead of 2003-06-17 12:58:02 +00:00
smbfs_node.h Send the close request to the SMB server in smbfs_inactive(), instead of 2003-06-17 12:58:02 +00:00
smbfs_smb.c Send the close request to the SMB server in smbfs_inactive(), instead of 2003-06-17 12:58:02 +00:00
smbfs_subr.c Don't follow smbnode n_parent pointer when NREFPARENT flag is not set 2003-06-14 15:24:54 +00:00
smbfs_subr.h
smbfs_vfsops.c size_t != int. Make this compile on 64 bit platforms (eg: amd64). 2003-07-24 01:59:18 +00:00
smbfs_vnops.c Allow the [, ], and = characters in non-8.3 filenames since they 2003-09-26 12:11:08 +00:00
smbfs.h Revert removal of vnode and VFS stubs; bp asserts that they are needed. 2003-02-08 05:48:04 +00:00