summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-18added samr_CreateUser() samr_DeleteUser(). The test suite creates aAndrew Tridgell1-52/+12
2003-11-18* use the new auto-generated debug code method.Andrew Tridgell1-0/+96
2003-11-17 * add another WERR err codeAndrew Tridgell1-0/+1862
2003-11-17use [subcontext] to make GetPrinter a bit easier in smbtortureAndrew Tridgell1-61/+10
2003-11-17security descriptors are no longer a "special" type, they are handledAndrew Tridgell1-19/+34
2003-11-17call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell1-12/+11
2003-11-17added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell1-3/+17
2003-11-17* more info levels for EnumPrinterAndrew Tridgell1-19/+327
2003-11-17nicer method of handling spoolss EnumPrintersAndrew Tridgell1-17/+120
2003-11-16use nstring and [relative] to support levels 1 and 2 of EnumPrintersAndrew Tridgell1-15/+264
2003-11-16added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell1-27/+137
2003-11-16Commit autogenerated code for EnumPrinters and ClosePrinter.Tim Potter1-4/+29
2003-11-15the returned policy handle in spoolss_OpenPrinterEx() is pass byAndrew Tridgell1-10/+1
2003-11-15added another 11 levels of QueryDomainInfoAndrew Tridgell1-3/+3
2003-11-15Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterExTim Potter1-0/+1415