Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-13 | idl: add to_null attribute to the spoolss devicename array | David Disseldorp | 1 | -1/+1 | |
OpenPrinterEx requests have also been observed in the wild carrying non-utf16 garbage after the device mode devicename field null terminator. Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-01-13 | idl: add to_null attribute to the spoolss formname array | David Disseldorp | 1 | -1/+1 | |
OpenPrinterEx requests have been observed in the wild carrying a device mode formname "A4" followed by non-utf16 garbage after the null terminator. Such requests currently fail during unmarshalling in the ndr_pull_charset() codepath, causing intermittent print job failures. This change ensures that garbage after the device mode formname null terminator is not processed in unmarshalling. https://bugzilla.samba.org/show_bug.cgi?id=8606 Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-03-01 | spoolss.idl: align spoolss_DriverFileInfo relative pointer to 4 byte | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Mar 1 02:12:37 CET 2011 on sn-devel-104 | |||||
2011-02-28 | spoolss.idl: align spoolss_PrinterEnumValues 'data' based on the type | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-12-16 | spoolss: fill in PerMachineConnections add and delete IDL. | Günther Deschner | 1 | -3/+9 | |
Guenther | |||||
2010-10-04 | spoolss: fill in spoolss_DeletePort IDL. | Günther Deschner | 1 | -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 | |||||
2010-10-04 | spoolss: fill in spoolss_SetPort IDL. | Günther Deschner | 1 | -1/+4 | |
Guenther | |||||
2010-10-04 | spoolss: fill in spoolss_AddPortEx IDL. | Günther Deschner | 1 | -1/+47 | |
Guenther | |||||
2010-09-30 | spoolss: use the correct flags for spoolss_PrinterInfo1 struct. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-09-16 | s4-smbtorture: add spoolss_GetPrinterDriver2 NDR tests. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-09-16 | s4-smbtorture: activate spoolss_GetPrinterData NDR pull test. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-08-02 | spoolss: fix potential crash bug in spoolss_PrinterEnumValues push path. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -16/+16 | |
2010-04-22 | spoolss: pretty-print a struct spoolss_Time. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-04-19 | spoolss: move up enum spoolss_Build in the IDL. | Günther Deschner | 1 | -5/+5 | |
Guenther | |||||
2010-04-19 | spoolss: make spoolss_SetPrinterInfo0 match changes in spoolss_PrinterInfo0. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2010-03-05 | spoolss: fix spoolss_EnumPrinterDataEx IDL. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-03-05 | spoolss: rollback GetPrinterData[Ex] IDL. | Günther Deschner | 1 | -29/+4 | |
Guenther | |||||
2010-03-05 | spoolss: rollback SetPrinterData{Ex} IDL. | Günther Deschner | 1 | -29/+6 | |
Guenther | |||||
2010-02-26 | spoolss: add spoolss_Build to IDL. | Günther Deschner | 1 | -1/+6 | |
Guenther | |||||
2010-02-23 | spoolss: some fixes for devicemode dm extra structs. | Günther Deschner | 1 | -10/+2 | |
Guenther | |||||
2010-02-23 | spoolss: add various DM extradata formats (including PostScript and UniDriver). | Günther Deschner | 1 | -0/+307 | |
Guenther | |||||
2010-02-18 | spoolss: use ndr_push_spoolss_PrinterInfo2 hand-marshalled version (moves ↵ | Günther Deschner | 1 | -1/+1 | |
devmode relative pointer down to sd). Guenther | |||||
2010-02-18 | spoolss: add spoolss_security_descriptor. | Günther Deschner | 1 | -4/+7 | |
Guenther | |||||
2010-02-18 | spoolss: make two bitmaps public. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-02-18 | spoolss: make all security descriptors and devicemodes 4 byte aligned and ↵ | Stefan Metzmacher | 1 | -8/+8 | |
add missing subcontexts. Guenther | |||||
2010-02-18 | spoolss: set NDR_RELATIVE_REVERSE flag for various unions that have relative ↵ | Günther Deschner | 1 | -10/+10 | |
pointers. Guenther | |||||
2009-12-17 | spoolss: more mork on SetPrinterInfo() levels. | Günther Deschner | 1 | -4/+12 | |
Guenther | |||||
2009-12-16 | spoolss: add spoolss_DriverInfo7. | Günther Deschner | 1 | -0/+9 | |
Guenther | |||||
2009-12-14 | spoolss: fix spoolss_PrinterData size calculation. | Günther Deschner | 1 | -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-14 | spoolss: trivial fix for spoolss_FormInfo2 IDL. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2009-12-10 | spoolss: remove unused spoolss_StringArray2. | Günther Deschner | 1 | -5/+0 | |
Guenther | |||||
2009-12-10 | spoolss: use spoolss_KeyNames in spoolss_EnumPrinterKey. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2009-12-10 | spoolss: add spoolss_KeyNames union. | Günther Deschner | 1 | -0/+6 | |
Guenther | |||||
2009-12-08 | spoolss: add more spoolss architectures to IDL. | Günther Deschner | 1 | -1/+5 | |
Guenther | |||||
2009-12-08 | spoolss: fix spoolss_DriverInfo8 IDL. | Günther Deschner | 1 | -1/+1 | |
found by RPC-SPOOLSS torture teset. Guenther | |||||
2009-12-07 | spoolss: rework spoolss_GetPrinterDataEx and spoolss_SetPrinterDataEx. | Günther Deschner | 1 | -8/+33 | |
Guenther | |||||
2009-12-03 | spoolss: hand-marshall the spoolss_StringArray2 struct for ↵ | Günther Deschner | 1 | -1/+1 | |
spoolss_EnumPrinterKey. This call is just driving me nuts :-) Guenther | |||||
2009-12-02 | samba-spoolss: use spoolss_StringArray2 in spoolss_EnumPrinterKey. | Günther Deschner | 1 | -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-02 | spoolss: add spoolss_StringArray2. | Günther Deschner | 1 | -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-02 | s3-spoolss: move MAXDEVICENAME to spoolss idl. | Günther Deschner | 1 | -2/+4 | |
Guenther | |||||
2009-11-23 | s3-spoolss: move more defines out of nt_printing.h to spoolss.idl where they ↵ | Günther Deschner | 1 | -0/+68 | |
belong. Guenther | |||||
2009-11-23 | spoolss: fix spoolss_EnumPrinterKey IDL. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-08-20 | spoolss: add more spoolss calls to IDL | Günther Deschner | 1 | -0/+90 | |
(spoolss_GetPrinterDriverPackagePath and spoolss_GetCorePrinterDrivers). Guenther | |||||
2009-08-10 | spoolss: fill in more details of the spoolss_DeviceMode. | Günther Deschner | 1 | -21/+210 | |
Guenther | |||||
2009-07-17 | spoolss: fill in some unknowns in spoolss_OSVersion and spoolss_OSVersionEx. | Günther Deschner | 1 | -4/+7 | |
Guenther | |||||
2009-07-17 | spoolss: fill in spoolss_Create/DeletePrinterIC + rerun make samba3-idl. | Günther Deschner | 1 | -2/+6 | |
Guenther | |||||
2009-07-03 | spoolss: fill in spoolss_GetPrinterDriver IDL. | Günther Deschner | 1 | -1/+8 | |
Guenther | |||||
2009-07-03 | spoolss: the flags in spoolss_SetPrinterInfo1 are in fact ↵ | Günther Deschner | 1 | -1/+1 | |
spoolss_PrinterAttributes. Guenther | |||||
2009-07-03 | spoolss: fill in spoolss_AddPrinter IDL. | Günther Deschner | 1 | -3/+6 | |
Guenther |