Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 574 Expand kadmin protocol kvno range Make xdr_krb5_kvno() use xdr_u_int() instead of xdr_u_char(), allowing it to marshal kvno values up to 32 bits. This change is backwards-compatible because XDR uses four bytes to marshal char values and does no bounds checking of char values on decode. https://github.com/krb5/krb5/commit/49b2c5e30edf980e0f99b5fe2cdf6ff5b2a8b032 Author: Greg Hudson Commit: 49b2c5e30edf980e0f99b5fe2cdf6ff5b2a8b032 Branch: master src/lib/kadm5/kadm_rpc_xdr.c | 15 +-------------- 1 files changed, 1 insertions(+), 14 deletions(-)