]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/ipp-support.c
Merge changes from CUPS 1.6svn-r10390.
[thirdparty/cups.git] / cups / ipp-support.c
index 362321a55392660cc62a999afaef3465592b7771..c20c110439cfb97a63a2aa5371dc3baa2a80eb99 100644 (file)
@@ -78,7 +78,11 @@ static const char * const ipp_status_oks[] = /* "OK" status codes */
                  "client-error-ignored-all-subscriptions",
                  "client-error-too-many-subscriptions",
                  "(client-error-ignored-all-notifications)",
-                 "(client-error-client-print-support-file-not-found)"
+                 "(client-error-client-print-support-file-not-found)",
+                 "client-error-document-password-error",
+                 "client-error-document-permission-error",
+                 "client-error-document-security-error",
+                 "client-error-document-unprintable-error"
                },
                * const ipp_status_500s[] =             /* Server errors */
                {
@@ -158,7 +162,7 @@ static const char * const ipp_std_ops[] =
                  "Suspend-Current-Job",
                  "Resume-Job",
 
-                 /* 0x0030 - 0x003b */
+                 /* 0x0030 - 0x003d */
                  "Promote-Job",
                  "Schedule-Job-After",
                  "0x32",
@@ -171,7 +175,8 @@ static const char * const ipp_std_ops[] =
                  "Cancel-My-Jobs",
                  "Resubmit-Job",
                  "Close-Job",
-                 "Identify-Printer"
+                 "Identify-Printer",
+                 "Validate-Document"
                },
                * const ipp_cups_ops[] =
                {