[Heimdal-source-changes] [heimdal/heimdal] f22758: tgs_build_reply: fix signed-unsigned mismatch

GitHub noreply at github.com
Tis May 17 09:05:22 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: f227586b8033c986a67f1b73915f37b748217d22
      https://github.com/heimdal/heimdal/commit/f227586b8033c986a67f1b73915f37b748217d22
  Author: Uri Simchoni <uri at samba.org>
  Date:   2016-05-08 (Sun, 08 May 2016)

  Changed paths:
    M kdc/krb5tgs.c

  Log Message:
  -----------
  tgs_build_reply: fix signed-unsigned mismatch

A KVNO is unsigned and this is reflected in the internal
interfaces. However, for compatibility reasons its encoding
is signed and this creates a pointer mismatch when passing a
kvno pointer to _kdc_db_fetch.

Signed-off-by: Uri Simchoni <uri at samba.org>


  Commit: 5ddff2c5329c0adc2896881e83a928fce3b48fc8
      https://github.com/heimdal/heimdal/commit/5ddff2c5329c0adc2896881e83a928fce3b48fc8
  Author: Andrew Bartlett <abartlet at samba.org>
  Date:   2016-05-17 (Tue, 17 May 2016)

  Changed paths:
    M kdc/krb5tgs.c

  Log Message:
  -----------
  Merge pull request #176 from urisimchoni/signed-kvno

Revert "KVNOs are krb5uint32 in RFC4120, make it so"


Compare: https://github.com/heimdal/heimdal/compare/7ad8c26d27b3...5ddff2c5329c


More information about the Heimdal-source-changes mailing list