Ignore:
Timestamp:
Sep 30, 2008, 7:14:08 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/docs/htmldocs/Samba3-Developers-Guide/devprinting.html

    r134 r158  
    1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 15. Samba Printing Internals</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="SAMBA Developers Guide"><link rel="up" href="pt04.html" title="Part IV. Debugging and tracing"><link rel="prev" href="tracing.html" title="Chapter 14. Tracing samba system calls"><link rel="next" href="pt05.html" title="Part V. Appendices"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 15. Samba Printing Internals</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="tracing.html">Prev</a> </td><th width="60%" align="center">Part IV. Debugging and tracing</th><td width="20%" align="right"> <a accesskey="n" href="pt05.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="devprinting"></a>Chapter 15. Samba Printing Internals</h2></div><div><div class="author"><h3 class="author"><span class="firstname">Gerald</span> <span class="surname">Carter</span></h3></div></div><div><p class="pubdate">October 2002</p></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="devprinting.html#id350318">Abstract</a></span></dt><dt><span class="sect1"><a href="devprinting.html#id350330">
     1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 15. Samba Printing Internals</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="SAMBA Developers Guide"><link rel="up" href="pt04.html" title="Part IV. Debugging and tracing"><link rel="prev" href="tracing.html" title="Chapter 14. Tracing samba system calls"><link rel="next" href="pt05.html" title="Part V. Appendices"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 15. Samba Printing Internals</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="tracing.html">Prev</a> </td><th width="60%" align="center">Part IV. Debugging and tracing</th><td width="20%" align="right"> <a accesskey="n" href="pt05.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="devprinting"></a>Chapter 15. Samba Printing Internals</h2></div><div><div class="author"><h3 class="author"><span class="firstname">Gerald</span> <span class="surname">Carter</span></h3></div></div><div><p class="pubdate">October 2002</p></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="devprinting.html#id324752">Abstract</a></span></dt><dt><span class="sect1"><a href="devprinting.html#id324763">
    22Printing Interface to Various Back ends
    3 </a></span></dt><dt><span class="sect1"><a href="devprinting.html#id350399">
     3</a></span></dt><dt><span class="sect1"><a href="devprinting.html#id324833">
    44Print Queue TDB's
    5 </a></span></dt><dt><span class="sect1"><a href="devprinting.html#id350533">
     5</a></span></dt><dt><span class="sect1"><a href="devprinting.html#id324966">
    66ChangeID and Client Caching of Printer Information
    7 </a></span></dt><dt><span class="sect1"><a href="devprinting.html#id350542">
     7</a></span></dt><dt><span class="sect1"><a href="devprinting.html#id324976">
    88Windows NT/2K Printer Change Notify
    9 </a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id350318"></a>Abstract</h2></div></div></div><p>
     9</a></span></dt></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id324752"></a>Abstract</h2></div></div></div><p>
    1010The purpose of this document is to provide some insight into
    1111Samba's printing functionality and also to describe the semantics
    1212of certain features of Windows client printing.
    13 </p></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id350330"></a>
     13</p></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id324763"></a>
    1414Printing Interface to Various Back ends
    1515</h2></div></div></div><p>
     
    2222</p><div class="itemizedlist"><ul type="disc"><li><p>a generic set of functions for working with standard UNIX
    2323        printing subsystems</p></li><li><p>a set of CUPS specific functions (this is only enabled if
    24         the CUPS libraries were located at compile time).</p></li></ul></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id350399"></a>
     24        the CUPS libraries were located at compile time).</p></li></ul></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id324833"></a>
    2525Print Queue TDB's
    2626</h2></div></div></div><p>
     
    111111queue TDB.  Otherwise, the Device Mode is obtained from the printer
    112112object when the client issues a GetJob(level == 2) request.
    113 </p></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id350533"></a>
     113</p></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id324966"></a>
    114114ChangeID and Client Caching of Printer Information
    115115</h2></div></div></div><p>
    116116[To be filled in later]
    117 </p></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id350542"></a>
     117</p></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id324976"></a>
    118118Windows NT/2K Printer Change Notify
    119119</h2></div></div></div><p>
Note: See TracChangeset for help on using the changeset viewer.