Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-06 | librpc/ndr remove _SAMBA_BUILD_ conditionals | Andrew Bartlett | 1 | -3/+0 | |
2011-03-02 | librpc/rpc: let ndr_pull_spoolss_EnumPrinterDataEx() use a subcontext | Stefan Metzmacher | 1 | -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-28 | spoolss.idl: align spoolss_PrinterEnumValues 'data' based on the type | Stefan Metzmacher | 1 | -0/+32 | |
metze | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -21/+21 | |
2010-04-22 | spoolss: pretty-print a struct spoolss_Time. | Günther Deschner | 1 | -0/+27 | |
Guenther | |||||
2010-03-05 | spoolss: rollback GetPrinterData[Ex] IDL. | Günther Deschner | 1 | -205/+0 | |
Guenther | |||||
2010-03-05 | spoolss: rollback SetPrinterData{Ex} IDL. | Günther Deschner | 1 | -82/+0 | |
Guenther | |||||
2010-02-18 | spoolss: use ndr_push_spoolss_PrinterInfo2 hand-marshalled version (moves ↵ | Günther Deschner | 1 | -0/+237 | |
devmode relative pointer down to sd). Guenther | |||||
2010-02-18 | spoolss: add spoolss_security_descriptor. | Günther Deschner | 1 | -0/+56 | |
Guenther | |||||
2010-02-18 | ndr_spoolss_buf: use LIBNDR_FLAG_NO_NDR_SIZE in NDR_SPOOLSS_SIZE_* | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2010-02-18 | spoolss: use subcontext in NDR_SPOOLSS_PUSH_ENUM_OUT macro. | Stefan Metzmacher | 1 | -1/+4 | |
metze | |||||
2010-02-18 | spoolss: fix relative pointers in ndr_push_spoolss_DriverInfo101. | Günther Deschner | 1 | -10/+20 | |
Guenther | |||||
2010-02-12 | spoolss: regenerate hand-marshalled ndr_pull_spoolss_DriverInfo101 after ↵ | Günther Deschner | 1 | -0/+1 | |
ndr64 changes. Guenther | |||||
2010-02-12 | spoolss: make sure hand-marshalled spoolss_DriverInfo101 handles ↵ | Günther Deschner | 1 | -0/+30 | |
relative_highest_offset. Guenther | |||||
2010-02-12 | spoolss: regenerate hand-marshalled ndr_push_spoolss_DriverInfo101 after ↵ | Günther Deschner | 1 | -1/+2 | |
ndr64 changes. Guenther | |||||
2009-12-14 | spoolss: fix spoolss_PrinterData size calculation. | Günther Deschner | 1 | -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-10 | spoolss: remove unused spoolss_StringArray2. | Günther Deschner | 1 | -65/+0 | |
Guenther | |||||
2009-12-07 | spoolss: rework spoolss_GetPrinterDataEx and spoolss_SetPrinterDataEx. | Günther Deschner | 1 | -0/+147 | |
Guenther | |||||
2009-12-03 | spoolss: hand-marshall the spoolss_StringArray2 struct for ↵ | Günther Deschner | 1 | -3/+59 | |
spoolss_EnumPrinterKey. This call is just driving me nuts :-) Guenther | |||||
2009-12-02 | spoolss: add spoolss_StringArray2. | Günther Deschner | 1 | -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-18 | spoolss: add my copyright. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-03-18 | spoolss: add custom ndr_print_spoolss_Field. | Günther Deschner | 1 | -0/+22 | |
Guenther | |||||
2009-03-18 | spoolss: add ndr_size_spoolss_EnumPrinterDataEx_info in spoolss helper. | Günther Deschner | 1 | -0/+21 | |
Guenther | |||||
2009-03-18 | spoolss: rename NDR_SPOOLSS_SIZE_ENUM macro to NDR_SPOOLSS_SIZE_ENUM_LEVEL in | Günther Deschner | 1 | -9/+9 | |
spoolss helper. Guenther | |||||
2009-03-18 | spoolss: fix ndr_push_spoolss_EnumPrinterDataEx. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-03-18 | spoolss: add ndr_push/pull_spoolss_EnumPrinterDataEx helper. | Günther Deschner | 1 | -0/+93 | |
Guenther | |||||
2009-03-17 | spoolss: fix ndr_push_spoolss_SetPrinterData. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-17 | spoolss: fix GetPrinterData buffer helper. | Günther Deschner | 1 | -10/+18 | |
Guenther | |||||
2009-03-11 | spoolss: fix typo in spoolss_EnumPrintProcessors_info union helper fn. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-03-11 | spoolss: fix typo in spoolss_EnumJobs_info union helper fn. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-07 | spoolss: add spoolss_EnumPrintProcDataTypes to enum macro helper. | Günther Deschner | 1 | -0/+33 | |
Guenther | |||||
2009-03-06 | spoolss: fix spoolss enum calls helper macro code after pointer changes. | Günther Deschner | 1 | -6/+13 | |
Guenther | |||||
2009-02-24 | spoolss: add push,pull helper for spoolss_DriverInfo101. | Günther Deschner | 1 | -0/+478 | |
Guenther | |||||
2009-02-19 | spoolss: add ndr_size_spoolss_StringArray to spoolss helper. | Günther Deschner | 1 | -0/+10 | |
Guenther | |||||
2009-02-17 | spoolss: fix spoolss helper for out ref count pointer. | Günther Deschner | 1 | -2/+4 | |
Guenther | |||||
2009-02-07 | spoolss: fix ndr_pull_spoolss_GetPrinterData. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-02-06 | spoolss: fix ndr_pull/push_spoolss_GetPrinterData. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-02-06 | spoolss: fix spoolss helper functions and macros w.r.t. needed pointer. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-02-05 | spoolss: fix samba4 dependency of spoolss helper. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-02-05 | spoolss: move ndr spoolss helper to main librpc dir. | Günther Deschner | 1 | -0/+532 | |
Guenther |