claims.idl: Use ‘int64’ instead of ‘dlong’ for INT64 claims
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 15 Aug 2023 00:31:54 +0000 (12:31 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 15 Aug 2023 18:46:33 +0000 (18:46 +0000)
commitaa1815519ce1412cdf25927b54b5178113cdd2a7
treea616ef0dd9956329486b6dd4c0c7ddbb7f43c122
parent402bb17693472a9c30f33a0bdf5f5f78df4066cc
claims.idl: Use ‘int64’ instead of ‘dlong’ for INT64 claims

This field is supposed to be aligned to eight bytes, but the ‘dlong’
type is aligned to only four bytes. This discrepancy resulted in claims
being encoded and decoded incorrectly.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15452

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/idl/claims.idl
selftest/knownfail.d/claims-in-pac [deleted file]