libcups icon indicating copy to clipboard operation
libcups copied to clipboard

OpenPrinting CUPS Library Sources

Results 28 libcups issues
Sort by recently updated
recently updated
newest added

`httpConnectAgain` doesn't make sure that the new connection is using the same X.509 certificate as the original connection. The new connection should either have the same certificate or pass strict...

bug
priority-high
security

Right now the "valid" content tests only validate JPEG and PNG images files, but we also support CSS, HTML, ICC, IPP, PDF, and .strings files for resources. These should also...

enhancement
priority-low

Currently the Win32 DNS APIs do not appear to support registration of services with sub-types. Investigate whether there are ways to make this happen or report this upstream to Microsoft.

**Describe the bug** ipptool.exe -tv ipp://127.0.0.1/ipp/print get-printer-attributes.test no response But linux ipptool works fine **To Reproduce** Steps to reproduce the behavior: 1. build the project with visual studio 2. `ippeveprinter.exe...

investigating
platform issue

**Describe the bug** ipptransform doesn't use or preserve the input document media size for the output media size if no size is specified. When I gave ipptransform a PDF document...

bug
priority-low

**Is your feature request related to a problem? Please describe.** A user has no way of knowing what default values ipptransform will use unless they use it and inspect the...

enhancement

CUPS should support the new [Client ID Metadata Document](https://www.ietf.org/archive/id/draft-ietf-oauth-client-id-metadata-document-00.html) Internet Draft. The `client_id` will be a URL ("https://openprinting.github.io/cups/oauth.json") which has an informational URL ("https://openprinting.github.io/cups/oauth.html") describing the client. The CUPS libraries...

Add support for DPoP when doing the device authorization flow: - [ ] Add DPoP HTTP header support - [ ] Detect AS metadata for DPoP and use it for...