Makefile.in: Build the new test driver (t_walk_rtree.c) for
authorTheodore Tso <tytso@mit.edu>
Thu, 1 Dec 1994 01:37:13 +0000 (01:37 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 1 Dec 1994 01:37:13 +0000 (01:37 +0000)
commita0859d051b681be050425a7324f0fb96ca1d9c62
treecfb350ad4ef64d4e7dcc87b718d7911cbbd8d6f4
parentc51e9a64663a3a9f3f63e0d108316ecbdc94cb08
Makefile.in: Build the new test driver (t_walk_rtree.c) for
krb5_walk_realm_tree.

walk_realm_tree.c (krb5_walk_realm_tree): Fix bug which occured when
the client or the server is a subdomain of the other; walk_realm_tree
would return the wrong answer, and suffer from memory access errors.

unparse.c (krb5_unparse_name_ext): Quote the '/' and '@' characters properly.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4724 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/Makefile.in
src/lib/krb5/krb/t_walk_rtree.c [new file with mode: 0644]
src/lib/krb5/krb/unparse.c
src/lib/krb5/krb/walk_rtree.c