freebsd-dev/sys/fs/smbfs
Boris Popov cc518d3b67 Fix interaction with Windows 2000/XP based servers:
If the complete reply on the TRANS2_FIND_FIRST2 request fits exactly
into one responce packet, then next call to TRANS2_FIND_NEXT2 will return
zero entries and server will close current transaction.  To avoid
subsequent errors we should not perform FIND_CLOSE2 request.

PR:		kern/78953
Submitted by:	Jim Carroll
2005-11-22 07:13:00 +00:00
..
smbfs_io.c
smbfs_node.c Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
smbfs_node.h
smbfs_smb.c Fix interaction with Windows 2000/XP based servers: 2005-11-22 07:13:00 +00:00
smbfs_subr.c Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
smbfs_subr.h Make smbfs capable to use 16bit char set in filenames. 2005-05-04 15:05:46 +00:00
smbfs_vfsops.c - Add errmsg to the list of smbfs mount options. 2005-11-16 02:26:25 +00:00
smbfs_vnops.c - Change all filesystems and vfs_cache to relock the dvp once the child is 2005-04-13 10:59:09 +00:00
smbfs.h