OpenPrinting / cups

OpenPrinting CUPS Sources
https://openprinting.github.io/cups
Apache License 2.0
967 stars 177 forks source link

backend/ipp.c: Fix infinite loop with Kerberos #864

Closed zdohnal closed 6 months ago

zdohnal commented 6 months ago

If IP address was used with Kerberos, IPP backend retried connection indefinitely. The fix is to abort when we find out hostname is an IP address and we require Kerberos.

Fixes #838