]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/client.h
Merge changes from CUPS 1.3.1.
[thirdparty/cups.git] / scheduler / client.h
index f3c0f3a326d55425f9f95ee3327a6aed141e66a4..baeef5f6589b8af57c07fe6eeb284e6a6a721fae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: client.h 6758 2007-08-02 00:13:44Z mike $"
+ * "$Id: client.h 6949 2007-09-12 21:33:23Z mike $"
  *
  *   Client definitions for the Common UNIX Printing System (CUPS) scheduler.
  *
@@ -30,7 +30,7 @@ struct cupsd_client_s
   time_t               start;          /* Request start time */
   http_state_t         operation;      /* Request operation */
   off_t                        bytes;          /* Bytes transferred for this request */
-  char                 username[33],   /* Username from Authorization: line */
+  char                 username[256],  /* Username from Authorization: line */
                        password[33],   /* Password from Authorization: line */
                        uri[HTTP_MAX_URI],
                                        /* Localized URL/URI for GET/PUT */
@@ -131,5 +131,5 @@ extern void cupsdWriteClient(cupsd_client_t *con);
 
 
 /*
- * End of "$Id: client.h 6758 2007-08-02 00:13:44Z mike $".
+ * End of "$Id: client.h 6949 2007-09-12 21:33:23Z mike $".
  */