r23792: convert Samba4 to GPLv3
[sfrench/samba-autobuild/.git] / source4 / torture / rpc / spoolss.c
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr23687: not every compiler supports __typeof__()
2007-10-10 Stefan Metzmacherr17787: ifdef out unused macros and generate a smb_panic()
2007-10-10 Jelmer Vernooijr14720: Add torture_context argument to all torture...
2007-10-10 Jelmer Vernooijr14470: Remove some unnecessary headers.
2007-10-10 Jelmer Vernooijr14402: Generate seperate headers for RPC client functions.
2007-10-10 Jelmer Vernooijr14379: Build torture/rpc/ as a seperate smbtorture...
2007-10-10 Jelmer Vernooijr12693: Move core data structures out of smb.h into...
2007-10-10 Jelmer Vernooijr12510: Change the DCE/RPC interfaces to take a pointer...
2007-10-10 Stefan Metzmacherr11676: as tridge uses 0x%llx in his latest commits...
2007-10-10 Stefan Metzmacherr8054: add OSVersion, OSVersionEx, DNSMachineName Print...
2007-10-10 Stefan Metzmacherr8050: - make use of more [value()] properties
2007-10-10 Stefan Metzmacherr8046: - add somemore failure checks in the RPC-SPOOLSS...
2007-10-10 Andrew Tridgellr7650: fixed a typo
2007-10-10 Stefan Metzmacherr7642: - test NULL server_name in GetPrinterDriverDirec...
2007-10-10 Stefan Metzmacherr7580: - add GetPrinterDriverDirectory() idl, torture...
2007-10-10 Stefan Metzmacherr7574: - seperate [in] and [out] buffers and buf_sizes
2007-10-10 Stefan Metzmacherr7464: add newline to printf
2007-10-10 Stefan Metzmacherr7369: allow no entries returned by Enum*()
2007-10-10 Stefan Metzmacherr7346: use StartPagePrinter(), WritePrinter() and EndPa...
2007-10-10 Stefan Metzmacherr7342: submit a test job for each printer and delete...
2007-10-10 Stefan Metzmacherr7340: fix the build
2007-10-10 Stefan Metzmacherr7333: Pause and resume each printer
2007-10-10 Stefan Metzmacherr7329: test some more PrinterData values
2007-10-10 Stefan Metzmacherr7328: fix GetPrinterData and SetPrinterData, with...
2007-10-10 Stefan Metzmacherr7120: make use of the new 'noopnum' property and get...
2007-10-10 Stefan Metzmacherr6197: fix for my last commit, I removed SPOOLSS_ARCHIT...
2007-10-10 Richard Sharper6195: I think Metze meant SPOOLSS_ARCHITECTURE_NT_X86...
2007-10-10 Stefan Metzmacherr6194: - fix some spoolss_*Form names and types
2007-10-10 Stefan Metzmacherr6179: - add new spoolss tests for all spoolss_Enum...
2007-10-10 Andrew Bartlettr5941: Commit this patch much earlier than I would...
2007-10-10 Andrew Bartlettr5902: A rather large change...
2007-10-10 Günther Deschnerr5611: Add EnumPrinterDataEx-test (for now just for...
2007-10-10 Tim Potterr5553: Add idl and test for spoolss_AddPort(). It...
2007-10-10 Tim Potterr5552: Don't try to read the value of r.out.result...
2007-10-10 Stefan Metzmacherr5539: more bad name checks and don't check for \\local...
2007-10-10 Stefan Metzmacherr5537: - make use of bitmaps and enums
2007-10-10 Stefan Metzmacherr5516: NT4 doesn't support GetPrinterDataEx()
2007-10-10 Stefan Metzmacherr5503: - add torture test which tests for invalid print...
2007-10-10 Stefan Metzmacherr5498: fix OpenPrinter() idl and torture test
2007-10-10 Stefan Metzmacherr5489: hide handwritten pull/push/print code from the...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4616: the first phase in the addition of proper suppor...
2007-10-10 Andrew Tridgellr4035: more effort on consistent naming of the access...
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Tim Potterr3396: Rename form_name -> formname. This time, check...
2007-10-10 Andrew Tridgellr3324: made the smbtorture code completely warning...
2007-10-10 Volker Lendecker3317: Fix the build
2007-10-10 Volker Lendecker3218: Fix the build
2007-10-10 Andrew Tridgellr2209: patch from volker to add EnumPorts spoolss IDL...
2007-10-10 Andrew Tridgellr2207: this bug caued valgrind to consume infinite...
2007-10-10 Andrew Tridgellr1041: - pulled the domain join code out of the netlogo...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
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...