From a76d046b2f8155ada2f347f03ef400d760a9a238 Mon Sep 17 00:00:00 2001 From: vorlon Date: Sun, 20 Jul 2008 08:39:10 +0000 Subject: merge samba 3.2 experimental branch to unstable git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@2053 fc4039ab-9d04-0410-8cac-899223bdd6b0 --- docs/htmldocs/Samba3-Developers-Guide/devprinting.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/htmldocs/Samba3-Developers-Guide/devprinting.html') diff --git a/docs/htmldocs/Samba3-Developers-Guide/devprinting.html b/docs/htmldocs/Samba3-Developers-Guide/devprinting.html index fec640ba3e..52ccb3c067 100644 --- a/docs/htmldocs/Samba3-Developers-Guide/devprinting.html +++ b/docs/htmldocs/Samba3-Developers-Guide/devprinting.html @@ -1,16 +1,16 @@ -Chapter 15. Samba Printing Internals

Chapter 15. Samba Printing Internals

Gerald Carter

October 2002

Abstract

The purpose of this document is to provide some insight into Samba's printing functionality and also to describe the semantics of certain features of Windows client printing. -

+

Printing Interface to Various Back ends

Samba uses a table of function pointers to seven functions. The @@ -21,7 +21,7 @@ Currently there are only two printing back end implementations defined.

  • a generic set of functions for working with standard UNIX printing subsystems

  • a set of CUPS specific functions (this is only enabled if - the CUPS libraries were located at compile time).

+ the CUPS libraries were located at compile time).

Print Queue TDB's

Samba provides periodic caching of the output from the "lpq command" @@ -110,11 +110,11 @@ and the job has the printer's device mode associated with it by default. Only non-default Device Mode are stored with print jobs in the print queue TDB. Otherwise, the Device Mode is obtained from the printer object when the client issues a GetJob(level == 2) request. -

+

ChangeID and Client Caching of Printer Information

[To be filled in later] -

+

Windows NT/2K Printer Change Notify

When working with Windows NT+ clients, it is possible for a -- cgit v1.2.3