summaryrefslogtreecommitdiffstats
path: root/librpc/idl/spoolss.idl
Commit message (Collapse)AuthorAgeFilesLines
* spoolss.idl: align spoolss_DriverFileInfo relative pointer to 4 byteStefan Metzmacher2011-03-011-1/+1
| | | | | | | metze Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Mar 1 02:12:37 CET 2011 on sn-devel-104
* spoolss.idl: align spoolss_PrinterEnumValues 'data' based on the typeStefan Metzmacher2011-02-281-1/+1
| | | | metze
* spoolss: fill in PerMachineConnections add and delete IDL.Günther Deschner2010-12-161-3/+9
| | | | Guenther
* spoolss: fill in spoolss_DeletePort IDL.Günther Deschner2010-10-041-1/+4
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Oct 4 08:10:16 UTC 2010 on sn-devel-104
* spoolss: fill in spoolss_SetPort IDL.Günther Deschner2010-10-041-1/+4
| | | | Guenther
* spoolss: fill in spoolss_AddPortEx IDL.Günther Deschner2010-10-041-1/+47
| | | | Guenther
* spoolss: use the correct flags for spoolss_PrinterInfo1 struct.Günther Deschner2010-09-301-1/+1
| | | | Guenther
* s4-smbtorture: add spoolss_GetPrinterDriver2 NDR tests.Günther Deschner2010-09-161-1/+1
| | | | Guenther
* s4-smbtorture: activate spoolss_GetPrinterData NDR pull test.Günther Deschner2010-09-161-1/+1
| | | | Guenther
* spoolss: fix potential crash bug in spoolss_PrinterEnumValues push path.Günther Deschner2010-08-021-1/+1
| | | | Guenther
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-16/+16
|
* spoolss: pretty-print a struct spoolss_Time.Günther Deschner2010-04-221-1/+1
| | | | Guenther
* spoolss: move up enum spoolss_Build in the IDL.Günther Deschner2010-04-191-5/+5
| | | | Guenther
* spoolss: make spoolss_SetPrinterInfo0 match changes in spoolss_PrinterInfo0.Günther Deschner2010-04-191-3/+3
| | | | Guenther
* spoolss: fix spoolss_EnumPrinterDataEx IDL.Günther Deschner2010-03-051-2/+2
| | | | Guenther
* spoolss: rollback GetPrinterData[Ex] IDL.Günther Deschner2010-03-051-29/+4
| | | | Guenther
* spoolss: rollback SetPrinterData{Ex} IDL.Günther Deschner2010-03-051-29/+6
| | | | Guenther
* spoolss: add spoolss_Build to IDL.Günther Deschner2010-02-261-1/+6
| | | | Guenther
* spoolss: some fixes for devicemode dm extra structs.Günther Deschner2010-02-231-10/+2
| | | | Guenther
* spoolss: add various DM extradata formats (including PostScript and UniDriver).Günther Deschner2010-02-231-0/+307
| | | | Guenther
* spoolss: use ndr_push_spoolss_PrinterInfo2 hand-marshalled version (moves ↵Günther Deschner2010-02-181-1/+1
| | | | | | devmode relative pointer down to sd). Guenther
* spoolss: add spoolss_security_descriptor.Günther Deschner2010-02-181-4/+7
| | | | Guenther
* spoolss: make two bitmaps public.Günther Deschner2010-02-181-2/+2
| | | | Guenther
* spoolss: make all security descriptors and devicemodes 4 byte aligned and ↵Stefan Metzmacher2010-02-181-8/+8
| | | | | | add missing subcontexts. Guenther
* spoolss: set NDR_RELATIVE_REVERSE flag for various unions that have relative ↵Günther Deschner2010-02-181-10/+10
| | | | | | pointers. Guenther
* spoolss: more mork on SetPrinterInfo() levels.Günther Deschner2009-12-171-4/+12
| | | | Guenther
* spoolss: add spoolss_DriverInfo7.Günther Deschner2009-12-161-0/+9
| | | | Guenther
* spoolss: fix spoolss_PrinterData size calculation.Günther Deschner2009-12-141-1/+1
| | | | | | | Currently we were crashing in EnumPrinterDataEx when an e.g. an empty (NULL) string for a separator file was returned. Guenther
* spoolss: trivial fix for spoolss_FormInfo2 IDL.Günther Deschner2009-12-141-1/+2
| | | | Guenther
* spoolss: remove unused spoolss_StringArray2.Günther Deschner2009-12-101-5/+0
| | | | Guenther
* spoolss: use spoolss_KeyNames in spoolss_EnumPrinterKey.Günther Deschner2009-12-101-1/+2
| | | | Guenther
* spoolss: add spoolss_KeyNames union.Günther Deschner2009-12-101-0/+6
| | | | Guenther
* spoolss: add more spoolss architectures to IDL.Günther Deschner2009-12-081-1/+5
| | | | Guenther
* spoolss: fix spoolss_DriverInfo8 IDL.Günther Deschner2009-12-081-1/+1
| | | | | | found by RPC-SPOOLSS torture teset. Guenther
* spoolss: rework spoolss_GetPrinterDataEx and spoolss_SetPrinterDataEx.Günther Deschner2009-12-071-8/+33
| | | | Guenther
* spoolss: hand-marshall the spoolss_StringArray2 struct for ↵Günther Deschner2009-12-031-1/+1
| | | | | | | | spoolss_EnumPrinterKey. This call is just driving me nuts :-) Guenther
* samba-spoolss: use spoolss_StringArray2 in spoolss_EnumPrinterKey.Günther Deschner2009-12-021-1/+1
| | | | | | | This should finally resolve the endian issues we were seeing on sparc and is much cleaner for spoolss clients and servers. Guenther
* spoolss: add spoolss_StringArray2.Günther Deschner2009-12-021-0/+5
| | | | | | | The difference to spoolss_StringArray is that in spoolss_StringArray2 the string array is put into a subcontext of _ndr_size. Guenther
* s3-spoolss: move MAXDEVICENAME to spoolss idl.Günther Deschner2009-12-021-2/+4
| | | | Guenther
* s3-spoolss: move more defines out of nt_printing.h to spoolss.idl where they ↵Günther Deschner2009-11-231-0/+68
| | | | | | belong. Guenther
* spoolss: fix spoolss_EnumPrinterKey IDL.Günther Deschner2009-11-231-1/+1
| | | | Guenther
* spoolss: add more spoolss calls to IDLGünther Deschner2009-08-201-0/+90
| | | | | | (spoolss_GetPrinterDriverPackagePath and spoolss_GetCorePrinterDrivers). Guenther
* spoolss: fill in more details of the spoolss_DeviceMode.Günther Deschner2009-08-101-21/+210
| | | | Guenther
* spoolss: fill in some unknowns in spoolss_OSVersion and spoolss_OSVersionEx.Günther Deschner2009-07-171-4/+7
| | | | Guenther
* spoolss: fill in spoolss_Create/DeletePrinterIC + rerun make samba3-idl.Günther Deschner2009-07-171-2/+6
| | | | Guenther
* spoolss: fill in spoolss_GetPrinterDriver IDL.Günther Deschner2009-07-031-1/+8
| | | | Guenther
* spoolss: the flags in spoolss_SetPrinterInfo1 are in fact ↵Günther Deschner2009-07-031-1/+1
| | | | | | spoolss_PrinterAttributes. Guenther
* spoolss: fill in spoolss_AddPrinter IDL.Günther Deschner2009-07-031-3/+6
| | | | Guenther
* spoolss: the flags in spoolss_PrinterInfo1 are in fact ↵Günther Deschner2009-07-021-7/+7
| | | | | | spoolss_PrinterAttributes. Guenther
* s3-spoolss: move SPL_ARCH_X defines to IDL.Günther Deschner2009-05-131-0/+8
| | | | Guenther