summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/spoolss.idl
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6179: - add new spoolss tests for all spoolss_Enum*() calls which didn't needStefan Metzmacher1-2/+49
2007-10-10r6100: - fix nondiscriminant -> nodiscriminant (that takes me 2 days to find....Stefan Metzmacher1-4/+4
2007-10-10r5554: Constants and untested IDL for spoolss_SetPrinter()Tim Potter1-0/+14
2007-10-10r5553: Add idl and test for spoolss_AddPort(). It always seems to returnTim Potter1-0/+3
2007-10-10r5537: - make use of bitmaps and enumsStefan Metzmacher1-22/+152
2007-10-10r5515: fix PrinterInfo3Stefan Metzmacher1-2/+1
2007-10-10r5505: make usage of bitmap's :-)Stefan Metzmacher1-1/+8
2007-10-10r5498: fix OpenPrinter() idl and torture testStefan Metzmacher1-13/+13
2007-10-10r5489: hide handwritten pull/push/print code from the callerStefan Metzmacher1-18/+28
2007-10-10r5445: move FormInfo1 struct to the place where it's usedStefan Metzmacher1-11/+11
2007-10-10r3810: create a LIB_SECURITY subsystemStefan Metzmacher1-1/+2
2007-10-10r3429: Fix IDL for EnumPrinterDataEx()Tim Potter1-1/+5
2007-10-10r3404: Rename name of DATA_BLOB in GetPrinterData()Tim Potter1-1/+1
2007-10-10r3402: Fix idl for spoolss_JobInfo1.Tim Potter1-6/+6
2007-10-10r3401: Fix IDL for SetForm RPC.Tim Potter1-1/+16
2007-10-10r3396: Rename form_name -> formname. This time, check smbtorture builds beforeTim Potter1-1/+1
2007-10-10r3395: added support for "string32" type, to fix the fixed width stringAndrew Tridgell1-2/+2
2007-10-10r3311: Consistency updates for form name members.Tim Potter1-2/+2
2007-10-10r3302: The security descriptors in spoolss_PrinterInfo2 and spoolss_PrinterInfo3Tim Potter1-2/+2
2007-10-10r3287: The devicename and formname fields in a device mode are fixed lengthTim Potter1-2/+2
2007-10-10r3283: converted to quoted uuid() defines in all our IDL. This should helpAndrew Tridgell1-1/+1
2007-10-10r3250: Add idl for printer info level 0.Tim Potter1-11/+44
2007-10-10r3215: access_required -> access_mask for OpenPrinterExTim Potter1-1/+1
2007-10-10r3043: Use binding strings for specifying endpoints. The property forJelmer Vernooij1-1/+1
2007-10-10r2967: Add some printer enum constants from Samba3's rpc_spoolss.hTim Potter1-0/+9
2007-10-10r2209: patch from volker to add EnumPorts spoolss IDL and test codeAndrew Tridgell1-0/+22
2007-10-10r1838: Updates from the airplane:Jelmer Vernooij1-1/+2
2007-10-10r1275: Make spoolss_PrinterInfo2 and spoolss_PrinterInfo5 public so we canTim Potter1-2/+2
2007-10-10r1206: Give the spoolss pipe an endpoint.Tim Potter1-1/+2
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