[krbdev.mit.edu #9157] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Mon Feb 3 18:55:49 EST 2025


Mon Feb 03 18:55:49 2025: Request 9157 was acted upon.
 Transaction: Ticket created by ghudson at mit.edu
       Queue: krb5
     Subject: git commit
       Owner: ghudson at mit.edu
  Requestors: 
      Status: new
 Ticket <URL: https://mv-ezproxy-com.ezproxyberklee.flo.org/rt/Ticket/Display.html?id=9157 >



Add support for systemd socket activation

If LISTEN_PID and LISTEN_FDS are set in the environment, expect
listener sockets to be present at fds starting at 3.  If any match a
configured listener address and port, use it instead of creating a new
socket.

[ghudson at mit.edu: combined two commits; changed sa_compare() to
sa_equal(); restructured changes to fetch listener sockets into a list
once and to match on socket type as well as address; added tests]

https://github.com/krb5/krb5/commit/11b9a8244f1b3f5226f315e998f4e892b262e46e
Author: Andreas Schneider <asn at samba.org>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: 11b9a8244f1b3f5226f315e998f4e892b262e46e
Branch: master
 .gitignore                           |   1 +
 doc/admin/admin_commands/kadmind.rst |   8 ++
 doc/admin/admin_commands/krb5kdc.rst |   7 ++
 src/include/socket-utils.h           |  35 +++++++++
 src/kdc/Makefile.in                  |  10 ++-
 src/kdc/deps                         |  10 +++
 src/kdc/t_sockact.c                  | 121 +++++++++++++++++++++++++++++
 src/kdc/t_sockact.py                 |  43 +++++++++++
 src/lib/apputils/net-server.c        | 144 ++++++++++++++++++++++++++++++-----
 9 files changed, 358 insertions(+), 21 deletions(-)



More information about the krb5-bugs mailing list