OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-509-g341d8bf

Gerrit Code Review gerrit@openafs.org
Wed, 1 Dec 2010 13:11:21 -0800 (PST)


The following commit has been merged in the master branch:
commit 341d8bf1313434acf3acded90cfcffd575adc4e5
Author: Heimdal Developers <heimdal-discuss@sics.se>
Date:   Wed Dec 1 18:02:30 2010 +0000

    Import of code from heimdal
    
    This commit updates the code imported from heimdal to
    42f9c644cf00be752f09d85a9664bf2e3502101c (switch-from-svn-to-git-1962-g42f9c64)
    
    Upstream changes are:
    
    Asanka C. Herath (9):
          Windows: Registry based configuration
          Rename get_entry() -> _krb5_config_get_entry()
          Deal with quoted strings when reading lists of config strings
          Add missing export and calling convention annotations
          Windows: Build and export localtime_r
          Windows: Older Windows SDKs need <winsock2.h>
          More compatibility macros
          Increase KBR5_BUFSIZ to 2048 and use it in config_file.c
          Deal with backslash escaped quotes
    
    Love Hornquist Astrand (3):
          provide symbol renameing for sha512 and sha384
          less exit with failures
          add random abstraction
    
    Change-Id: I495fa8e9c1c037d6dee191279c1155a4ec6be945
    Reviewed-on: http://gerrit.openafs.org/3400
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/external/heimdal-last                 |    2 +-
 src/external/heimdal/hcrypto/sha.h        |    6 ++
 src/external/heimdal/krb5/config_file.c   |   73 ++++++++++++++++++++++++-----
 src/external/heimdal/roken/localtime_r.c  |    6 ++
 src/external/heimdal/roken/roken-common.h |   12 +++++
 src/external/heimdal/roken/roken.h.in     |   13 ++++--
 src/external/heimdal/roken/socket.c       |   39 +++++-----------
 7 files changed, 107 insertions(+), 44 deletions(-)

-- 
OpenAFS Master Repository