OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_25-27-g050061c

Gerrit Code Review gerrit@openafs.org
Tue, 9 Jul 2013 04:16:45 -0700 (PDT)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 050061ca33493c34a178a684247cb21e57811314
Author: Chaskiel Grundman <cg2v@andrew.cmu.edu>
Date:   Fri Apr 5 20:12:12 2013 -0400

    Build 3961 library in userspace, and add enctypes
    
    Build the 3961 library in userspace, with support for the common
    kerberos enctypes des3-hmac-sha1, arcfour-hmac-md5, and aesXXX-cts-hmac-sha1-96.
    Export new symbols as well, and suppress deprecated warnings.
    
    Rename all symbols, both exported and not, with an oafs_h_ prefix
    so as to reduce the chance of conflicts.
    
    Rename heim_octet_string to avoid confusion about where things are coming
    from.
    
    Reviewed-on: http://gerrit.openafs.org/10050
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    (cherry picked from commit b185c3f00d8530e4341ac4f990126f8505fce0f5)
    
    Change-Id: Ic479f9c37f79ed8bde3e59e5acd65518773e811b
    Reviewed-on: http://gerrit.openafs.org/10065
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 NTMakefile                                |    9 ++-
 src/config/NTMakefile                     |    3 +
 src/crypto/rfc3961/Makefile.in            |   76 ++++++++++++++++-
 src/crypto/rfc3961/NTMakefile             |   68 +++++++++++++++
 src/crypto/rfc3961/afsrfc3961.def         |   16 ++++
 src/crypto/rfc3961/afsrfc3961.rc          |    9 ++
 src/crypto/rfc3961/kernel/random.c        |    4 +-
 src/crypto/rfc3961/krb5_locl.h            |  130 ++++++++++++++++++++++++++---
 src/crypto/rfc3961/liboafs_rfc3961.la.sym |   22 +++++
 src/crypto/rfc3961/rfc3961.h              |   59 ++++++++++++-
 10 files changed, 372 insertions(+), 24 deletions(-)

-- 
OpenAFS Master Repository