summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/generic/gssapi_generic.c
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2008-10-15 17:37:21 +0000
committerKen Raeburn <raeburn@mit.edu>2008-10-15 17:37:21 +0000
commitd73bc5ac6a6b5b6f20e0f77be11f8b4b793d8eeb (patch)
tree69374d3e81d611f2550e7b01a50e81600716032f /src/lib/gssapi/generic/gssapi_generic.c
parentec674671176ea46e5d20eff2ae923a21442573c3 (diff)
downloadkrb5-d73bc5ac6a6b5b6f20e0f77be11f8b4b793d8eeb.tar.gz
krb5-d73bc5ac6a6b5b6f20e0f77be11f8b4b793d8eeb.tar.xz
krb5-d73bc5ac6a6b5b6f20e0f77be11f8b4b793d8eeb.zip
handle stash file names with missing keytab type spec and colon in path
Currently the keytab name resolution code will pass off any name with no colon to the default keytab type handler, which is the FILE handler. It will also check for Windows file names consisting of one letter followed by a colon, and treat them as FILE specs also. If a UNIX pathname contains a colon, however, and no type was explicitly specified, the leading part of the pathname gets treated as a type name and fails to match anything. It should instead treat type-less names starting with "/" as FILE specs also. Tweak the test suite to use such a name. Report and patch from Apple. rdar://problem/6179239 ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20872 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi/generic/gssapi_generic.c')
0 files changed, 0 insertions, 0 deletions