summaryrefslogtreecommitdiff
path: root/librpc/tools
AgeCommit message (Collapse)AuthorFilesLines
2013-02-22ndrdump: Don't leak plugin handle on error.Andreas Schneider1-0/+1
Reviewed-by: Alexander Bokovoy <ab@samba.org>
2013-02-22ndrdump: Check return value of ndr_pull_init_blob().Andreas Schneider1-0/+12
Reviewed-by: Alexander Bokovoy <ab@samba.org>
2013-02-01ndrdump: make sure to deal with the highest relative pointer offset correctly.Günther Deschner1-6/+19
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
2012-11-29docs: man ndrdump: Add missing meta data.Karolin Seeger1-0/+3
This avoids warnings during the waf build and removes "FIXME" entries from the manpage. Karolin Reviewed-by: Andreas Schneider <asn@samba.org>
2012-01-25Introduce dump_data_fileVolker Lendecke1-6/+1
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Jan 25 11:57:18 CET 2012 on sn-devel-104
2011-10-07build: ndrdump is only built with wafAndrew Bartlett1-2/+0
We no longer need an #if (_SAMBA_BUILD >= 4) here. Andrew Bartlett
2011-03-23ndrdump - make "in_pipes" and "out_pipes" constMatthias Dieter Wallnöfer1-2/+2
In order to suppress a build warning.
2011-03-10librpc/tools/ndrdump: add support for dcerpc 'pipe' elements in functionsStefan Metzmacher1-5/+73
metze
2011-02-08s4-waf: split out wscript_build for ndrdump binary.Günther Deschner1-0/+7
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 8 14:50:54 CET 2011 on sn-devel-104
2010-11-01lib/util Remove setup_logging_stdout()Andrew Bartlett1-1/+1
This API is no longer required now that we don't attempt to build ndrdump with the s3 build system, and because the s3 debug system will soon have the same setup_logging() API. Andrew Bartlett
2010-10-27librpc Make ndrdump use printf() rather than having to mess with DEBUG()Andrew Bartlett1-12/+7
This means it no longer needs to force the debug level etc. (this builds on the fine work by Volker to create dump_data_cb()) Andrew Bartlett
2010-08-26manpages: Avoid using Samba-Team specific DTD, which requires net accessJelmer Vernooij1-1/+1
or modification of /etc/catalogs.
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-4/+4
2009-09-17ndrdump: fixed helpAndrew Tridgell1-1/+1
2009-09-16ndr: added --ndr64 flag to ndrdumpAndrew Tridgell1-1/+16
This only does pull, but it is useful for w2k8-r2 <-> w2k8-r2 ndrdump usage, which is always 64bit.
2009-06-29Fix ndrdump to use a common setup_logging() APIAndrew Bartlett1-1/+1
By adding a new common setup_logging_stdout() API, we no longer need to abuse the ABI compatability between the different setup_logging() calls in Samba3 and Samba4's DEBUG() subsystems. The revert of 49a6d757b4d944cd22c91b2838beb83f04fbe1e9 works with this to fix bug 6211. Andrew Bartlett
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-3/+2
remove some unused functions.
2008-10-20Use tables in Samba 3 ndrdump.Jelmer Vernooij1-17/+3
2008-10-18s3-build: fix build of ndrdump.Günther Deschner1-2/+0
Guenther
2008-10-13Share ndrdump implementation.Jelmer Vernooij2-0/+544