summaryrefslogtreecommitdiffstats
path: root/source4/librpc/idl/spoolss.idl
Commit message (Expand)AuthorAgeFilesLines
* we can't have two functions with the same nameAndrew Tridgell2003-12-041-1/+1
* Updated some of the function names in the IDL.Tim Potter2003-12-031-56/+57
* Added EnumPrinterDriver, GetPrinterDriver (still in progress)Tim Potter2003-11-301-5/+65
* GetPrinterDataEx, SetPrinterDataEx, DeletePrinterDataEx.Tim Potter2003-11-281-4/+20
* Add SetPrinterData, DeletePrinterData.Tim Potter2003-11-281-2/+9
* Fix bug in EnumPrinterData test.Tim Potter2003-11-281-3/+8
* Added EnumJobs, GetJob, SetJob RPCs.Tim Potter2003-11-281-3/+44
* Implemented SetForm RPC.Tim Potter2003-11-271-1/+5
* Add DeleteForm, start cleaning up tests.Tim Potter2003-11-271-1/+3
* Implemented AddForm RPC. The mystery of the useless_ptr has beenTim Potter2003-11-271-1/+19
* Implemented EnumForms and GetForm.Tim Potter2003-11-261-4/+20
* Spoolss functions return WERROR not NTSTATUS.Tim Potter2003-11-251-187/+196
* * fixed handling of relative subcontext unionsAndrew Tridgell2003-11-221-19/+19
* * changed the way strings are handled in pidl to a much more generalAndrew Tridgell2003-11-211-1/+3
* EnumPrinterData in spoolss now worksAndrew Tridgell2003-11-201-1/+1
* * changed to midl syntax using [case(x)] instead of case(x)Andrew Tridgell2003-11-201-8/+8
* Working on EnumPrinterData. There appears to be an alignment problemTim Potter2003-11-181-5/+4
* * add another WERR err codeAndrew Tridgell2003-11-171-0/+5
* use [subcontext] to make GetPrinter a bit easier in smbtortureAndrew Tridgell2003-11-171-6/+2
* security descriptors are no longer a "special" type, they are handledAndrew Tridgell2003-11-171-8/+6
* call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell2003-11-171-11/+9
* added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell2003-11-171-1/+6
* * more info levels for EnumPrinterAndrew Tridgell2003-11-171-5/+38
* nicer method of handling spoolss EnumPrintersAndrew Tridgell2003-11-171-7/+10
* use nstring and [relative] to support levels 1 and 2 of EnumPrintersAndrew Tridgell2003-11-161-3/+65
* added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell2003-11-161-24/+17
* Initial version of printer info 1 for tridge.Tim Potter2003-11-161-6/+48
* Added IDL for EnumPrinters and ClosePrinter.Tim Potter2003-11-161-8/+16
* the returned policy handle in spoolss_OpenPrinterEx() is pass byAndrew Tridgell2003-11-151-1/+1
* Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterExTim Potter2003-11-151-0/+520