OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-118-ga86ad26

Gerrit Code Review gerrit@openafs.org
Mon, 20 Sep 2010 00:09:43 -0700 (PDT)


The following commit has been merged in the master branch:
commit a86ad262d2a8be36f43ab0885a84dde37ddfc464
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sat Sep 11 10:11:57 2010 +0100

    auth: Add the ktc_ListTokensEx function
    
    Add a ktc_ListTokensEx function which uses the new GetToken pioctl
    to implement the same functionality as the old ktc_ListTokens call.
    
    As with ktc_ListTokens this is hugely inefficient, as it gets a
    compelete token structure from the kernel, then throws it away to
    return just the cell which the token is for.
    
    Change-Id: Idf3daa536c6a04d397691d0cc6fcb2c59f9f444c
    Reviewed-on: http://gerrit.openafs.org/2748
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/auth/auth.p.h                |    1 +
 src/auth/ktc.c                   |   57 ++++++++++++++++++++++++++++++++++++++
 src/auth/ktc_nt.c                |    7 ++++
 src/libafsauthent/afsauthent.def |    1 +
 4 files changed, 66 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository