]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix capaths "." values on client 740/head
authorGreg Hudson <ghudson@mit.edu>
Sat, 3 Mar 2018 18:44:00 +0000 (13:44 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 7 Mar 2018 16:13:49 +0000 (11:13 -0500)
commitf8d0877f848563d07152a0ee191fe82846fdb8f1
tree3d8cc0cbbfab18a80e7472eedcda674cce546296
parentec58ba020721844c7070f22c1e5da56a9812da85
Fix capaths "." values on client

Commit b72aef2c1cbcc76f7fba14ddc54a4e66e7a4e66c (ticket 6966)
introduced k5_client_realm_path() for use on the client in place of
krb5_walk_realm_tree(), but failed to handle the special case of a
capaths "." value as is done in the latter function.  Correct that
omission and add a test case.

ticket: 8646 (new)
tags: pullup
target_version: 1.16-next
target_version: 1.15-next
src/lib/krb5/krb/walk_rtree.c
src/tests/t_crossrealm.py