OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1111-g5cd4282

Gerrit Code Review gerrit@openafs.org
Mon, 25 Apr 2011 21:50:27 -0700 (PDT)


The following commit has been merged in the master branch:
commit 5cd4282758317b24d2f63408ab4c62551bbebc03
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Apr 25 13:58:34 2011 -0500

    pam: Fix password torching const-ness
    
    In some code branches, the PAM code "torches" a password by zeroing
    it. However, it does this through a const pointer which we otherwise
    know is not actually const. Make sure we get better type checking by
    doing this through a non-const pointer.
    
    Change-Id: Ibdb4c7b98baf964a8efdf0e8a9882f8ab29e22af
    Reviewed-on: http://gerrit.openafs.org/4554
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/pam/afs_auth.c     |   12 ++++--------
 src/pam/afs_password.c |   11 ++++-------
 src/pam/afs_setcred.c  |   12 ++++--------
 3 files changed, 12 insertions(+), 23 deletions(-)

-- 
OpenAFS Master Repository