]> git.ipfire.org Git - thirdparty/cups.git/commit
Implement CUPS-Get-PPDs with printer-uri (STR #2334)
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 2 May 2007 00:14:56 +0000 (00:14 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 2 May 2007 00:14:56 +0000 (00:14 +0000)
commit004f02351a90c03c74c5f1adfd99dbb5b2e4a028
tree24be88c984f244f913a098cb7be77057677fa2dc
parentf8a6e83b45ebc1e1aa81eb1b0f2b97df51833284
Implement CUPS-Get-PPDs with printer-uri (STR #2334)

scheduler/client.c:
    - cupsdWriteClient(): Make sure we stick around after all
      attributes have been written if we have a file to write.
scheduler/ipp.c:
    - cupsdProcessIPPRequest(): Add file size to length as needed.
    - get_ppd(): Add code to get printer PPD and do redirects.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6504 7a7537e8-13f0-0310-91df-b6672ffda945
scheduler/client.c
scheduler/ipp.c
test/get-ppd-printer.test [new file with mode: 0644]