]> git.ipfire.org Git - thirdparty/krb5.git/commit
Make KDC "status" statements more homogeneous
authorZhanna Tsitkov <tsitkova@mit.edu>
Mon, 23 Dec 2013 14:23:54 +0000 (09:23 -0500)
committerZhanna Tsitkov <tsitkova@mit.edu>
Wed, 19 Feb 2014 19:23:40 +0000 (14:23 -0500)
commitdaa80b9f4a478ce57be08f9dc3b7d5e65c6e7e66
tree22341d0454b2f3d1206203d65a99fffc4c6e0368
parent3093b92734adfe2deb9ad6bad5a221acc967fd8b
Make KDC "status" statements more homogeneous

Generally we want KDC status strings to be concise, informative and follow
some common rules:

- All letters in the status string should be capitalized;
- the words in the status phrase are separated by underscore;
- abbreviations should be avoided.  Some acceptable "standard" acronyms
  are AS_REQ, TGS_REP etc.
- since in almost all cases KDC status is set on error, no need
  to state this fact as part of the status string;
- KDC status string should be an imperative phrase.

For example, "DECRYPT_SERVER_KEY".

This commit is to modify some KDC status messages to follow this format.

Even though KDC status messages are not standardized, it is possible that some
administrators use them in the Kerberos log file processing. Hence, the vast
majority of them are left unchanged pending further investigation (mostly,
feedback from the administrators).
src/kdc/do_as_req.c
src/kdc/do_tgs_req.c
src/kdc/kdc_log.c