[krbdev.mit.edu #9106] git commit

"Greg Hudson via RT" <[email protected]> Mon, 30 Oct 2023 22:02:27 -0400
Newsgroups gmane.comp.encryption.kerberos.bugs
Message-ID <[email protected]>
Mon Oct 30 22:02:27 2023: Request 9106 was acted upon.
 Transaction: Ticket created by [email protected]
       Queue: krb5
     Subject: git commit
       Owner: [email protected]
  Requestors: 
      Status: new
 Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=9106 >



Add request_timeout configuration parameter

Add a parameter to limit the total amount of time taken for a KDC or
password change request.

https://github.com/krb5/krb5/commit/802318cda963456b3ed7856c836e89da891483be
Author: Greg Hudson <[email protected]>
Commit: 802318cda963456b3ed7856c836e89da891483be
Branch: master
 doc/admin/conf_files/krb5_conf.rst |  9 +++++++
 src/include/k5-int.h               |  2 ++
 src/lib/krb5/krb/init_ctx.c        | 14 ++++++++++-
 src/lib/krb5/os/sendto_kdc.c       | 51 +++++++++++++++++++++++++-------------
 4 files changed, 58 insertions(+), 18 deletions(-)