* do_as_req.c (process_as_req), do_tgs_req (process_tgs_req): Use
authorTheodore Tso <tytso@mit.edu>
Fri, 30 May 1997 01:24:01 +0000 (01:24 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 30 May 1997 01:24:01 +0000 (01:24 +0000)
commit38e15b4352441c95d3b73ed0253bfc0227c312a6
treeec8d5727c377ec6e145420f4aac4d1f0a99276a2
parent52d79f02f62f9767d3557255667144296e87c027
* do_as_req.c (process_as_req), do_tgs_req (process_tgs_req): Use
limit_string() to make sure the length of cname and sname
are reasonable.

* kdc_util.c (limit_string): New function which limits the strings
that will end up in log files to "reasonable" lengths.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10091 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/ChangeLog
src/kdc/do_as_req.c
src/kdc/do_tgs_req.c
src/kdc/kdc_util.c
src/kdc/kdc_util.h