OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-34-g950b96f

Gerrit Code Review gerrit@openafs.org
Tue, 8 Sep 2009 10:54:07 -0700 (PDT)


The following commit has been merged in the master branch:
commit 950b96f290d0874e5a8e6d8bc693d4d03a3e88f2
Author: Russ Allbery <rra@stanford.edu>
Date:   Fri Aug 21 19:11:58 2009 -0700

    Remove old disabled code to support truncated passwords
    
    ka_UserAuthenticateGeneral had code disabled with #ifdef OLDCRUFT to
    retry failed authentications by truncating the password to eight
    characters, with a comment that the truncating behavior of kpasswd
    was disabled in 1990.  Nothing references this preprocessor define in
    the source tree.  Delete the dead code.
    
    Reviewed-on: http://gerrit.openafs.org/336
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/kauth/user.c |   33 ---------------------------------
 1 files changed, 0 insertions(+), 33 deletions(-)

-- 
OpenAFS Master Repository