summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_spoolss_buf.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-24Remove another use of global_loadparm.Jelmer Vernooij1-8/+9
2007-12-21r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij1-2/+2
2007-12-21r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij1-4/+5
2007-12-21r25918: ndr: change NTSTAUS into enum ndr_err_code (samba4 handwritten stuff)Stefan Metzmacher1-42/+42
2007-12-21r25818: remove useless '\' chars at the end of linesStefan Metzmacher1-7/+7
2007-12-21r25782: use NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher1-5/+5
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell1-3/+3
2007-10-10r8522: fixed another couple of size_t warningsAndrew Tridgell1-1/+1
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-4/+4
2007-10-10r8050: - make use of more [value()] propertiesStefan Metzmacher1-0/+6
2007-10-10r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell1-12/+10
2007-10-10r7575: - fix GetPrinterData() push sideStefan Metzmacher1-12/+81
2007-10-10r7574: - seperate [in] and [out] buffers and buf_sizesStefan Metzmacher1-35/+39
2007-10-10r7462: fix Enum* pushing, we need to send back a buffer of the same size as w...Stefan Metzmacher1-0/+9
2007-10-10r7364: - remove '\' chars from copy pasteStefan Metzmacher1-3/+5
2007-10-10r7328: fix GetPrinterData and SetPrinterData, with zero length subcontextsStefan Metzmacher1-0/+91
2007-10-10r7327: pass down the ndr->flags to the subcontextsStefan Metzmacher1-0/+4
2007-10-10r7196: fix typo, that makes the spoolss test working with [validate]Stefan Metzmacher1-2/+2
2007-10-10r7194: fix pulling of the NDR_IN data, [validate] works for the NDR_IN side n...Stefan Metzmacher1-1/+2
2007-10-10r7181: add functions to calculate the buffer size needed for array buffer in ...Stefan Metzmacher1-0/+54
2007-10-10r7120: make use of the new 'noopnum' property and get rid of handwrittenStefan Metzmacher1-865/+164
2007-10-10r6191: fix spoolss_Enum* push codeStefan Metzmacher1-3/+9
2007-10-10r6181: Use ndr_print_set_switch_value() here as well.Jelmer Vernooij1-1/+2
2007-10-10r6179: - add new spoolss tests for all spoolss_Enum*() calls which didn't needStefan Metzmacher1-0/+274
2007-10-10r6099: use the enum print functionStefan Metzmacher1-1/+1
2007-10-10r5672: Use switch_type() and the token storage mechanism for unions:Jelmer Vernooij1-2/+4
2007-10-10r5663: Revert some changes I didn't mean to commit...Jelmer Vernooij1-4/+2
2007-10-10r5661: Be a little stricter on syntax regarding arrays. A pointer to anJelmer Vernooij1-2/+4
2007-10-10r5504: fix typoStefan Metzmacher1-1/+1
2007-10-10r5489: hide handwritten pull/push/print code from the callerStefan Metzmacher1-70/+660
2007-10-10r5446: fix pulling of arrays in EnumXXX functionsStefan Metzmacher1-0/+6
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell1-0/+1
2007-10-10r2209: patch from volker to add EnumPorts spoolss IDL and test codeAndrew Tridgell1-0/+21
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-4/+4
2003-11-30Added EnumPrinterDriver, GetPrinterDriver (still in progress)Tim Potter1-0/+17
2003-11-28Added EnumJobs, GetJob, SetJob RPCs.Tim Potter1-0/+17
2003-11-26Implemented EnumForms and GetForm.Tim Potter1-0/+17
2003-11-19switched to a new way of handling unions, so that we can handleAndrew Tridgell1-2/+2
2003-11-17call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell1-3/+3
2003-11-17nicer method of handling spoolss EnumPrintersAndrew Tridgell1-27/+12
2003-11-16use nstring and [relative] to support levels 1 and 2 of EnumPrintersAndrew Tridgell1-0/+6
2003-11-16added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell1-0/+51