OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-17-gd6071aa

Gerrit Code Review gerrit@openafs.org
Tue, 11 Aug 2009 08:37:22 -0700 (PDT)


The following commit has been merged in the master branch:
commit d6071aa6e5f93cf9f9dd42c0c49d56416cfdabbe
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date:   Tue Aug 11 08:43:53 2009 -0400

    Windows: Avoid unnecessary DNS lookups
    
    Windows will attempt to open connections to a broad
    range of pipe service (share) names which do not contain
    a dot in them.  Attempts to search for these names as
    cell names in DNS result in timeouts and sluggish behavior
    when browsing \\AFS in the Explorer Shell.
    
    To avoid this problem, do not perform a DNS lookup for a
    cellname that doesn't not contain a dot in it.
    
    LICENSE MIT
    
    Reviewed-on: http://gerrit.openafs.org/302
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/cm_config.c |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository