r884: convert samba4 to use [u]int32_t instead of [u]int32
[nivanova/samba-autobuild/.git] / source4 / torture / rpc / spoolss.c
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2004-02-03 Stefan Metzmacher- add 'print' to the DCERPC binding strings
2004-01-20 Andrew Tridgellcheck for the correct fault code when the server fails...
2004-01-20 Andrew Tridgelladded code to the RPC-SPOOLSS test that demonstrates...
2003-11-30 Andrew Tridgell * removed a bunch of unused code
2003-11-30 Tim PotterAdded EnumPrinterDriver, GetPrinterDriver (still in...
2003-11-28 Tim PotterGetPrinterDataEx, SetPrinterDataEx, DeletePrinterDataEx.
2003-11-28 Tim PotterAdd SetPrinterData, DeletePrinterData.
2003-11-28 Andrew Tridgellfixed some warnings
2003-11-28 Tim PotterFix bug in EnumPrinterData test.
2003-11-28 Tim PotterAdded EnumJobs, GetJob, SetJob RPCs.
2003-11-27 Tim PotterImplemented SetForm RPC.
2003-11-27 Tim PotterAdd DeleteForm, start cleaning up tests.
2003-11-27 Tim PotterImplemented AddForm RPC. The mystery of the useless_pt...
2003-11-26 Tim PotterImplemented EnumForms and GetForm.
2003-11-22 Andrew Tridgell * fixed null terminated string handling
2003-11-22 Andrew Tridgell * fixed handling of relative subcontext unions
2003-11-22 Andrew Tridgella fairly major upgrade to the dcerpc system
2003-11-20 Andrew TridgellEnumPrinterData in spoolss now works
2003-11-18 Andrew Tridgellcope with no printers returned from EnumPrinters
2003-11-18 Tim PotterWorking on EnumPrinterData. There appears to be an...
2003-11-18 Andrew Tridgelluse the auto-generated UUID, version and name rather...
2003-11-18 Andrew Tridgell* use the new auto-generated debug code method.
2003-11-17 Andrew Tridgell * add another WERR err code
2003-11-17 Andrew Tridgelluse [subcontext] to make GetPrinter a bit easier in...
2003-11-17 Andrew Tridgellcall OpenPrinterEx on each printer on the server, and...
2003-11-17 Andrew Tridgelladded OpenPrinter and a test function. Note that the...
2003-11-17 Andrew Tridgell* more info levels for EnumPrinter
2003-11-17 Andrew Tridgellnicer method of handling spoolss EnumPrinters
2003-11-16 Andrew Tridgelluse nstring and [relative] to support levels 1 and...
2003-11-16 Andrew Tridgelladded support for level1 of EnumPrinters in spoolss...
2003-11-16 Tim PotterAdded tests for EnumPrinters and ClosePrinter.
2003-11-15 Andrew Tridgellthe returned policy handle in spoolss_OpenPrinterEx...
2003-11-15 Tim PotterSkeleton IDL for SPOOLSS pipe. For this inital version...