summaryrefslogtreecommitdiff
path: root/librpc/ndr
AgeCommit message (Expand)AuthorFilesLines
2009-03-18spoolss: add my copyright.Günther Deschner1-0/+1
2009-03-18spoolss: add custom ndr_print_spoolss_Field.Günther Deschner2-0/+23
2009-03-18spoolss: add ndr_size_spoolss_EnumPrinterDataEx_info in spoolss helper.Günther Deschner2-0/+23
2009-03-18spoolss: rename NDR_SPOOLSS_SIZE_ENUM macro to NDR_SPOOLSS_SIZE_ENUM_LEVEL inGünther Deschner1-9/+9
2009-03-18spoolss: fix ndr_push_spoolss_EnumPrinterDataEx.Günther Deschner1-0/+1
2009-03-18spoolss: add ndr_push/pull_spoolss_EnumPrinterDataEx helper.Günther Deschner2-1/+95
2009-03-17spoolss: fix ndr_push_spoolss_SetPrinterData.Günther Deschner1-1/+1
2009-03-17spoolss: fix GetPrinterData buffer helper.Günther Deschner1-10/+18
2009-03-11spoolss: fix typo in spoolss_EnumPrintProcessors_info union helper fn.Günther Deschner2-4/+4
2009-03-11spoolss: fix typo in spoolss_EnumJobs_info union helper fn.Günther Deschner2-2/+2
2009-03-10Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslogVolker Lendecke1-5/+5
2009-03-07spoolss: add spoolss_EnumPrintProcDataTypes to enum macro helper.Günther Deschner2-1/+39
2009-03-06spoolss: fix spoolss enum calls helper macro code after pointer changes.Günther Deschner1-6/+13
2009-02-24spoolss: add push,pull helper for spoolss_DriverInfo101.Günther Deschner2-0/+481
2009-02-23Quieten down a boatload of shadowed variable warnings on Solaris.Jeremy Allison1-4/+4
2009-02-19spoolss: add ndr_size_spoolss_StringArray to spoolss helper.Günther Deschner2-0/+11
2009-02-17spoolss: fix spoolss helper for out ref count pointer.Günther Deschner1-2/+4
2009-02-07spoolss: fix ndr_pull_spoolss_GetPrinterData.Günther Deschner1-1/+1
2009-02-06spoolss: fix ndr_pull/push_spoolss_GetPrinterData.Günther Deschner1-2/+2
2009-02-06spoolss: fix spoolss helper functions and macros w.r.t. needed pointer.Günther Deschner1-2/+2
2009-02-05spoolss: fix samba4 dependency of spoolss helper.Günther Deschner1-0/+2
2009-02-05spoolss: move ndr spoolss helper to main librpc dir.Günther Deschner2-0/+577
2009-02-04librpc: add header file for drsblobs helper functions.Günther Deschner1-0/+27
2009-02-03librpc: add ndr_size_string_array().Günther Deschner1-0/+1
2009-01-26Add function for mapping NDR error codes to strings.Jelmer Vernooij2-0/+36
2009-01-20librpc: Fix warning caused by some empty debug stringsTim Prouty1-3/+3
2009-01-19ndr_print: fix the output ndr debug messages only add header line onceStefan Metzmacher1-0/+6
2009-01-09svcctl: add ndr_push/pull_ENUM_SERVICE_STATUSW_array helper.Günther Deschner2-0/+76
2009-01-04Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-1/+1
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij4-24/+25
2008-12-31Fix typo found by Volker. Thanks for the review.Jeremy Allison1-1/+1
2008-12-31Fix all warnings in source3 with gcc4.3.Jeremy Allison1-2/+1
2008-12-20Don't trust sscanf not to run off the end of the stringAndrew Bartlett1-14/+35
2008-12-12Move dom_sid to the Samba 3 IDL file, remove the old definition.Jelmer Vernooij1-0/+224
2008-11-26Move netr_SamDatabaseID8Bit to netlogon.idl to prevent problems withJelmer Vernooij1-0/+1
2008-11-16librpc/ndr: add GUID_hexstring()Stefan Metzmacher2-0/+26
2008-11-16librpc/ndr: let GUID_from_data_blob() accept a ndr blob or a hex string tooStefan Metzmacher1-0/+29
2008-11-16Add a new function to parse a DATA_BLOB into a GUIDAndrew Bartlett2-7/+22
2008-11-08security.idl: sometimes ACEs have some padding at the endStefan Metzmacher1-0/+30
2008-11-07librpc/ndr: move ndr_sec_helper.c to the toplevelStefan Metzmacher1-0/+88
2008-11-06netlogon: add 8bit varients of netr_SamDatabaseID8Bit and netr_DeltaEnum.Günther Deschner2-0/+92
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij1-2/+2
2008-10-24Move charset library to top level.Jelmer Vernooij1-1/+1
2008-10-23Fix "parameter has incomplete type" build warning.Tim Prouty1-0/+5
2008-10-23Use common error definitions.Jelmer Vernooij1-3/+1
2008-10-20Move orpc to top-level directory.Jelmer Vernooij1-0/+173
2008-10-20Move WMI support code to top-level.Jelmer Vernooij2-0/+63
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij3-11/+1
2008-10-20Use tables in Samba 3 ndrdump.Jelmer Vernooij2-0/+148
2008-10-19Fix 64-bit printf warningsVolker Lendecke1-3/+5