summaryrefslogtreecommitdiff
path: root/cgi-bin
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant codeAlfonso Gregory2021-09-072-5/+6
|
* Move 'everywhere' model support into cupsd (Issue #5919)Michael R Sweet2021-06-231-84/+2
|
* Import all of the bug fixes from the OpenPrinting CUPS repository.Michael R Sweet2021-04-056-18/+25
| | | | | | Import the improvements to ippeveprinter from OpenPrinting/ippsample. Import the improvements to ippfind and ipptool from OpenPrinting/ippsample.
* Update Github repository to match macOS 11.2 CUPS sources (cups-494.1).Michael R Sweet2021-04-051-1/+1
|
* LGTM only supports C++ style comments...Michael R Sweet2019-11-191-1/+1
|
* Address multiple minor issues reported by the LGTM security scanner:Michael R Sweet2019-11-181-1/+1
| | | | | | | | - Lots of usage of localtime and gmtime (use _r/_s versions instead - Issue #5685) - Some unnecessary comparisons - Suppress checks that are not useful (header guards, short global names, and the integer overflow checks which don't reflect the actual range of values)
* Merge pull request #5621 from zdohnal/cgigetarray-sigsegvMichael R Sweet2019-10-151-0/+3
|\ | | | | SIGSEGV in CUPS web ui when adding a printer
| * SIGSEGV in CUPS web ui when adding a printerZdenek Dohnal2019-07-291-0/+3
| |
* | Fix some PPD parser issues discovered via fuzzing (Issue #5623, Issue #5624)Michael R Sweet2019-08-011-0/+9
|/
* Update build system and cups-config script to not add extra libraries to theMichael R Sweet2019-05-151-11/+8
| | | | "--libs" output (Issue #5261)
* More clang warning fixes.Michael R Sweet2019-04-203-15/+37
|
* Use ALL_DSOFLAGS and ALL_LDFLAGS to avoid issues with some build frameworks.Michael R Sweet2019-03-191-9/+9
|
* Fix compile warning.Michael R Sweet2019-01-241-4/+0
|
* Remove remaining references to subscriptions and samba.Michael R Sweet2019-01-241-187/+0
|
* Clean out some more _cupsStr cruft that might potentially cause anMichael R Sweet2019-01-212-28/+26
| | | | | | 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-1/+9
| | | | requests (Issue #5484)
* CVE-2018-4700: Linux session cookies used a predictable random number seed.Michael R Sweet2018-12-071-1/+3
|
* Don't install cupscgi, cupsmime, or cupsppdc shared libraries.Michael R Sweet2018-10-291-70/+15
|
* Don't install/remove private headers for internal libraries.Michael R Sweet2018-10-181-42/+13
| | | | Don't install symlinks for internal libraries.
* Move debug printfs to internal usage only.Michael R Sweet2018-10-184-103/+26
| | | | Also, old MD5 code is internal-only.
* Don't install headers for libcupcgi, libcupsmime, or libcupsppdc.Michael R Sweet2018-10-171-7/+0
|
* 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-101-2/+2
|
* Add code signing for macOS Mojave.Michael R Sweet2018-09-181-1/+11
|
* Fix memory leaks found by Coverity (Issue #5375)Michael R Sweet2018-08-211-2/+4
|
* Replace the rest of the uses of __attribute__ that need to be portable ↵Michael R Sweet2018-07-091-5/+1
| | | | (Issue #5349)
* More tweaks for IPP Everywhere support in web interface.Michael R Sweet2018-06-181-3/+0
|
* Support IPP Everywhere driver in web interface (Issue #5338)Michael R Sweet2018-06-181-3/+8
|
* Move libcupsimage to the "cups" subdirectory, along with its unit tests andMichael R Sweet2018-01-181-5/+3
| | | | benchmark.
* Online help fixes.Michael Sweet2017-12-192-15/+106
| | | | | | | | | | | | | cgi-bin/help-index.c: - Fix indexing of indented comments, body elements, etc. - Add support for anchors via ID attribute. - Fix anchor scanning bug when the anchor name is quoted. cgi-bin/testhi.c: - Add support for specifying section and directory to index. doc/help/*.html: - Fix headings and anchors.
* Support <body> being indented.Michael Sweet2017-12-181-3/+5
|
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-0719-95/+19
|
* Support the latest HTTP Digest authentication specification (Issue #4862)Michael R Sweet2017-11-061-6/+2
| | | | | | | | | | | | | | | | | | | | | | | Also deprecates all httpMD5* functions. - cgi-bin/var.c: Use cupsHashData to compute SID hash. - cups/auth.c: Rewrite WWW-Authenticate parser to support multiple auth schemes and the new RFC 7616 version of HTTP Digest. - cups/cups.h: Add cupsHashString function to get a hex version of a hash. - cups/hash.c: Add MD5 support. - cups/http.c: Track WWW-Authenticate in a long string, concatenate new set values. - cups/http.h: Deprecate httpMD5* and recommend cupsDoAuth and cupsHash*. - cups/http-private.h: Pull MD5 stuff, nonce_count is unsigned, track WWW-Authenticate header as a potentially long string. - cups/http-support.c: Use cupsHashData to compute UUID hash. - cups/md5.c: Comment everything out if we have an OS-supplied MD5 hash function. - cups/md5passwd.c: Use cupsHash* functions. - cups/tls-*.c: Use cupsHash* functions. - cups/versioning.h: Add CUPS_API_2_3 definition. - scheduler/client.c: Update WWW-Authenticate header to include AuthRef, Local, and PeerCred schemes with parameters as needed.
* No longer support backslash, question mark, or quotes in printer names ↵Michael R Sweet2017-11-011-5/+2
| | | | (Issue #4966)
* Drop RSS subscription management from the web interface (Issue #5012)Michael R Sweet2017-11-011-285/+1
|
* Fix more issues with libtool support (Issue #5050)Michael R Sweet2017-07-171-9/+9
|
* Update libtool support to include --mode=foo stuff - surprise, libtool ↵Michael R Sweet2017-07-171-20/+20
| | | | | | changed in incompatible ways again... (Issue #5050)
* Fix some (bogus) clang warnings.Michael Sweet2017-06-161-1/+1
|
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-1619-20/+20
| | | | Bump copyright to 2017 in web interface and README files.
* Improve performance of web interface with large numbers of jobs (Issue #3819)Michael Sweet2016-05-253-83/+48
| | | | | | Also re-work web interface to not allow the order to be changed (since that will negatively impact performance) but instead add first/last buttons to the pager.
* Merge pull request #4792 from OdyX/fix-spelling-error-in-ipp-varMichael R Sweet2016-04-211-1/+1
|\ | | | | Fix spelling error in 'returning'
| * Fix spelling error in 'returning'Didier Raboud2016-03-251-1/+1
| |
* | Drop API help for CGI, MIME, and PPD compiler libraries.Michael Sweet2016-04-123-76/+5
| | | | | | | | Don't uninstall public headers, these are all now private headers.
* | Move CGI, PPD compiler, and MIME heades to the private headers directory.Michael Sweet2016-04-121-5/+8
| |
* | Remove all of the Subversion keywords from various source files.Michael R Sweet2016-04-1119-228/+64
|/
* Add cupsRasterInitPWGHeader API to setup a raster header using IPP Everywheremsweet2015-12-181-1/+2
| | | | | | | attribute values. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13024 a1ca3aef-8c08-0410-bb20-df032aa958be
* Add support for hashed job-password values; right now just SHA-1 and SHA-2 ↵msweet2015-11-181-1/+2
| | | | | | | | | | | | | | | | hashes (<rdar://problem/20221502>) - Add new cupsHashData API - Use cupsHashData in _cupsConvertOptions. - Grab the job-password-encryption-supported value from the printer and pick the most secure hash that is supported. - Add a new _CUPS_API_2_2 availability macro. - Update dependencies and Xcode project settings. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12983 a1ca3aef-8c08-0410-bb20-df032aa958be
* The web search incorrectly searched time-at-xxx values (STR #4652)msweet2015-06-301-0/+3
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12768 a1ca3aef-8c08-0410-bb20-df032aa958be
* Security: Fix CERT VU #810572 exploiting the dynamic linker (STR #4609)msweet2015-06-082-50/+4
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12700 a1ca3aef-8c08-0410-bb20-df032aa958be