Files
heimdal/lib
Nicolas Williams 6b45c3512e kadmin: LIST interrupt message needs no reply
The online LIST interrupt message is a NOP, but it's expected to not
have a reply (the server doesn't send one if it receives it before the
LIST finishes).

However, if the interrupt message arrives after the LIST finished, then
it does get a reply, and this causes the client to get out of step with
the server.

Fixes include:

1) flavor the interrupt NOP to make sure it never gets a reply,
2) introduce a new kadm_list_interrtupt message that is like a NOP that
   produces no reply
3) always consume -after the LIST ends- a reply to any list interrupt
   NOP on the client side.

This implements (1).
2022-03-22 17:07:34 -05:00
..
2022-03-16 15:04:10 -05:00
2022-01-21 10:09:44 +11:00
2022-01-30 14:20:05 -05:00
2022-03-18 18:33:53 -05:00
2022-03-21 13:54:04 -05:00
2022-02-11 15:17:32 -06:00
2017-03-10 15:47:43 -05:00
2022-03-11 22:03:45 -05:00
2022-01-21 23:01:44 -06:00
2016-12-15 12:15:56 -06:00