]> git.ipfire.org Git - thirdparty/krb5.git/commit
Get rid of G_VFY_TOKEN_HDR_IGNORE_SEQ_SIZE
authorGreg Hudson <ghudson@mit.edu>
Sun, 8 Sep 2013 18:10:37 +0000 (14:10 -0400)
committerGreg Hudson <ghudson@mit.edu>
Sun, 8 Sep 2013 18:18:26 +0000 (14:18 -0400)
commitdaf42938a262c3a88164b07972f2a2e6e8552620
tree7f4c84493259d45780ce5d6c7297bcbc59003fc7
parentda10b66df1f1411ad54cba177454a7634619bb08
Get rid of G_VFY_TOKEN_HDR_IGNORE_SEQ_SIZE

This flag was introduced in the mskrb-integ merge but is not actually
used after r21742--while kg_unseal_iov_token sets it in vfyflags for
DCE-style contexts, it doesn't actually pass vfyflags to
g_verify_token_header or otherwise use it.  Moreover, the flag is not
necessary there; we correctly set input_length to the header length
(without data, padding, or trailer) for v1 tokens in a DCE-style
context.
src/lib/gssapi/generic/gssapiP_generic.h
src/lib/gssapi/generic/util_token.c
src/lib/gssapi/krb5/k5unsealiov.c