summaryrefslogtreecommitdiff
path: root/librpc/ndr/ndr_spoolss_buf.c
AgeCommit message (Collapse)AuthorFilesLines
2011-07-06librpc/ndr remove _SAMBA_BUILD_ conditionalsAndrew Bartlett1-3/+0
2011-03-02librpc/rpc: let ndr_pull_spoolss_EnumPrinterDataEx() use a subcontextStefan Metzmacher1-1/+4
This is not strictly needed, but it's good to have the logic in common with the other Enum* calls. This also allows us to play with the NDR_RELATIVE_REVERSE flag. metze
2011-02-28spoolss.idl: align spoolss_PrinterEnumValues 'data' based on the typeStefan Metzmacher1-0/+32
metze
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-21/+21
2010-04-22spoolss: pretty-print a struct spoolss_Time.Günther Deschner1-0/+27
Guenther
2010-03-05spoolss: rollback GetPrinterData[Ex] IDL.Günther Deschner1-205/+0
Guenther
2010-03-05spoolss: rollback SetPrinterData{Ex} IDL.Günther Deschner1-82/+0
Guenther
2010-02-18spoolss: use ndr_push_spoolss_PrinterInfo2 hand-marshalled version (moves ↵Günther Deschner1-0/+237
devmode relative pointer down to sd). Guenther
2010-02-18spoolss: add spoolss_security_descriptor.Günther Deschner1-0/+56
Guenther
2010-02-18ndr_spoolss_buf: use LIBNDR_FLAG_NO_NDR_SIZE in NDR_SPOOLSS_SIZE_*Stefan Metzmacher1-2/+2
metze
2010-02-18spoolss: use subcontext in NDR_SPOOLSS_PUSH_ENUM_OUT macro.Stefan Metzmacher1-1/+4
metze
2010-02-18spoolss: fix relative pointers in ndr_push_spoolss_DriverInfo101.Günther Deschner1-10/+20
Guenther
2010-02-12spoolss: regenerate hand-marshalled ndr_pull_spoolss_DriverInfo101 after ↵Günther Deschner1-0/+1
ndr64 changes. Guenther
2010-02-12spoolss: make sure hand-marshalled spoolss_DriverInfo101 handles ↵Günther Deschner1-0/+30
relative_highest_offset. Guenther
2010-02-12spoolss: regenerate hand-marshalled ndr_push_spoolss_DriverInfo101 after ↵Günther Deschner1-1/+2
ndr64 changes. Guenther
2009-12-14spoolss: fix spoolss_PrinterData size calculation.Günther Deschner1-0/+8
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-65/+0
Guenther
2009-12-07spoolss: rework spoolss_GetPrinterDataEx and spoolss_SetPrinterDataEx.Günther Deschner1-0/+147
Guenther
2009-12-03spoolss: hand-marshall the spoolss_StringArray2 struct for ↵Günther Deschner1-3/+59
spoolss_EnumPrinterKey. This call is just driving me nuts :-) Guenther
2009-12-02spoolss: add spoolss_StringArray2.Günther Deschner1-0/+9
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 my copyright.Günther Deschner1-0/+1
Guenther
2009-03-18spoolss: add custom ndr_print_spoolss_Field.Günther Deschner1-0/+22
Guenther
2009-03-18spoolss: add ndr_size_spoolss_EnumPrinterDataEx_info in spoolss helper.Günther Deschner1-0/+21
Guenther
2009-03-18spoolss: rename NDR_SPOOLSS_SIZE_ENUM macro to NDR_SPOOLSS_SIZE_ENUM_LEVEL inGünther Deschner1-9/+9
spoolss helper. Guenther
2009-03-18spoolss: fix ndr_push_spoolss_EnumPrinterDataEx.Günther Deschner1-0/+1
Guenther
2009-03-18spoolss: add ndr_push/pull_spoolss_EnumPrinterDataEx helper.Günther Deschner1-0/+93
Guenther
2009-03-17spoolss: fix ndr_push_spoolss_SetPrinterData.Günther Deschner1-1/+1
Guenther
2009-03-17spoolss: fix GetPrinterData buffer helper.Günther Deschner1-10/+18
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-0/+33
Guenther
2009-03-06spoolss: fix spoolss enum calls helper macro code after pointer changes.Günther Deschner1-6/+13
Guenther
2009-02-24spoolss: add push,pull helper for spoolss_DriverInfo101.Günther Deschner1-0/+478
Guenther
2009-02-19spoolss: add ndr_size_spoolss_StringArray to spoolss helper.Günther Deschner1-0/+10
Guenther
2009-02-17spoolss: fix spoolss helper for out ref count pointer.Günther Deschner1-2/+4
Guenther
2009-02-07spoolss: fix ndr_pull_spoolss_GetPrinterData.Günther Deschner1-1/+1
Guenther
2009-02-06spoolss: fix ndr_pull/push_spoolss_GetPrinterData.Günther Deschner1-2/+2
Guenther
2009-02-06spoolss: fix spoolss helper functions and macros w.r.t. needed pointer.Günther Deschner1-2/+2
Guenther
2009-02-05spoolss: fix samba4 dependency of spoolss helper.Günther Deschner1-0/+2
Guenther
2009-02-05spoolss: move ndr spoolss helper to main librpc dir.Günther Deschner1-0/+532
Guenther