[Heimdal-source-changes] [heimdal/heimdal] 7501da: krb5/crypto: Fix a couple of places where return c...

GitHub noreply at github.com
Sat May 26 00:15:48 CEST 2018


  Branch: refs/heads/sxw/iovec-fixes
  Home:   https://github.com/heimdal/heimdal
  Commit: 7501da9f678c26544e274756b73bac294a5dddad
      https://github.com/heimdal/heimdal/commit/7501da9f678c26544e274756b73bac294a5dddad
  Author: Simon Wilkinson <sxw at auristor.com>
  Date:   2018-05-25 (Fri, 25 May 2018)

  Changed paths:
    M lib/krb5/crypto.c

  Log Message:
  -----------
  krb5/crypto: Fix a couple of places where return codes weren't

The recent iovec changes introduced a couple of places where return
codes were being incorrectly discarded. Fix them so errors get back
to callers.


  Commit: 5276e4c603ab26c4c6c6704995723d406b64ce8c
      https://github.com/heimdal/heimdal/commit/5276e4c603ab26c4c6c6704995723d406b64ce8c
  Author: Simon Wilkinson <sxw at auristor.com>
  Date:   2018-05-25 (Fri, 25 May 2018)

  Changed paths:
    M lib/hcrypto/hmac.c
    M lib/hcrypto/hmac.h

  Log Message:
  -----------
  hcrypto: Experimental - use fixed sized pad buffers for HMAC

gcc generates much faster code if it knows the size of the ipad and
opad padding buffers. Make these fixed length, rather than dynamic,
even though it increases the amount of working needing done.


  Commit: 577e02f42cfadbddccaae5324e01e804075ab707
      https://github.com/heimdal/heimdal/commit/577e02f42cfadbddccaae5324e01e804075ab707
  Author: Simon Wilkinson <sxw at auristor.com>
  Date:   2018-05-25 (Fri, 25 May 2018)

  Changed paths:
    M kuser/heimtools-commands.in

  Log Message:
  -----------
  Make Heimdal build, mutter, mutter


Compare: https://github.com/heimdal/heimdal/compare/7501da9f678c^...577e02f42cfa
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the Heimdal-source-changes mailing list