]> git.ipfire.org Git - thirdparty/cups.git/commit
backend/ipp.c: Fix infinite loop with Kerberos 864/head
authorZdenek Dohnal <zdohnal@redhat.com>
Mon, 15 Jan 2024 14:14:24 +0000 (15:14 +0100)
committerZdenek Dohnal <zdohnal@redhat.com>
Mon, 15 Jan 2024 14:14:24 +0000 (15:14 +0100)
commita4dad27a25bcb7e66c413fe4a8f93a88a79cc866
treee43d5386bf3a41ed26ec91e84b4c233637f46691
parent3d185dd4399c84a2f15cd10724fde89d3a98337e
backend/ipp.c: Fix infinite loop with Kerberos

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
CHANGES.md
backend/ipp.c