windows-misc-20050207
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 7 Feb 2005 19:27:35 +0000 (19:27 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 7 Feb 2005 19:27:35 +0000 (19:27 +0000)
commit641c2b17efbffa523818a950761e612e9fc6f5f7
tree2b384960924a0cbe8c4f905365972d802d4fe198
parent96e09aa1099e7877dffb5134fe24edfa261032b4
windows-misc-20050207

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.
src/WINNT/afsd/afskfw.c
src/WINNT/afsd/afslogon.c
src/WINNT/afsd/cm_vnodeops.c
src/WINNT/afsd/smb3.c