cups icon indicating copy to clipboard operation
cups copied to clipboard

OpenPrinting CUPS Sources

Results 176 cups issues
Sort by recently updated
recently updated
newest added

If `cupsdSendHeader()` fails, we free the connection and return -1, but in that case we try to free the connection again in `cupsdReadClient()`.

**Describe the bug** We use 2 threads if needed in cupsd, and in rare case and if logging is set into a file, the output gets combined, which might corrupt...

investigating

A busy CUPS server doesn't return `time-at-creation` attribute when asked for `job-id,job-uri,job-state,time-at-creation` attributes of the recent ( less than 6 hours) completed jobs only. Here is a `get-completed-jobs.test` request: ```...

investigating
waiting for reporter

The function `cupsAdminGetServerSettings()` did not take different policies as policy, which resulted into adding their contents into output array `settings`. If the caller uses the same array for `cupsAdminSetServerSettings()`, there...

**Describe the bug** Starting a couple of years ago, CUPS classes stopped working properly. Now they appear to have stopped working entirely. **To Reproduce** Steps to reproduce the behavior: 1....

investigating
waiting for reporter

Add a new "unknown" value (`CUPSD_FATAL_UNKNOWN` in scheduler/conf.h) for `FatalErrors` that will cause unknown directives to prevent cupsd from starting.

enhancement

**Describe the bug** I have several printers attached to my file/print server. I modified the default settings on one recently and it now fails to show up in print dialogues...

waiting for reporter

**Before you write the report** Read the [REPORTING_ISSUES.md](https://github.com/OpenPrinting/cups/blob/master/REPORTING_ISSUES.md) file in the main repository and prepare data mentioned there which looks relevant to you issue. **Describe the bug** lp -d fails...

Add end-to-end OAuth Bearer support for shared queues: the scheduler now understands the `bearer` auth-info keyword, advertises the OAuth metadata via DNS-SD and destination data, and persists bearer tokens. The...

enhancement