]> git.michaelhowe.org Git - packages/o/openafs.git/commit
windows-dns-crypt-20050516
authorJeffrey Altman <jaltman@mit.edu>
Wed, 16 Mar 2005 21:37:07 +0000 (21:37 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 16 Mar 2005 21:37:07 +0000 (21:37 +0000)
commit164d4ee959547e4791a497bc86377b269ec43dd2
tree14ac15805b900083939f9ec02ee00793a01cbbbc
parent1c5e550e99b3a7fd8fc53106f8e4ac01860a2ef8
windows-dns-crypt-20050516

Found another case in which the windows client could break connections
which should not be broken if cryptall is on.  If the connection is
unauthenticated because there are no tokens, the connections will be
broken.

If a site relies on AFSDB records and the client machine is configured
to append a domain suffix to all queries it is possible for "foo" and
"foo.bar" to appear to be separate cells.  fixed by appending a trailing
'.' to all AFSDB queries if there is not already one.
src/WINNT/afsd/cm_conn.c
src/WINNT/afsd/cm_dns.c