OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Sat, 29 May 2004 19:48:00 EDT
Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-tree/src/WINNT/afsd
Modified Files:
afsd_init.c afsd_service.c cm_config.c cm_conn.c cm_conn.h
cm_dns.c cm_dns.h cm_scache.c smb.c
Log Message:
DELTA batch-commits-windows-20040529
AUTHOR jaltman@mit.edu
* Fixed DNS lookups to work consistently throughout the OpenAFS
product instead of just from within the afsd_service.exe
* Added a runtime check to ensure that AFS Client Service SMB
Server is accepting connections before attempting to mount
global drives.
* Read IP addresses for volume servers out of the CellServDB
file if gethostbyname() on the hostname fails.
* Fix getcellconfig() to populate both the Hostnames as well
as IP addresses when loading cell data via DNS
* Increase the Connection Dead Time to 50 from 20 seconds
Increase the Hard Dead Time to 120 from 40 seconds
(matches the Unix values)
* Fixed an assertion validating the number of allocated NCBs
* Fixed the build environment to consistently build for
Windows 2000 and above. (APPVER = 5.0)
* Fixed rx_debug to properly validate the receipt in incoming
data with select() and recvfrom(). Do not copy data out of
the socket buffer unless success is indicated.
--- DELTA config follows ---
batch-commits-windows-20040529 openafs/src/WINNT/afsd/afsd_init.c 1.27 1.28
batch-commits-windows-20040529 openafs/src/WINNT/afsd/afsd_service.c 1.26 1.27
batch-commits-windows-20040529 openafs/src/WINNT/afsd/cm_config.c 1.15 1.16
batch-commits-windows-20040529 openafs/src/WINNT/afsd/cm_conn.c 1.14 1.15
batch-commits-windows-20040529 openafs/src/WINNT/afsd/cm_conn.h 1.4 1.5
batch-commits-windows-20040529 openafs/src/WINNT/afsd/cm_dns.c 1.7 1.8
batch-commits-windows-20040529 openafs/src/WINNT/afsd/cm_dns.h 1.1 1.2
batch-commits-windows-20040529 openafs/src/WINNT/afsd/cm_scache.c 1.8 1.9
batch-commits-windows-20040529 openafs/src/WINNT/afsd/smb.c 1.39 1.40