OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3832-gb185c3f

Gerrit Code Review gerrit@openafs.org
Mon, 8 Jul 2013 21:28:27 -0700 (PDT)


The following commit has been merged in the master branch:
commit b185c3f00d8530e4341ac4f990126f8505fce0f5
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.
    
    Change-Id: If5155661deb5adf73329eb8b90021512c01a290f
    Reviewed-on: http://gerrit.openafs.org/10050
    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