summaryrefslogtreecommitdiffstats
path: root/librpc/ndr/libndr.h
Commit message (Collapse)AuthorAgeFilesLines
* librpc: add ndr_size_string_array().Günther Deschner2009-02-031-0/+1
| | | | Guenther
* Add function for mapping NDR error codes to strings.Jelmer Vernooij2009-01-261-0/+1
|
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-2/+3
|
* librpc/ndr: add GUID_hexstring()Stefan Metzmacher2008-11-161-0/+1
| | | | metze
* Add a new function to parse a DATA_BLOB into a GUIDAndrew Bartlett2008-11-161-0/+1
| | | | | | | The reason for this new function is to ensure the length is not discarded when the input is a ldb_val (aka DATA_BLOB) in ldb. Andrew Bartlett
* 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
| | | | | | | | | | When libcli-util was moved to the top level (3be0f6ea56ed8e43cd287ed020e942efb675b87b) it introduced a build warning. Since ndr_map_error2ntstatus depends on the definition of enum ndr_err_code and libndr.h can't be easily included in error.h, I moved the definition of enum ndr_err_code to libndr.h. This also eliminates the need for the duplicate definition in proto.h
* Use common error definitions.Jelmer Vernooij2008-10-231-3/+1
|
* Share libndr.h between Samba 3 and Samba 4.Jelmer Vernooij2008-10-151-0/+521