Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

Fix KDC to drop repeated in-progress requests

When a KDC receives a repeated request while the original request is
still in progress, it is supposed to be to drop the request. Commit
f07760088b72a11c54dd72efbc5739f231a4d4b0 introduced a bug in this
logic, causing the KDC to instead send an empty reply. In
kdc_check_lookaside(), return a NULL reply_packet for empty entries,
restoring the expected behavior.

[ghudson@mit.edu: edited commit message, added a comment]

https://github.com/krb5/krb5/commit/847fc7b3caa823c219c97cc307ccb8d7d519a20f
Author: Sarah Day <sarahday@mit.edu>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 847fc7b3caa823c219c97cc307ccb8d7d519a20f
Branch: master
src/kdc/replay.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
From: tlyu@mit.edu
Subject: git commit

Fix KDC to drop repeated in-progress requests

When a KDC receives a repeated request while the original request is
still in progress, it is supposed to be to drop the request. Commit
f07760088b72a11c54dd72efbc5739f231a4d4b0 introduced a bug in this
logic, causing the KDC to instead send an empty reply. In
kdc_check_lookaside(), return a NULL reply_packet for empty entries,
restoring the expected behavior.

[ghudson@mit.edu: edited commit message, added a comment]

(cherry picked from commit 847fc7b3caa823c219c97cc307ccb8d7d519a20f)

https://github.com/krb5/krb5/commit/c6c6c2ab42e67d3447a9356274361748155a9bfb
Author: Sarah Day <sarahday@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: c6c6c2ab42e67d3447a9356274361748155a9bfb
Branch: krb5-1.14
src/kdc/replay.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
From: tlyu@mit.edu
Subject: git commit

Fix KDC to drop repeated in-progress requests

When a KDC receives a repeated request while the original request is
still in progress, it is supposed to be to drop the request. Commit
f07760088b72a11c54dd72efbc5739f231a4d4b0 introduced a bug in this
logic, causing the KDC to instead send an empty reply. In
kdc_check_lookaside(), return a NULL reply_packet for empty entries,
restoring the expected behavior.

[ghudson@mit.edu: edited commit message, added a comment]

(cherry picked from commit 847fc7b3caa823c219c97cc307ccb8d7d519a20f)

https://github.com/krb5/krb5/commit/6b0085918a61e6dbe2a661ac46919bd90a5aa0ce
Author: Sarah Day <sarahday@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 6b0085918a61e6dbe2a661ac46919bd90a5aa0ce
Branch: krb5-1.13
src/kdc/replay.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)