summaryrefslogtreecommitdiff
path: root/librpc/tools
Commit message (Collapse)AuthorAgeFilesLines
* ndrdump: Fix a possible NULL pointer dereferenceAndreas Schneider2017-02-231-0/+4
| | | | | | | | | Found by covscan. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12592 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* ndrdump: Add the option --hex-input for hexdump parsingCody Harrington2017-02-141-7/+15
| | | | | | | | This allows the user to input a hexdump that has been generated by the dump option. Signed-off-by: Cody Harrington <cody@harringtonca.com> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* librpc/tools: support ndr64 in the validate path of ndrdumpGünther Deschner2016-08-251-1/+5
| | | | | | | Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
* librpc/tools: correctly validate relative pointers in ndrdumpStefan Metzmacher2016-06-271-7/+14
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* ndrdump: add quiet flagDouglas Bagnall2016-03-221-2/+17
| | | | | | | Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij2016-01-131-1/+1
| | | | | | | | | | | This is necessary because it has public headers. Signed-off-by: Jelmer Vernooij <jelmer@jelmer.uk> Reviewed-By: Andrew Bartlett <abartlet@samba.org> Reviewed-By: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Wed Jan 13 07:47:04 CET 2016 on sn-devel-144
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-241-1/+1
| | | | | Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* ndrdump: dump verification trailerGregor Beck2014-01-082-1/+22
| | | | | | | | Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Signed-off-by: Gregor Beck <gbeck@sernet.de> Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* librpc/ndrdump: free some temporary memory while parsing dcerpc pipe chunksStefan Metzmacher2014-01-071-1/+6
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* ndrdump: Don't leak plugin handle on error.Andreas Schneider2013-02-221-0/+1
| | | | Reviewed-by: Alexander Bokovoy <ab@samba.org>
* ndrdump: Check return value of ndr_pull_init_blob().Andreas Schneider2013-02-221-0/+12
| | | | Reviewed-by: Alexander Bokovoy <ab@samba.org>
* ndrdump: make sure to deal with the highest relative pointer offset correctly.Günther Deschner2013-02-011-6/+19
| | | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* docs: man ndrdump: Add missing meta data.Karolin Seeger2012-11-291-0/+3
| | | | | | | | | This avoids warnings during the waf build and removes "FIXME" entries from the manpage. Karolin Reviewed-by: Andreas Schneider <asn@samba.org>
* Introduce dump_data_fileVolker Lendecke2012-01-251-6/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Jan 25 11:57:18 CET 2012 on sn-devel-104
* build: ndrdump is only built with wafAndrew Bartlett2011-10-071-2/+0
| | | | | | We no longer need an #if (_SAMBA_BUILD >= 4) here. Andrew Bartlett
* ndrdump - make "in_pipes" and "out_pipes" constMatthias Dieter Wallnöfer2011-03-231-2/+2
| | | | In order to suppress a build warning.
* librpc/tools/ndrdump: add support for dcerpc 'pipe' elements in functionsStefan Metzmacher2011-03-101-5/+73
| | | | metze
* s4-waf: split out wscript_build for ndrdump binary.Günther Deschner2011-02-081-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
* lib/util Remove setup_logging_stdout()Andrew Bartlett2010-11-011-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
* librpc Make ndrdump use printf() rather than having to mess with DEBUG()Andrew Bartlett2010-10-271-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
* manpages: Avoid using Samba-Team specific DTD, which requires net accessJelmer Vernooij2010-08-261-1/+1
| | | | or modification of /etc/catalogs.
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-4/+4
|
* ndrdump: fixed helpAndrew Tridgell2009-09-171-1/+1
|
* ndr: added --ndr64 flag to ndrdumpAndrew Tridgell2009-09-161-1/+16
| | | | | This only does pull, but it is useful for w2k8-r2 <-> w2k8-r2 ndrdump usage, which is always 64bit.
* Fix ndrdump to use a common setup_logging() APIAndrew Bartlett2009-06-291-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
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-3/+2
| | | | remove some unused functions.
* Use tables in Samba 3 ndrdump.Jelmer Vernooij2008-10-201-17/+3
|
* s3-build: fix build of ndrdump.Günther Deschner2008-10-181-2/+0
| | | | Guenther
* Share ndrdump implementation.Jelmer Vernooij2008-10-132-0/+544