freebsd-nq/sys/fs/smbfs
Tim J. Robbins 38356d1097 Use vaccess() instead of rolling our own access checks. This fixes a bug
where requests to open a file in append mode were always denied, and
will also be useful when capabilities and auditing are implemented.
2003-02-03 09:04:34 +00:00
..
smbfs_io.c Store a reference to the parent directory's vnode in struct smbnode, 2002-12-13 10:15:01 +00:00
smbfs_node.c Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. 2003-01-21 08:56:16 +00:00
smbfs_node.h Store a reference to the parent directory's vnode in struct smbnode, 2002-12-13 10:15:01 +00:00
smbfs_smb.c Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. 2003-01-21 08:56:16 +00:00
smbfs_subr.c Store a reference to the parent directory's vnode in struct smbnode, 2002-12-13 10:15:01 +00:00
smbfs_subr.h Implement additional SMB calls to allow proper update of file size as some 2002-09-18 09:27:04 +00:00
smbfs_vfsops.c Keep trying to flush the vnode list for the mount while some are still 2002-12-13 23:44:00 +00:00
smbfs_vnops.c Use vaccess() instead of rolling our own access checks. This fixes a bug 2003-02-03 09:04:34 +00:00
smbfs.h Keep trying to flush the vnode list for the mount while some are still 2002-12-13 23:44:00 +00:00