summaryrefslogtreecommitdiffstats
path: root/source4/librpc/ndr/ndr_spoolss_buf.c
Commit message (Expand)AuthorAgeFilesLines
* r8522: fixed another couple of size_t warningsAndrew Tridgell2007-10-101-1/+1
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-4/+4
* r8050: - make use of more [value()] propertiesStefan Metzmacher2007-10-101-0/+6
* r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell2007-10-101-12/+10
* r7575: - fix GetPrinterData() push sideStefan Metzmacher2007-10-101-12/+81
* r7574: - seperate [in] and [out] buffers and buf_sizesStefan Metzmacher2007-10-101-35/+39
* r7462: fix Enum* pushing, we need to send back a buffer of the same size as w...Stefan Metzmacher2007-10-101-0/+9
* r7364: - remove '\' chars from copy pasteStefan Metzmacher2007-10-101-3/+5
* r7328: fix GetPrinterData and SetPrinterData, with zero length subcontextsStefan Metzmacher2007-10-101-0/+91
* r7327: pass down the ndr->flags to the subcontextsStefan Metzmacher2007-10-101-0/+4
* r7196: fix typo, that makes the spoolss test working with [validate]Stefan Metzmacher2007-10-101-2/+2
* r7194: fix pulling of the NDR_IN data, [validate] works for the NDR_IN side n...Stefan Metzmacher2007-10-101-1/+2
* r7181: add functions to calculate the buffer size needed for array buffer in ...Stefan Metzmacher2007-10-101-0/+54
* r7120: make use of the new 'noopnum' property and get rid of handwrittenStefan Metzmacher2007-10-101-865/+164
* r6191: fix spoolss_Enum* push codeStefan Metzmacher2007-10-101-3/+9
* r6181: Use ndr_print_set_switch_value() here as well.Jelmer Vernooij2007-10-101-1/+2
* r6179: - add new spoolss tests for all spoolss_Enum*() calls which didn't needStefan Metzmacher2007-10-101-0/+274
* r6099: use the enum print functionStefan Metzmacher2007-10-101-1/+1
* r5672: Use switch_type() and the token storage mechanism for unions:Jelmer Vernooij2007-10-101-2/+4
* r5663: Revert some changes I didn't mean to commit...Jelmer Vernooij2007-10-101-4/+2
* r5661: Be a little stricter on syntax regarding arrays. A pointer to anJelmer Vernooij2007-10-101-2/+4
* r5504: fix typoStefan Metzmacher2007-10-101-1/+1
* r5489: hide handwritten pull/push/print code from the callerStefan Metzmacher2007-10-101-70/+660
* r5446: fix pulling of arrays in EnumXXX functionsStefan Metzmacher2007-10-101-0/+6
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-101-0/+1
* r2209: patch from volker to add EnumPorts spoolss IDL and test codeAndrew Tridgell2007-10-101-0/+21
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-4/+4
* Added EnumPrinterDriver, GetPrinterDriver (still in progress)Tim Potter2003-11-301-0/+17
* Added EnumJobs, GetJob, SetJob RPCs.Tim Potter2003-11-281-0/+17
* Implemented EnumForms and GetForm.Tim Potter2003-11-261-0/+17
* switched to a new way of handling unions, so that we can handleAndrew Tridgell2003-11-191-2/+2
* call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell2003-11-171-3/+3
* nicer method of handling spoolss EnumPrintersAndrew Tridgell2003-11-171-27/+12
* use nstring and [relative] to support levels 1 and 2 of EnumPrintersAndrew Tridgell2003-11-161-0/+6
* added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell2003-11-161-0/+51