summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_spoolss.c
AgeCommit message (Collapse)AuthorFilesLines
2003-11-16added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell1-27/+137
number of "magic" add-ons to IDL to make it less painful, hopefully this will make IDL generation useful for horrible systems like spoolss (This used to be commit e18dba7d5a957ef82e8f91733a0bf95d579dcd7a)
2003-11-16Commit autogenerated code for EnumPrinters and ClosePrinter.Tim Potter1-4/+29
(This used to be commit 1a0271fc3402ab7bd7bb004be8f833dfb8a1724f)
2003-11-15the returned policy handle in spoolss_OpenPrinterEx() is pass byAndrew Tridgell1-10/+1
reference (tim, my apoligies if this conflicts with an uncomitted fix from you) (This used to be commit fa0872e66359603a52813af13b45fdaeca98f5d0)
2003-11-15added another 11 levels of QueryDomainInfoAndrew Tridgell1-3/+3
(This used to be commit 219cfabaeb38c5fd2fcabd1e6f05da206bab21e4)
2003-11-15Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterExTim Potter1-0/+1415
works but without a devicemode. (This used to be commit 35e889cf339f4ed62d4953b4cb5da2f21cf249a2)