summaryrefslogtreecommitdiffstats
path: root/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
* Revert "avoid crashes in ndr_print_*() calls"Andrew Tridgell2009-06-121-5/+0
* avoid crashes in ndr_print_*() callsAndrew Tridgell2009-06-121-0/+5
* Add support for double type in pidl.Brad Hards2009-06-021-1/+30
* Of course, s_addr is a #define somewhere else .... (Solaris...)Volker Lendecke2009-05-021-3/+3
* Fix a warning on host "gwen"Volker Lendecke2009-05-021-2/+3
* spoolss: add my copyright.Günther Deschner2009-03-181-0/+1
* spoolss: add custom ndr_print_spoolss_Field.Günther Deschner2009-03-182-0/+23
* spoolss: add ndr_size_spoolss_EnumPrinterDataEx_info in spoolss helper.Günther Deschner2009-03-182-0/+23
* spoolss: rename NDR_SPOOLSS_SIZE_ENUM macro to NDR_SPOOLSS_SIZE_ENUM_LEVEL inGünther Deschner2009-03-181-9/+9
* spoolss: fix ndr_push_spoolss_EnumPrinterDataEx.Günther Deschner2009-03-181-0/+1
* spoolss: add ndr_push/pull_spoolss_EnumPrinterDataEx helper.Günther Deschner2009-03-182-1/+95
* spoolss: fix ndr_push_spoolss_SetPrinterData.Günther Deschner2009-03-171-1/+1
* spoolss: fix GetPrinterData buffer helper.Günther Deschner2009-03-171-10/+18
* spoolss: fix typo in spoolss_EnumPrintProcessors_info union helper fn.Günther Deschner2009-03-112-4/+4
* spoolss: fix typo in spoolss_EnumJobs_info union helper fn.Günther Deschner2009-03-112-2/+2
* Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslogVolker Lendecke2009-03-101-5/+5
* spoolss: add spoolss_EnumPrintProcDataTypes to enum macro helper.Günther Deschner2009-03-072-1/+39
* spoolss: fix spoolss enum calls helper macro code after pointer changes.Günther Deschner2009-03-061-6/+13
* spoolss: add push,pull helper for spoolss_DriverInfo101.Günther Deschner2009-02-242-0/+481
* Quieten down a boatload of shadowed variable warnings on Solaris.Jeremy Allison2009-02-231-4/+4
* spoolss: add ndr_size_spoolss_StringArray to spoolss helper.Günther Deschner2009-02-192-0/+11
* spoolss: fix spoolss helper for out ref count pointer.Günther Deschner2009-02-171-2/+4
* spoolss: fix ndr_pull_spoolss_GetPrinterData.Günther Deschner2009-02-071-1/+1
* spoolss: fix ndr_pull/push_spoolss_GetPrinterData.Günther Deschner2009-02-061-2/+2
* spoolss: fix spoolss helper functions and macros w.r.t. needed pointer.Günther Deschner2009-02-061-2/+2
* spoolss: fix samba4 dependency of spoolss helper.Günther Deschner2009-02-051-0/+2
* spoolss: move ndr spoolss helper to main librpc dir.Günther Deschner2009-02-052-0/+577
* librpc: add header file for drsblobs helper functions.Günther Deschner2009-02-041-0/+27
* librpc: add ndr_size_string_array().Günther Deschner2009-02-031-0/+1
* Add function for mapping NDR error codes to strings.Jelmer Vernooij2009-01-262-0/+36
* librpc: Fix warning caused by some empty debug stringsTim Prouty2009-01-201-3/+3
* ndr_print: fix the output ndr debug messages only add header line onceStefan Metzmacher2009-01-191-0/+6
* svcctl: add ndr_push/pull_ENUM_SERVICE_STATUSW_array helper.Günther Deschner2009-01-092-0/+76
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-041-1/+1
|\
| * Fix typo found by Volker. Thanks for the review.Jeremy Allison2008-12-311-1/+1
* | Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-014-24/+25
|/
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-2/+1
* Don't trust sscanf not to run off the end of the stringAndrew Bartlett2008-12-201-14/+35
* Move dom_sid to the Samba 3 IDL file, remove the old definition.Jelmer Vernooij2008-12-121-0/+224
* Move netr_SamDatabaseID8Bit to netlogon.idl to prevent problems withJelmer Vernooij2008-11-261-0/+1
* librpc/ndr: add GUID_hexstring()Stefan Metzmacher2008-11-162-0/+26
* librpc/ndr: let GUID_from_data_blob() accept a ndr blob or a hex string tooStefan Metzmacher2008-11-161-0/+29
* Add a new function to parse a DATA_BLOB into a GUIDAndrew Bartlett2008-11-162-7/+22
* security.idl: sometimes ACEs have some padding at the endStefan Metzmacher2008-11-081-0/+30
* librpc/ndr: move ndr_sec_helper.c to the toplevelStefan Metzmacher2008-11-071-0/+88
* netlogon: add 8bit varients of netr_SamDatabaseID8Bit and netr_DeltaEnum.Günther Deschner2008-11-062-0/+92
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-021-2/+2
* Move charset library to top level.Jelmer Vernooij2008-10-241-1/+1
* Fix "parameter has incomplete type" build warning.Tim Prouty2008-10-231-0/+5
* Use common error definitions.Jelmer Vernooij2008-10-231-3/+1