summaryrefslogtreecommitdiff
path: root/scheduler
Commit message (Collapse)AuthorAgeFilesLines
...
* Use interactive priority for cupsd now.Michael R Sweet2019-02-191-1/+3
|
* Eliminate use of private macOS security headers/APIs (Issue #5516)Michael R Sweet2019-02-142-17/+3
| | | | | | | | Eliminate use of deprecated cssmErrorString function. Switch to using SecCertificateCreateWithData. Clean out unused private header availability checks.
* Fix online help through web interface...Michael R Sweet2019-01-241-1/+9
|
* Update usage and localized message about the URL to use for secure access.Michael R Sweet2019-01-241-12/+3
|
* Clean out some more _cupsStr cruft that might potentially cause anMichael R Sweet2019-01-211-3/+2
| | | | | | unaligned memory access (Issue #5474) Don't directly use the string pool in the CGI programs or scheduler.
* Switch to using "all" and "media-col-database" because some vendors apparentlyMichael R Sweet2019-01-211-3/+1
| | | | do not know how to read (Issue #5484)
* Use the same requested-attributes values for all IPP Everywhere setupMichael R Sweet2019-01-211-2/+9
| | | | requests (Issue #5484)
* Fixed a performance regression with large PPDs (rdar://47040759)Michael R Sweet2019-01-101-115/+21
| | | | | | | scheduler/printers.c: - create_media_col(): Drop media-source/media-type support. - load_ppd(): Stop enumerating all combinations of media size, source, and type.
* Fix potential crash in cups-driverd (rdar://46625579)Michael R Sweet2018-12-141-25/+18
|
* Merge pull request #5463 from OdyX/fix-unitialized-service-idle-exitMichael R Sweet2018-12-141-1/+1
|\ | | | | Fix service_idle_exit build issue with -Werror=maybe-unitialized
| * Fix service_idle_exit build issue with -Werror=maybe-unitializedDidier Raboud2018-12-141-1/+1
| |
* | Move getifaddrs to a separate header.Michael R Sweet2018-12-102-2/+4
|/
* Fix compile errors - not sure why these didn't show up before...Michael R Sweet2018-12-081-1/+1
|
* Normalize --help usage for cupsd (Issue #5326)Michael R Sweet2018-12-061-10/+18
|
* Revert os_transaction changes.Michael R Sweet2018-12-051-14/+4
|
* Fix handling of MaxJobTime 0 (Issue #5438)Michael R Sweet2018-12-052-2/+4
|
* Fix test suite failure caused by log rotation due to sandboxing warning message.Michael R Sweet2018-12-051-3/+0
|
* Switch from xpc_transaction_begin to os_transaction_create.Michael R Sweet2018-11-081-4/+14
|
* Fix stuck multi-file jobs (Issue #5359, Issue #5413)Michael R Sweet2018-11-071-0/+7
|
* Fix more compiler warnings (Issue #5423)Michael R Sweet2018-11-061-1/+1
|
* Don't install cupscgi, cupsmime, or cupsppdc shared libraries.Michael R Sweet2018-10-291-62/+6
|
* Use 'Standard' process type to get higher priority for printing.Michael R Sweet2018-10-181-1/+1
|
* Don't install/remove private headers for internal libraries.Michael R Sweet2018-10-181-28/+12
| | | | Don't install symlinks for internal libraries.
* Move debug printfs to internal usage only.Michael R Sweet2018-10-1810-243/+190
| | | | Also, old MD5 code is internal-only.
* Don't install headers for libcupcgi, libcupsmime, or libcupsppdc.Michael R Sweet2018-10-171-5/+0
|
* Remove dependency on zlib headers outside of libcups.Michael R Sweet2018-10-171-4/+5
|
* Search for codesign/true, use LDFLAGS for shared libraries (Issue #5411)Michael R Sweet2018-10-151-3/+3
|
* Migrate Windows conditional code to _WIN32 define.Michael R Sweet2018-10-102-3/+3
|
* Fix test suite with shared libraries on macOS.Michael R Sweet2018-10-021-0/+1
|
* Set QoS priority class for the main thread when running from launchd.Michael R Sweet2018-09-271-0/+9
|
* Code signing changes.Michael R Sweet2018-09-181-39/+0
|
* Add code signing for macOS Mojave.Michael R Sweet2018-09-182-14/+54
|
* Fix a scheduler crash bug (rdar://42198057)Michael R Sweet2018-08-271-12/+7
|
* Fix memory leaks found by Coverity (Issue #5375)Michael R Sweet2018-08-211-20/+20
|
* Fix regression in fix for rdar://40436080.Michael R Sweet2018-08-191-12/+1
|
* Sync up with changes from 2.2.x.Michael R Sweet2018-08-181-11/+10
|
* The scheduler was being backgrounded on macOS, causing applications to spinMichael R Sweet2018-07-173-21/+15
| | | | | | | | | | (rdar://40436080) scheduler/main.c: - Start/end transactions on startup/shutdown. scheduler/sysman.c: - Remove transactions from cupsdSetBusy.
* Replace the rest of the uses of __attribute__ that need to be portable ↵Michael R Sweet2018-07-097-13/+11
| | | | (Issue #5349)
* Move away from using __attribute__ directly (Issue #5349)Michael R Sweet2018-07-093-21/+15
|
* Fix whitespace issues.Michael R Sweet2018-06-291-10/+10
|
* Fix whitespace issues.Michael R Sweet2018-06-291-3/+3
|
* Authentication in the web interface did not work on macOS (rdar://41444473)Michael R Sweet2018-06-291-4/+3
| | | | | | | | | cups/auth.c: - cups_local_auth(): Don't check for AuthRef twice, log fopen errors for the root cert as well. scheduler/client.c: - Also allow local auth with AuthRef's.
* Fix auto-debug logging of job errors with systemd (Issue #5337)Michael R Sweet2018-06-181-45/+40
|
* Fix crash when AccessLog is NULL (Issue #5309)Michael R Sweet2018-06-181-4/+5
|
* Support idle exit, even when printer sharing is enabled but no printers are ↵Michael R Sweet2018-06-181-6/+17
| | | | shared (Issue #5319)
* Restore default cups-lpd settings for macOS.Michael R Sweet2018-06-181-1/+1
|
* Fix A6 crash bug in Epson 24-pin driver (Issue #5323)Michael R Sweet2018-06-181-1/+1
|
* Report all supported Job Creation attributes and their values (Issue #5340)Michael R Sweet2018-06-182-9/+62
|
* Fix local privilege escalation to root and sandbox bypasses in schedulerMichael R Sweet2018-06-054-86/+163
| | | | (rdar://37836779, rdar://37836995, rdar://37837252, rdar://37837581)
* Validate notify-recipient-uri values.Michael R Sweet2018-06-051-1/+1
|