OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-381-g0c1d124
   
    Gerrit Code Review
     
    gerrit@openafs.org
       
    Fri, 28 Jun 2019 10:32:40 -0400
    
    
  
The following commit has been merged in the master branch:
commit 0c1d124b0b6ea3117885d2bca163170515cb8713
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Aug 20 15:47:13 2018 -0500
    rxkad: Update ticket5 from heimdal
    
    This updates the rxkad code that we pull from heimdal to heimdal 7.7.0
    (heimdal.git commit e1959605bd). This also updates the instructions in
    README.v5 to accommodate changes in the heimdal tree, and converts
    ticket5.c to use KRB5_ENCTYPE_* constants instead of ETYPE_*
    constants (since heimdal has also similarly converted in krb5_asn1.h).
    
    This removes a few -Werror=format-truncation warnings that were
    present in the heimdal code before this commit.
    
    README.v5 tweaked in collaboration with kaduk@mit.edu.
    
    Change-Id: I5fdaab600b4a1b42658a60259fde3fc9f7dced04
    Reviewed-on: https://gerrit.openafs.org/13287
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
 src/rxkad/README.v5       |   58 +-
 src/rxkad/asn1_err.h      |   69 +-
 src/rxkad/der-protos.h    |  551 +++--
 src/rxkad/ticket5.c       |   28 +-
 src/rxkad/v5der.c         |  436 +++-
 src/rxkad/v5gen-rewrite.h |  385 ++--
 src/rxkad/v5gen.c         | 6026 ++++++++++++++++++++++++++++++---------------
 src/rxkad/v5gen.h         | 1392 ++++++-----
 8 files changed, 5781 insertions(+), 3164 deletions(-)
-- 
OpenAFS Master Repository