]> git.ipfire.org Git - thirdparty/cups.git/commit - tools/ippeveprinter.c
Fix additional IPP/1.1 issues with cupsCopyDestInfo (Issue #5211)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 1 Feb 2018 00:29:59 +0000 (19:29 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 1 Feb 2018 00:29:59 +0000 (19:29 -0500)
commitb969d5af2bfc1968cb7cb91304aceb03f40b506a
tree43bf52ccd10d9e18d9742a1628ad1d5a98b581b9
parent2da2477dac86b7b4e87ed025ae96940c44405026
Fix additional IPP/1.1 issues with cupsCopyDestInfo (Issue #5211)

Update ippserver to support maximum version option (-V max-version)

Update cupsCopyDestInfo to recognize when we are talking to the CUPS server
and when we are talking to the device (so we get the right URI for the printer)

Add "--device" option to testdest.
cups/cups-private.h
cups/dest-options.c
cups/dest.c
cups/request.c
cups/testdest.c
test/ippserver.c