summaryrefslogtreecommitdiff
path: root/librpc/ndr/ndr_spoolss_buf.h
AgeCommit message (Collapse)AuthorFilesLines
2011-06-10librpc/ndr/ndr_spoolss_buf.h: fix licence/copyrightGünther Deschner1-0/+23
Guenther
2011-02-28spoolss.idl: align spoolss_PrinterEnumValues 'data' based on the typeStefan Metzmacher1-0/+1
metze
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-12/+12
2010-04-22spoolss: pretty-print a struct spoolss_Time.Günther Deschner1-0/+1
Guenther
2010-03-05spoolss: rollback GetPrinterData[Ex] IDL.Günther Deschner1-4/+0
Guenther
2010-03-05spoolss: rollback SetPrinterData{Ex} IDL.Günther Deschner1-2/+0
Guenther
2010-02-18spoolss: add spoolss_security_descriptor.Günther Deschner1-0/+3
Guenther
2009-12-14spoolss: fix spoolss_PrinterData size calculation.Günther Deschner1-0/+1
Currently we were crashing in EnumPrinterDataEx when an e.g. an empty (NULL) string for a separator file was returned. Guenther
2009-12-10spoolss: remove unused spoolss_StringArray2.Günther Deschner1-3/+0
Guenther
2009-12-07spoolss: rework spoolss_GetPrinterDataEx and spoolss_SetPrinterDataEx.Günther Deschner1-0/+3
Guenther
2009-12-03spoolss: hand-marshall the spoolss_StringArray2 struct for ↵Günther Deschner1-0/+2
spoolss_EnumPrinterKey. This call is just driving me nuts :-) Guenther
2009-12-02spoolss: add spoolss_StringArray2.Günther Deschner1-0/+1
The difference to spoolss_StringArray is that in spoolss_StringArray2 the string array is put into a subcontext of _ndr_size. Guenther
2009-03-18spoolss: add custom ndr_print_spoolss_Field.Günther Deschner1-0/+1
Guenther
2009-03-18spoolss: add ndr_size_spoolss_EnumPrinterDataEx_info in spoolss helper.Günther Deschner1-0/+2
Guenther
2009-03-18spoolss: add ndr_push/pull_spoolss_EnumPrinterDataEx helper.Günther Deschner1-1/+2
Guenther
2009-03-11spoolss: fix typo in spoolss_EnumPrintProcessors_info union helper fn.Günther Deschner1-2/+2
Guenther
2009-03-11spoolss: fix typo in spoolss_EnumJobs_info union helper fn.Günther Deschner1-1/+1
Guenther
2009-03-07spoolss: add spoolss_EnumPrintProcDataTypes to enum macro helper.Günther Deschner1-1/+6
Guenther
2009-02-24spoolss: add push,pull helper for spoolss_DriverInfo101.Günther Deschner1-0/+3
Guenther
2009-02-19spoolss: add ndr_size_spoolss_StringArray to spoolss helper.Günther Deschner1-0/+1
Guenther
2009-02-05spoolss: move ndr spoolss helper to main librpc dir.Günther Deschner1-0/+45
Guenther