Files
heimdal/kdc
Nicolas Williams 7672ad31db kdc: Fix leak and loss of kdc_check_flags() reason
We were losing and leaking the reason for which kdc_check_flags() was
rejecting any S4U requests, yielding incomplete error messages.

The issue is that kdc_check_flags() wants to check the client and server
principals in the input state structure, but doesn't know about
impersonated principal name, and so we want to pass it a state structure
that has the impersonated instead of the impersonator client name.  This
is a bad design, but I'm ignoring that for now and just fixing this one
leak.
2021-10-11 13:58:15 -05:00
..
2011-07-24 13:07:07 -07:00
2021-05-06 23:13:31 -05:00
2019-10-03 13:09:18 -05:00
2011-05-21 11:57:31 -07:00
2016-06-09 01:13:14 -04:00
2011-05-21 11:57:31 -07:00
2019-12-09 21:39:30 -06:00
2017-10-11 17:13:07 -05:00
2021-09-13 13:50:45 +10:00
2008-09-13 09:21:03 +00:00
2011-05-21 11:57:31 -07:00
2019-12-04 21:34:44 -06:00