heimdal make kvno unisgned internally
authorUri Simchoni <uri@samba.org>
Tue, 17 May 2016 10:45:11 +0000 (13:45 +0300)
committerJeremy Allison <jra@samba.org>
Tue, 24 May 2016 01:00:39 +0000 (03:00 +0200)
commitb2b951d14fa9464cf2333e611e5b651e1d57cf01
treec688001ad72ff56495423e42481e61d1684afc37
parent59133295bbfd3b51953d9c86e3b533ff1d4861e3
heimdal make kvno unisgned internally

The folks at heimdal didn't like the patch in
commit 6379737b7ddc6ccb752238c5820cc62e76a8da17 and insisted
that kvno should remain unsigned internally, even though it is
encoded as signed in packets. This patch reverts some of the
unsigned->signed changes in that commit, and resolves conversion
issues - in order to be aligned with upstream Heimdal.

Signed-off-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue May 24 03:00:39 CEST 2016 on sn-devel-144
source4/heimdal/kdc/krb5tgs.c
source4/heimdal/kdc/misc.c
source4/torture/rpc/lsa.c