Skip Menu |
 

Subject: udp_preference_limit fails with SRV records
Commit 9c6be00daca0b80aed94ec9680724f95e6be92e1 (for ticket 7929,
introduced in release 1.13) broke udp_preference_limit when SRV or URI
records are used to discover the KDC location.
sendto_kdc.c:resolve_server() considers the transport strategy for
TCP_OR_UDP entries (typically resulting from krb5.conf configuration),
but not for entries with a specified TCP or UDP transport type.

Reported by Jochen Hein at
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856307
From: ghudson@mit.edu
Subject: git commit

Fix udp_preference_limit with SRV records

In sendto_kdc:resolve_server() when resolving a server entry with a
specified transport, defer the resulting addresses if the strategy
dictates that the specified transport is not preferred. Reported by
Jochen Hein.

https://github.com/krb5/krb5/commit/bc7594058011c2f9711f24af4fa15a421a8d5b62
Author: Greg Hudson <ghudson@mit.edu>
Commit: bc7594058011c2f9711f24af4fa15a421a8d5b62
Branch: master
src/lib/krb5/os/sendto_kdc.c | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
From: ghudson@mit.edu
Subject: git commit

Fix udp_preference_limit with SRV records

In sendto_kdc:resolve_server() when resolving a server entry with a
specified transport, defer the resulting addresses if the strategy
dictates that the specified transport is not preferred. Reported by
Jochen Hein.

(cherry picked from commit bc7594058011c2f9711f24af4fa15a421a8d5b62)

https://github.com/krb5/krb5/commit/59a3449f13c63048b44f56cad2d528c0805d3627
Author: Greg Hudson <ghudson@mit.edu>
Commit: 59a3449f13c63048b44f56cad2d528c0805d3627
Branch: krb5-1.15
src/lib/krb5/os/sendto_kdc.c | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
From: ghudson@mit.edu
Subject: git commit

Fix udp_preference_limit with SRV records

In sendto_kdc:resolve_server() when resolving a server entry with a
specified transport, defer the resulting addresses if the strategy
dictates that the specified transport is not preferred. Reported by
Jochen Hein.

(cherry picked from commit bc7594058011c2f9711f24af4fa15a421a8d5b62)

https://github.com/krb5/krb5/commit/8baafc7a7150e585d9691159b8bc33e823f36f8d
Author: Greg Hudson <ghudson@mit.edu>
Commit: 8baafc7a7150e585d9691159b8bc33e823f36f8d
Branch: krb5-1.14
src/lib/krb5/os/sendto_kdc.c | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)