[krbdev.mit.edu #8348] git commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Mon Jul 18 11:34:19 EDT 2016
Remove workaround when pktinfo is unsupported
Currently if the system doesn't support pktinfo and kadmind or
krb5kdc are binding to a UDP address, then the net server binds to
all the local addresses. Currently most systems support pktinfo,
so the workaround isn't really required anymore. Removing the
workaround will only affect systems that don't have pktinfo
support, have multiple NICs, and are listening on a wildcard
address.
https://github.com/krb5/krb5/commit/af5b77c887bfff24603715f8296c00d5eb839b0c
Author: Sarah Day <sarahday at mit.edu>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: af5b77c887bfff24603715f8296c00d5eb839b0c
Branch: master
src/include/net-server.h | 2 -
src/kadmin/server/ovsec_kadmd.c | 3 -
src/kdc/main.c | 12 --
src/lib/apputils/net-server.c | 237 ++++-----------------------------------
4 files changed, 23 insertions(+), 231 deletions(-)
More information about the krb5-bugs
mailing list