OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Tue, 21 Sep 2004 10:07:19 EDT
Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-1-4/src/WINNT/afsd
Modified Files:
Tag: openafs-stable-1_4_x
cm_utils.c cm_vnodeops.c cm_vnodeops.h smb.c smb.h smb3.c
smb3.h
Log Message:
DELTA windows-links-20040921
AUTHOR jaltman@mit.edu
FIXES 915
FIXES 15250
* smb_ReceiveCoreRename() was factored to produce smb_Rename()
which is used by both the original function and the new
smb_ReceiveNTRename(). smb_ReceiveNTRename() supports the
creation of HardLinks in addition to Renaming. smb_Link()
is a new function which creates HardLinks via cm_Link().
cm_Link() is a new vnodeops function which creates links
using RXAFS_Link().
smb_ReceiveNTRename() does not support the File Copy and
Move Cluster Information operations described in its interface.
ReceiveNTRename is under documented in CIFS-TR-1p00_FINAL.pdf.
* When opening files via symlinks, we should follow the symlinks
until we reach the actual file stat cache entry. The stat cache
entry of the file should then be stored in the FID instead of
stat scache entry of the symlink.
* return bad operation errors for all unimplemented functions
even if we do not know the functions exist.
* Log bad packets and unknown operation packets to the trace log
* Map CM_ERROR_BADOP to STATUS_NOT_SUPPORTED instead of
0xC09820FF
* Update list of known CIFS operations to include all those listed
in CIFS-TR-1p00_FINAL.pdf.
--- DELTA config for openafs-stable-1_4_x follows ---
windows-links-20040921 openafs/src/WINNT/afsd/cm_utils.c 1.5 1.5.14.1
windows-links-20040921 openafs/src/WINNT/afsd/cm_vnodeops.c 1.19.2.1 1.19.2.2
windows-links-20040921 openafs/src/WINNT/afsd/cm_vnodeops.h 1.5 1.5.2.1
windows-links-20040921 openafs/src/WINNT/afsd/smb.c 1.55.2.1 1.55.2.2
windows-links-20040921 openafs/src/WINNT/afsd/smb.h 1.14.2.2 1.14.2.3
windows-links-20040921 openafs/src/WINNT/afsd/smb3.c 1.42.2.5 1.42.2.6
windows-links-20040921 openafs/src/WINNT/afsd/smb3.h 1.7 1.7.2.1