[16989] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

[krbdev.mit.edu #9151] git commit

daemon@ATHENA.MIT.EDU (Greg Hudson via RT)
Wed Nov 27 17:50:30 2024

From: "Greg Hudson via RT" <rt-comment@krbdev.mit.edu>
In-Reply-To: 
Message-ID: <rt-4.4.3-2-1844670-1732747823-243.9151-4-0@mit.edu>
To: "AdminCc of krbdev.mit.edu Ticket #9151":;
Date: Wed, 27 Nov 2024 17:50:23 -0500
MIME-Version: 1.0
Reply-To: rt-comment@krbdev.mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: krb5-bugs-bounces@mit.edu


Wed Nov 27 17:50:23 2024: Request 9151 was acted upon.
 Transaction: Ticket created by ghudson@mit.edu
       Queue: krb5
     Subject: git commit
       Owner: ghudson@mit.edu
  Requestors: 
      Status: new
 Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=9151 >



Add kadmind support for disabling listening

Currently setting kdc_listen or kdc_tcp_listen to the empty string
disables listening for UDP and TCP connections respectively, but
setting kadmind_listen or kpasswd_listen to the empty string listens
on the wildcard address.  Make the behavior consistent by changing
loop_add_addresses() to add no listeners when the string contains no
tokens.  Remove the conditionals from the KDC code.

Document the new behavior of kadmind_listen and kpasswd_listen, and
the existing behavior of kdc_listen.

[ghudson@mit.edu: simplified loop_add_addresses(); combined several
commits and rewrote commit message]

https://github.com/krb5/krb5/commit/cde2b3bbd96d31604392b067e9a047c245c4e314
Author: Andreas Schneider <asn@samba.org>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: cde2b3bbd96d31604392b067e9a047c245c4e314
Branch: master
 doc/admin/conf_files/kdc_conf.rst | 29 +++++++++++++++++------------
 src/kdc/main.c                    | 19 +++++++------------
 src/lib/apputils/net-server.c     | 10 ++--------
 3 files changed, 26 insertions(+), 32 deletions(-)

_______________________________________________
krb5-bugs mailing list
krb5-bugs@mit.edu
https://mailman.mit.edu/mailman/listinfo/krb5-bugs

home help back first fref pref prev next nref lref last post