]> git.michaelhowe.org Git - packages/o/openafs.git/commit
STABLE14-windows-misc-20050207
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 21 Feb 2005 01:16:39 +0000 (01:16 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 21 Feb 2005 01:16:39 +0000 (01:16 +0000)
commit49e37244b2d8260456eafd189ffdc62caf510ac4
tree05355bcc2fb0a6f26551d6fdba16b15736c9ffdb
parentaa8b4a2f56c02c0a718d92a6ebf2ed0345d3564c
STABLE14-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.

(cherry picked from commit 641c2b17efbffa523818a950761e612e9fc6f5f7)
src/WINNT/afsd/afskfw.c
src/WINNT/afsd/afslogon.c
src/WINNT/afsd/cm_vnodeops.c
src/WINNT/afsd/smb3.c