summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_spoolss.h
AgeCommit message (Expand)AuthorFilesLines
2003-11-18added samr_CreateUser() samr_DeleteUser(). The test suite creates aAndrew Tridgell1-7/+5
2003-11-18use the auto-generated UUID, version and name rather than listing themAndrew Tridgell1-96/+102
2003-11-17 * add another WERR err codeAndrew Tridgell1-0/+5
2003-11-17use [subcontext] to make GetPrinter a bit easier in smbtortureAndrew Tridgell1-6/+1
2003-11-17security descriptors are no longer a "special" type, they are handledAndrew Tridgell1-8/+10
2003-11-17call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell1-9/+8
2003-11-17added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell1-3/+8
2003-11-17* more info levels for EnumPrinterAndrew Tridgell1-5/+38
2003-11-17nicer method of handling spoolss EnumPrintersAndrew Tridgell1-5/+10
2003-11-16use nstring and [relative] to support levels 1 and 2 of EnumPrintersAndrew Tridgell1-0/+61
2003-11-16added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell1-15/+50
2003-11-16Commit autogenerated code for EnumPrinters and ClosePrinter.Tim Potter1-4/+14
2003-11-15Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterExTim Potter1-0/+1088