aboutsummaryrefslogtreecommitdiff
path: root/scheduler
AgeCommit message (Expand)Author
2022-05-25CVE-2022-26691: An incorrect comparison in local admin authenticationSteve Algernon
2021-10-01Merge pull request #5971 from AtariDreams/ippMichael R Sweet
2021-09-30Expand whitelist for use of "offline-report"Rose
2021-09-27Change job state to IPP_JOB_HELD when job is restarted with appropriate job-h...Rose
2021-09-11scheduler/log.c: Use [Job N] even for syslogRose
2021-09-09Update CGI documentation and add testable examples for CGI support (Issue #5940)Michael R Sweet
2021-09-07Remove redundant codeAlfonso Gregory
2021-08-30Fix bug that removes language instead of country codeAlfonso Gregory
2021-06-23Move 'everywhere' model support into cupsd (Issue #5919)Michael R Sweet
2021-04-26Fix @IF(name) handling (Issue #5918)Michael R Sweet
2021-04-12Eliminate unused variables.Michael R Sweet
2021-04-07Remove unused KeepAliveTimeout directive (Issue #5733)Michael R Sweet
2021-04-05Import all of the bug fixes from the OpenPrinting CUPS repository.Michael R Sweet
2021-04-05Update Github repository to match macOS 11.2 CUPS sources (cups-494.1).Michael R Sweet
2021-03-11Merge pull request #5690 from neheb/bzeroMichael R Sweet
2020-04-27Update version to 2.3.3 for:steve algernon
2019-11-22treewide: Replace bzero with memsetRosen Penev
2019-11-18Address multiple minor issues reported by the LGTM security scanner:Michael R Sweet
2019-11-18More LGTM changes.Michael R Sweet
2019-10-02Resolve new compiler warnings.Michael R Sweet
2019-10-02Fix handling of printer resource files (Issue #5652)Michael R Sweet
2019-09-05Add workaround for systemd's lack of true launch-on-demand support (Issue #5640)Michael R Sweet
2019-08-15Multiple security/disclosure issues:Michael R Sweet
2019-07-16Fix potential excess logging from the scheduler when removing job filesMichael R Sweet
2019-07-16Don't default printer-info, printer-location, printer-geo-location (Issue #5603)Michael R Sweet
2019-07-16Log held job messages as errors so that is it clear why a job was held (Issue...Michael R Sweet
2019-07-16Always check the group membership list (Issue #5613)Michael R Sweet
2019-07-16The scheduler would restart continuously when idle and printers were notMichael R Sweet
2019-06-17Fix whitespace issues.Michael R Sweet
2019-06-13Eliminate new GCC compiler warnings (Issue #5591)Michael R Sweet
2019-06-07remove unused to64()suzuki toshiya
2019-05-30Fix parentheses in cupsdCleanJobs.Dariusz Gadomski
2019-05-17Fix Linux build issues with new LINKCUPS macro (Issue #5261)Michael R Sweet
2019-05-15Update build system and cups-config script to not add extra libraries to theMichael R Sweet
2019-05-15Explain the "forbidden" error better (Issue #5547)Michael R Sweet
2019-05-02Bump the default Timeout to 15 minutes as well (Issue #5570)Michael R Sweet
2019-05-01Update the hold expiration logging - one case is an error, the other is normal.Michael R Sweet
2019-05-01Increase the MultipleOperationTimeOut default to 15 minutes, log an error ifMichael R Sweet
2019-04-22Make sure "num_values" is always initialized since newer versions of GCC willMichael R Sweet
2019-04-20More clang warning fixes.Michael R Sweet
2019-04-15Update systemd service file for cupsd (Issue #5551)Michael R Sweet
2019-04-15Correctly encode octetString values for print filters (Issue #5558)Michael R Sweet
2019-03-19Use ALL_DSOFLAGS and ALL_LDFLAGS to avoid issues with some build frameworks.Michael R Sweet
2019-03-11Stop advertising the HTTP methods that are supported (Issue #5540)Michael R Sweet
2019-03-11Fix an issue with `PreserveJobHistory` and time values (Issue #5538)Michael R Sweet
2019-02-25Fix compiler warning from newer GCC (Issue #5533)Michael R Sweet
2019-02-21Fix typo.Michael R Sweet
2019-02-21Rework idle exit fix after some discussion.Michael R Sweet
2019-02-21The scheduler did not always idle exit as quickly as it could...Michael R Sweet
2019-02-21Don't stop a printer after a job is canceled/aborted (Issue #5517)Michael R Sweet