OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Fri, 21 Nov 2003 20:28:05 EST


Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/tmp/cvs-serv712

Modified Files:
	afsd.c fs.c smb.c 
Log Message:
DELTA jaltman-afsd-loopback-w2k-and-noipc-patches-20031121
AUTHOR jaltman@grand.central.org

 * Change handling of CM_ERROR_NOIPC to return an Access Denied 
   error instead of a Bad Network Name error.  The reason is that
   Bad Network Name results in a subsequent query by many apps
   to find a good network name which cannot be accomplished.
   Access Denied is more appropriate and results in an immediate
   error return.

 * Disable the Loopback Adapter hack for operating systems prior
   to Windows XP because the Loopback adapter on previous versions
   does not perform loopback operations on Broadcast messages 
   which are necessary for the proper registration of the 
   NETBIOS name for the AFS Service.

 * Many minor corrections to uninitialized variables; spelling 
   errors; formatting errors; etc.



--- DELTA config follows ---
jaltman-afsd-loopback-w2k-and-noipc-patches-20031121 openafs/src/WINNT/afsd/afsd.c 1.5 1.6
jaltman-afsd-loopback-w2k-and-noipc-patches-20031121 openafs/src/WINNT/afsd/fs.c 1.6 1.7
jaltman-afsd-loopback-w2k-and-noipc-patches-20031121 openafs/src/WINNT/afsd/smb.c 1.13 1.14