]> git.ipfire.org Git - thirdparty/krb5.git/commit
Err codes in KRB_ERROR protocol messages are < 128
authorZhanna Tsitkov <tsitkova@mit.edu>
Thu, 19 Sep 2013 17:11:15 +0000 (13:11 -0400)
committerZhanna Tsitkov <tsitkova@mit.edu>
Mon, 23 Sep 2013 16:06:47 +0000 (12:06 -0400)
commit58ea3bdbfe6330225a2d58dfb00ccf1ad70617fe
tree490308667d2787d1d0a28ebb3d8842a90367c5ed
parent66b141745fc56bbdb7b738582ba7e1cce1e503c8
Err codes in KRB_ERROR protocol messages are < 128

If the error code is out of [0,127] range, assign it to KRB_ERR_GENERIC.
This fix is to correct the previous behavior with [0,128] range.
For more information see  krb5_err.et
src/include/k5-int.h
src/kadmin/server/schpw.c
src/kdc/do_as_req.c
src/kdc/do_tgs_req.c
src/lib/gssapi/krb5/accept_sec_context.c