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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Mon, 07 Feb 2005 14:27:36 EST


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

Modified Files:
	afskfw.c afslogon.c cm_vnodeops.c smb3.c 
Log Message:
DELTA windows-misc-20050207
AUTHOR jaltman@secure-endpoints.com

smb3.c: another fix for pattern matching.  Patterns can include '<' and '>' 
        instead of '*' and '?'.  Treat any pattern with angle bracket as
        star patterns

afslogon.c: instead of retrying the username lowercased if it is all 
        uppercased.  retry the username lowercased if it was not already
        lowercased.  this captures the mixedcase username case.

afskfw.c: If Leash is configured to not import tickets from the MSLSA,
        neither should we.

cm_vnodeops.c: If the second to last component of a path is a symlink and 
        the last component cannot be found, return NOSUCHPATH instead of
        FILE_NOT_FOUND.



--- DELTA config follows ---
windows-misc-20050207 openafs/src/WINNT/afsd/afskfw.c 1.17 1.18
windows-misc-20050207 openafs/src/WINNT/afsd/afslogon.c 1.29 1.30
windows-misc-20050207 openafs/src/WINNT/afsd/cm_vnodeops.c 1.29 1.30
windows-misc-20050207 openafs/src/WINNT/afsd/smb3.c 1.63 1.64