]> git.ipfire.org Git - thirdparty/krb5.git/commit
Refactor KDC option/flag processing 105/head
authorTom Yu <tlyu@mit.edu>
Thu, 24 Apr 2014 21:10:58 +0000 (17:10 -0400)
committerTom Yu <tlyu@mit.edu>
Mon, 28 Apr 2014 20:30:37 +0000 (16:30 -0400)
commit4d08c9abfee0b5978d9db2280c10c85b3bf2ae11
treeec229b1afd1526f788671407d23432ed2bdf29cf
parentf5645d30cf83398640c386a612eb6f07c543286f
Refactor KDC option/flag processing

A lot of KDC code was spent copying options to flags, and copying
header_ticket flags to the output ticket.

Behavior change: previous code didn't copy PROXY from the
header_ticket, but this seems to have been a minor bug rather than
intentional.  This also seems to have been an omission from RFC 4120.
src/kdc/do_as_req.c
src/kdc/do_tgs_req.c
src/kdc/kdc_util.h