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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Thu, 22 Apr 2004 23:38:54 EDT


Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-tree/src/WINNT/afsd

Modified Files:
	afsd_service.c smb.c smb3.c 
Log Message:
DELTA ren-msgbox-logfile-20040422
AUTHOR jaltman@mit.edu

Several fixes:

(1) the log file afsd_logp should not be referenced in the smb modules
    instead the smb_logp should be used

(2) Properly define the dummy_MessageBox function as _stdcall

(3) When afsd_service.exe fails due to a Network Error (IP address change)
    display a MessageBox to the end user

(4) Fix "rename foo foo" to not generate a "destination file exists" error
    (Thanks to asanka)




--- DELTA config follows ---
ren-msgbox-logfile-20040422 openafs/src/WINNT/afsd/afsd_service.c 1.24 1.25
ren-msgbox-logfile-20040422 openafs/src/WINNT/afsd/smb.c 1.33 1.34
ren-msgbox-logfile-20040422 openafs/src/WINNT/afsd/smb3.c 1.25 1.26