OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-114-g209d8c3

Gerrit Code Review gerrit@openafs.org
Sun, 19 Sep 2010 23:48:57 -0700 (PDT)


The following commit has been merged in the master branch:
commit 209d8c367756cf0e0bad5b3d35bdc6b25d7b485d
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Sep 16 02:48:30 2010 +0200

    Windows: Add new token interface with stub for ktc_GetTokenEx
    
    The Windows build was broken by the addition of dependencies on
    token_FreeSet, ktc_GetTokenEx, etc.   Permit the build to continue.
    The ktc_GetTokenEx implementation will depend on the creation of
    a new Windows pioctl for the call.
    
    Change-Id: I1c486af0beda10a2d846dc6bdff8c6195031dbe7
    Reviewed-on: http://gerrit.openafs.org/2765
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/auth/NTMakefile              |   14 +++++++++++++-
 src/auth/ktc_nt.c                |   20 ++++++++++++++++++++
 src/auth/token.c                 |    4 ++--
 src/libafsauthent/NTMakefile     |    2 ++
 src/libafsauthent/afsauthent.def |    7 ++++++-
 5 files changed, 43 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository