summaryrefslogtreecommitdiffstats
path: root/librpc/ndr/ndr.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslogVolker Lendecke2009-03-101-5/+5
| | | | I think we eventually need to pass down the debuglevel here.
* Add function for mapping NDR error codes to strings.Jelmer Vernooij2009-01-261-0/+35
|
* librpc: Fix warning caused by some empty debug stringsTim Prouty2009-01-201-3/+3
| | | | | | It would probably be better to create a new macro such as DEBUGHDR to allow empty strings for debug statements, but for the short term this eliminates the warning with no negative consequences.
* ndr_print: fix the output ndr debug messages only add header line onceStefan Metzmacher2009-01-191-0/+6
| | | | | metze (from samba4wins tree e99531aae325e4443fcb917a75dfe4a86b892583)
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-4/+4
|
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-021-2/+2
| | | | | | Eventually, we should move some of these parameters into a separate struct (perhaps into smb_transport_options?), to avoid the long lists of parameters.
* Share ndr.c implementation.Jelmer Vernooij2008-10-131-0/+1118