summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/spoolss.idl
AgeCommit message (Expand)AuthorFilesLines
2003-12-04we can't have two functions with the same nameAndrew Tridgell1-1/+1
2003-12-03Updated some of the function names in the IDL.Tim Potter1-56/+57
2003-11-30Added EnumPrinterDriver, GetPrinterDriver (still in progress)Tim Potter1-5/+65
2003-11-28GetPrinterDataEx, SetPrinterDataEx, DeletePrinterDataEx.Tim Potter1-4/+20
2003-11-28Add SetPrinterData, DeletePrinterData.Tim Potter1-2/+9
2003-11-28Fix bug in EnumPrinterData test.Tim Potter1-3/+8
2003-11-28Added EnumJobs, GetJob, SetJob RPCs.Tim Potter1-3/+44
2003-11-27Implemented SetForm RPC.Tim Potter1-1/+5
2003-11-27Add DeleteForm, start cleaning up tests.Tim Potter1-1/+3
2003-11-27Implemented AddForm RPC. The mystery of the useless_ptr has beenTim Potter1-1/+19
2003-11-26Implemented EnumForms and GetForm.Tim Potter1-4/+20
2003-11-25Spoolss functions return WERROR not NTSTATUS.Tim Potter1-187/+196
2003-11-22 * fixed handling of relative subcontext unionsAndrew Tridgell1-19/+19
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell1-1/+3
2003-11-20EnumPrinterData in spoolss now worksAndrew Tridgell1-1/+1
2003-11-20 * changed to midl syntax using [case(x)] instead of case(x)Andrew Tridgell1-8/+8
2003-11-18Working on EnumPrinterData. There appears to be an alignment problemTim Potter1-5/+4
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/+2
2003-11-17security descriptors are no longer a "special" type, they are handledAndrew Tridgell1-8/+6
2003-11-17call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell1-11/+9
2003-11-17added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell1-1/+6
2003-11-17* more info levels for EnumPrinterAndrew Tridgell1-5/+38
2003-11-17nicer method of handling spoolss EnumPrintersAndrew Tridgell1-7/+10
2003-11-16use nstring and [relative] to support levels 1 and 2 of EnumPrintersAndrew Tridgell1-3/+65
2003-11-16added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell1-24/+17
2003-11-16Initial version of printer info 1 for tridge.Tim Potter1-6/+48
2003-11-16Added IDL for EnumPrinters and ClosePrinter.Tim Potter1-8/+16
2003-11-15the returned policy handle in spoolss_OpenPrinterEx() is pass byAndrew Tridgell1-1/+1
2003-11-15Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterExTim Potter1-0/+520