summaryrefslogtreecommitdiff
path: root/scheduler
Commit message (Expand)AuthorAgeFilesLines
* CVE-2022-26691: An incorrect comparison in local admin authenticationSteve Algernon2022-05-251-0/+4
* Merge pull request #5971 from AtariDreams/ippMichael R Sweet2021-10-011-5/+4
|\
| * Change job state to IPP_JOB_HELD when job is restarted with appropriate job-h...Rose2021-09-271-5/+4
* | Expand whitelist for use of "offline-report"Rose2021-09-301-2/+1
|/
* scheduler/log.c: Use [Job N] even for syslogRose2021-09-111-4/+0
* Update CGI documentation and add testable examples for CGI support (Issue #5940)Michael R Sweet2021-09-091-3/+2
* Remove redundant codeAlfonso Gregory2021-09-072-8/+4
* Fix bug that removes language instead of country codeAlfonso Gregory2021-08-301-3/+4
* Move 'everywhere' model support into cupsd (Issue #5919)Michael R Sweet2021-06-231-2/+18
* Fix @IF(name) handling (Issue #5918)Michael R Sweet2021-04-261-1/+0
* Eliminate unused variables.Michael R Sweet2021-04-124-30/+2
* Remove unused KeepAliveTimeout directive (Issue #5733)Michael R Sweet2021-04-072-4/+0
* Import all of the bug fixes from the OpenPrinting CUPS repository.Michael R Sweet2021-04-0510-56/+48
* Update Github repository to match macOS 11.2 CUPS sources (cups-494.1).Michael R Sweet2021-04-051-1/+1
* Merge pull request #5690 from neheb/bzeroMichael R Sweet2021-03-111-3/+3
|\
| * treewide: Replace bzero with memsetRosen Penev2019-11-221-3/+3
* | Update version to 2.3.3 for:v2.3.3steve algernon2020-04-271-1/+1
|/
* Address multiple minor issues reported by the LGTM security scanner:Michael R Sweet2019-11-185-60/+60
* More LGTM changes.Michael R Sweet2019-11-181-1/+1
* Resolve new compiler warnings.Michael R Sweet2019-10-021-1/+1
* Fix handling of printer resource files (Issue #5652)Michael R Sweet2019-10-021-10/+23
* Add workaround for systemd's lack of true launch-on-demand support (Issue #5640)Michael R Sweet2019-09-051-0/+2
* Multiple security/disclosure issues:Michael R Sweet2019-08-151-11/+12
* Fix potential excess logging from the scheduler when removing job filesMichael R Sweet2019-07-161-1/+1
* Don't default printer-info, printer-location, printer-geo-location (Issue #5603)Michael R Sweet2019-07-161-10/+5
* Log held job messages as errors so that is it clear why a job was held (Issue...Michael R Sweet2019-07-161-1/+1
* Always check the group membership list (Issue #5613)Michael R Sweet2019-07-161-7/+16
* The scheduler would restart continuously when idle and printers were notMichael R Sweet2019-07-161-2/+23
* Fix whitespace issues.Michael R Sweet2019-06-171-196/+197
* Eliminate new GCC compiler warnings (Issue #5591)Michael R Sweet2019-06-134-79/+36
* remove unused to64()suzuki toshiya2019-06-071-22/+0
* Fix parentheses in cupsdCleanJobs.Dariusz Gadomski2019-05-301-1/+1
* Fix Linux build issues with new LINKCUPS macro (Issue #5261)Michael R Sweet2019-05-171-1/+1
* Update build system and cups-config script to not add extra libraries to theMichael R Sweet2019-05-151-22/+13
* Explain the "forbidden" error better (Issue #5547)Michael R Sweet2019-05-151-1/+10
* Bump the default Timeout to 15 minutes as well (Issue #5570)Michael R Sweet2019-05-021-1/+1
* Update the hold expiration logging - one case is an error, the other is normal.Michael R Sweet2019-05-011-3/+5
* Increase the MultipleOperationTimeOut default to 15 minutes, log an error ifMichael R Sweet2019-05-012-3/+3
* Make sure "num_values" is always initialized since newer versions of GCC willMichael R Sweet2019-04-221-0/+1
* More clang warning fixes.Michael R Sweet2019-04-204-13/+15
* Update systemd service file for cupsd (Issue #5551)Michael R Sweet2019-04-151-0/+1
* Correctly encode octetString values for print filters (Issue #5558)Michael R Sweet2019-04-151-0/+49
* Use ALL_DSOFLAGS and ALL_LDFLAGS to avoid issues with some build frameworks.Michael R Sweet2019-03-191-13/+13
* Stop advertising the HTTP methods that are supported (Issue #5540)Michael R Sweet2019-03-111-2/+0
* Fix an issue with `PreserveJobHistory` and time values (Issue #5538)Michael R Sweet2019-03-111-18/+18
* Fix compiler warning from newer GCC (Issue #5533)Michael R Sweet2019-02-251-5/+5
* Fix typo.Michael R Sweet2019-02-211-1/+0
* Rework idle exit fix after some discussion.Michael R Sweet2019-02-211-40/+18
* The scheduler did not always idle exit as quickly as it could...Michael R Sweet2019-02-213-6/+17
* Don't stop a printer after a job is canceled/aborted (Issue #5517)Michael R Sweet2019-02-211-3/+8