master
Revise testlang to use test-internal.h, update makefile to save stderr and allow stdout to be seen for unit tests, and update dependencies.
Update documentation.
Revert "Update copyrights"
Fix typo in documentation.
Add nul checks to auth functions.
Fix some clang warnings.
Protect against deep collection values (Issue #1539)
Update/sync docos.
Optimize PNG files (Issue #5529)
Add a cover image for the new programming manual.
Fix some places where errno might not be preserved.
bound the nul terminator in cups_collection_string
Merge pull request #1618 from abubakarsabir924-cell/fix-1531-signed
Fix DNS-SD callbacks on Windows (Issue #1528)
More VC++ updates.
Updated cupsFileGetConf and cupsFilePutConf to escape more characters.
Copyright, whitespace.
Refactor _ipp_request_t to avoid issues on embedded platforms with newer C compilers.
Add support for CUPS_USERCONFIG and CUPS_SYSCONFIG environment variables.
Don't allow resolver to return 'localhost' for a non-loopback address.
Fix unresponsive cupsd process caused by a slow client
Pick up fixed from libcups for cupsCreateCredentials, cupsCreateCredentialsRequest, and httpGetDateTime.
Handle empty POST/PUT request message bodies.
Remove bogus httpSetCredentialsAndKey prototype.
Return false if we have an unterminated quoted string token, and do a better job validating "$ENV[name]" and "${name}" expansions (Issue #1422)
Fix clang warnings.
Expand on ippValidateAttribute changes (Issue #1653)
Fix JSON and PPD/PS long number error handling (Issue #1608)
Bump copyright.
Back out GNU TLS changes for JWT - already had a limit on the signature size and the PR changes caused a regression.
Update cupsJWTNew to accept a claims argument with the initial JSON claims.
Fix language tests on macOS.
Add httpGetSecurity API.
Sync up with CUPS 1.6svn-r10269 (changes from Zin TOT merged into cups.org TOT)
Sync up documentation and other changes from libcups.
Merge OAuth device authorization grant stuff from 3.0.
Fix tag checks in _ppdCreateFromIPP.
Fix regression in cupsResolveConflicts.
Better limit the size of custom numbers in PS option output (Issue #1656)
Update variable names to make them more clear
Don't use custom prefix for non-standard sizes - use oe or om (Issue #1388)
Y2038 fixes (Issue #1592)
Add PWG media sizes for PRC D0-D6 and PRC ZL.
Make sure we have room for another space (Issue #1607)
Fix regression in cupsRasterRead/WriteHeader.
Limit num_bytes for SNMP string values.
Fix SNMP hex string debug output (Issue #1610)
Fix clang warnings, clean up cupsArray usage.
Add DNS-SD, cupsCopyString, and cupsConcatString APIs from libcups v3.
Save PPD cache in testcache unit test.
Sync up fixes from IPP sample code repo.
Add -a option to lookup and report addresses, and --help option to show all of the things you can do with testhttp...
Fix JSON output with empty arrays or objects (Issue #1452)
Only ignore specific options when specified in media=
Do some cleanup of TLS cert expiration changes (Issue #1590)
Address some clang-reported warnings.
Make sure 2-byte UTF-8 sequence is complete (Issue #1438)
Err, that should be stdint.h for uint32_t.
Load cups into easysw/current.