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

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Sun, 20 Feb 2005 20:16:42 EST


Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/data/sb/openafs-stable-1_4_x/src/WINNT/afsd

Modified Files:
      Tag: openafs-stable-1_4_x
	afskfw.c afslogon.c cm_vnodeops.c smb3.c 
Log Message:
DELTA STABLE14-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 for openafs-stable-1_4_x follows ---
STABLE14-windows-misc-20050207 openafs/src/WINNT/afsd/afskfw.c 1.8.2.8 1.8.2.9
STABLE14-windows-misc-20050207 openafs/src/WINNT/afsd/afslogon.c 1.24.2.5 1.24.2.6
STABLE14-windows-misc-20050207 openafs/src/WINNT/afsd/cm_vnodeops.c 1.19.2.9 1.19.2.10
STABLE14-windows-misc-20050207 openafs/src/WINNT/afsd/smb3.c 1.42.2.19 1.42.2.20