zdohnal

Results 43 issues of zdohnal

**Is your feature request related to a problem? Please describe.** Currently, we can only create printer instances via CLI, but not via Web UI. Some users do not know CLI...

enhancement

```tmt test create ``` creates a dir in test root directory, regardless of the current working directory - it would be great if the directory was created in the current...

good first issue
command | tests
code | cli

Currently (1.3.1) there is no way how to turn TLS web UI pages, because system callback does not set WEB_TLS option by default, and checks only for `no-tls` when processing...

bug
priority-low

Continuation of https://github.com/OpenPrinting/cups-filters/security/advisories/GHSA-p9rh-jxmq-gq47 , because the security advisory does not allow adding more comments after it is published. The current plan: - use hashed PPD keyword values to check whether...

Hi, usually if I need to upgrade my virtual machine to a desktop, I install environment group for Fedora Workstation. My DNF4 workflow was: ``` # dnf group list #...

Priority: MEDIUM
Triaged

### Steps to reproduce 1. gvim --clean 2. resize window with mouse (usually from smaller to larger window) 3. try to write in insert mode, or enter a command ###...

bug

EDITED - see the old version in history. Some printers do not take kindly newer PDF versions which results in omitting font characters in the printout. Such jobs print fine...

**Describe the bug** Test suite fails when cups built with gnutls - testjwt crashes due freeing already freed pointer: **To Reproduce** $ ./configure --with-tls=gnutls && make test ``` Running JSON...

bug
platform issue

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