- Added `cupsDNSSD` APIs.
- Added `cupsConcatString` and `cupsCopyString` string APIs.
- Added OpenSSL support for `cupsHashData` (Issue #762)
+- Updated `cupsArray` APIs.
+- Fixed Digest authentication support (Issue #260)
- Fixed delays in lpd backend (Issue #741)
- Fixed segfault in `cupsGetNamedDest()` when trying to get default printer, but
the default printer is not set (Issue #719)
/* Next nonce value from Authentication-Info */
opaque[HTTP_MAX_VALUE],
/* Opaque value from WWW-Authenticate */
- qop[HTTP_MAX_VALUE],
- /* qop value from WWW-Authenticate */
realm[HTTP_MAX_VALUE];
/* Realm from WWW-Authenticate */
/* Allocated field values */
*default_fields[HTTP_FIELD_MAX];
/* Default field values, if any */
+ /**** New in CUPS 2.5 ****/
+ char qop[HTTP_MAX_VALUE];
+ /* qop value from WWW-Authenticate */
};
# endif /* !_HTTP_NO_PRIVATE */