summaryrefslogtreecommitdiff
path: root/librpc/idl/spoolss.idl
AgeCommit message (Collapse)AuthorFilesLines
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-16/+16
2010-04-22spoolss: pretty-print a struct spoolss_Time.Günther Deschner1-1/+1
Guenther
2010-04-19spoolss: move up enum spoolss_Build in the IDL.Günther Deschner1-5/+5
Guenther
2010-04-19spoolss: make spoolss_SetPrinterInfo0 match changes in spoolss_PrinterInfo0.Günther Deschner1-3/+3
Guenther
2010-03-05spoolss: fix spoolss_EnumPrinterDataEx IDL.Günther Deschner1-2/+2
Guenther
2010-03-05spoolss: rollback GetPrinterData[Ex] IDL.Günther Deschner1-29/+4
Guenther
2010-03-05spoolss: rollback SetPrinterData{Ex} IDL.Günther Deschner1-29/+6
Guenther
2010-02-26spoolss: add spoolss_Build to IDL.Günther Deschner1-1/+6
Guenther
2010-02-23spoolss: some fixes for devicemode dm extra structs.Günther Deschner1-10/+2
Guenther
2010-02-23spoolss: add various DM extradata formats (including PostScript and UniDriver).Günther Deschner1-0/+307
Guenther
2010-02-18spoolss: use ndr_push_spoolss_PrinterInfo2 hand-marshalled version (moves ↵Günther Deschner1-1/+1
devmode relative pointer down to sd). Guenther
2010-02-18spoolss: add spoolss_security_descriptor.Günther Deschner1-4/+7
Guenther
2010-02-18spoolss: make two bitmaps public.Günther Deschner1-2/+2
Guenther
2010-02-18spoolss: make all security descriptors and devicemodes 4 byte aligned and ↵Stefan Metzmacher1-8/+8
add missing subcontexts. Guenther
2010-02-18spoolss: set NDR_RELATIVE_REVERSE flag for various unions that have relative ↵Günther Deschner1-10/+10
pointers. Guenther
2009-12-17spoolss: more mork on SetPrinterInfo() levels.Günther Deschner1-4/+12
Guenther
2009-12-16spoolss: add spoolss_DriverInfo7.Günther Deschner1-0/+9
Guenther
2009-12-14spoolss: fix spoolss_PrinterData size calculation.Günther Deschner1-1/+1
Currently we were crashing in EnumPrinterDataEx when an e.g. an empty (NULL) string for a separator file was returned. Guenther
2009-12-14spoolss: trivial fix for spoolss_FormInfo2 IDL.Günther Deschner1-1/+2
Guenther
2009-12-10spoolss: remove unused spoolss_StringArray2.Günther Deschner1-5/+0
Guenther
2009-12-10spoolss: use spoolss_KeyNames in spoolss_EnumPrinterKey.Günther Deschner1-1/+2
Guenther
2009-12-10spoolss: add spoolss_KeyNames union.Günther Deschner1-0/+6
Guenther
2009-12-08spoolss: add more spoolss architectures to IDL.Günther Deschner1-1/+5
Guenther
2009-12-08spoolss: fix spoolss_DriverInfo8 IDL.Günther Deschner1-1/+1
found by RPC-SPOOLSS torture teset. Guenther
2009-12-07spoolss: rework spoolss_GetPrinterDataEx and spoolss_SetPrinterDataEx.Günther Deschner1-8/+33
Guenther
2009-12-03spoolss: hand-marshall the spoolss_StringArray2 struct for ↵Günther Deschner1-1/+1
spoolss_EnumPrinterKey. This call is just driving me nuts :-) Guenther
2009-12-02samba-spoolss: use spoolss_StringArray2 in spoolss_EnumPrinterKey.Günther Deschner1-1/+1
This should finally resolve the endian issues we were seeing on sparc and is much cleaner for spoolss clients and servers. Guenther
2009-12-02spoolss: add spoolss_StringArray2.Günther Deschner1-0/+5
The difference to spoolss_StringArray is that in spoolss_StringArray2 the string array is put into a subcontext of _ndr_size. Guenther
2009-12-02s3-spoolss: move MAXDEVICENAME to spoolss idl.Günther Deschner1-2/+4
Guenther
2009-11-23s3-spoolss: move more defines out of nt_printing.h to spoolss.idl where they ↵Günther Deschner1-0/+68
belong. Guenther
2009-11-23spoolss: fix spoolss_EnumPrinterKey IDL.Günther Deschner1-1/+1
Guenther
2009-08-20spoolss: add more spoolss calls to IDLGünther Deschner1-0/+90
(spoolss_GetPrinterDriverPackagePath and spoolss_GetCorePrinterDrivers). Guenther
2009-08-10spoolss: fill in more details of the spoolss_DeviceMode.Günther Deschner1-21/+210
Guenther
2009-07-17spoolss: fill in some unknowns in spoolss_OSVersion and spoolss_OSVersionEx.Günther Deschner1-4/+7
Guenther
2009-07-17spoolss: fill in spoolss_Create/DeletePrinterIC + rerun make samba3-idl.Günther Deschner1-2/+6
Guenther
2009-07-03spoolss: fill in spoolss_GetPrinterDriver IDL.Günther Deschner1-1/+8
Guenther
2009-07-03spoolss: the flags in spoolss_SetPrinterInfo1 are in fact ↵Günther Deschner1-1/+1
spoolss_PrinterAttributes. Guenther
2009-07-03spoolss: fill in spoolss_AddPrinter IDL.Günther Deschner1-3/+6
Guenther
2009-07-02spoolss: the flags in spoolss_PrinterInfo1 are in fact ↵Günther Deschner1-7/+7
spoolss_PrinterAttributes. Guenther
2009-05-13s3-spoolss: move SPL_ARCH_X defines to IDL.Günther Deschner1-0/+8
Guenther
2009-05-13spoolss: add SPOOLSS_ARCHITECTURE_ALL to IDL.Günther Deschner1-0/+2
Guenther
2009-04-13spoolss: add spoolss_DriverAttributes bitmask.Günther Deschner1-2/+6
Guenther
2009-04-13spoolss: fix order of strings in PrinterInfo1 structs.Günther Deschner1-2/+2
Guenther
2009-03-18spoolss: make spoolss_Field a nodiscriminant union of 2 sets of notify flag ↵Günther Deschner1-30/+65
enums. Guenther
2009-03-18spoolss: add spoolss_EnumPrinterDataEx triple call.Günther Deschner1-3/+15
Guenther
2009-03-18spoolss: fix spoolss_PrinterEnumValues w.r.t. size calculation of PrinterData.Günther Deschner1-1/+1
Guenther
2009-03-17spoolss: add spoolss_PrinterEnumValues.Günther Deschner1-0/+9
Guenther
2009-03-17spoolss: use PRINTER_NOTIFY_TYPE and JOB_NOTIFY_TYPE in favor of "old" s4 ↵Günther Deschner1-2/+2
defines. Guenther
2009-03-17spoolss: add SPL Port definitions to IDL.Günther Deschner1-0/+10
Guenther
2009-03-17spoolss: add range checks for priority element in spoolss_JobInfo structs.Günther Deschner1-8/+8
Guenther