summaryrefslogtreecommitdiff
path: root/librpc/tools
AgeCommit message (Expand)AuthorFilesLines
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-1/+1
2019-11-29ndrdump: Do not run the validate step after a failureAndrew Bartlett1-0/+8
2019-11-29ndrdump: Improve error message when the pipes fail to dumpAndrew Bartlett1-2/+4
2019-11-29ndrdump: Show the actual struct/function name in the print, not just what it ...Andrew Bartlett1-1/+1
2019-11-20ndrdump: Still print --dump bytes after parse failureAndrew Bartlett1-8/+14
2019-11-20ndrdump: Invert sense of --stop-on-parse-failure into --print-after-parse-fai...Andrew Bartlett1-8/+7
2019-11-20ndrdump: Return a different error code for ndr_pull() failuresAndrew Bartlett1-4/+4
2019-11-20ndrdump: Allow for base64-encoded input in a file and on the command lineAndrew Bartlett1-6/+36
2019-11-20ndrdump: Check for input decode failuresAndrew Bartlett1-0/+6
2019-11-20ndrdump: Add constAndrew Bartlett1-6/+6
2019-11-20ndrdump: TALLOC_FREE() on each exit path to allow running with leak detectionAndrew Bartlett1-1/+13
2019-11-20ndrdump: print structure name when failing to setupAndrew Bartlett1-2/+7
2019-11-20ndrdump: Fix one more NTSTATUS rather than friendly ndr messageAndrew Bartlett1-2/+2
2019-11-17ndrdump: avoid use after freeDouglas Bagnall1-1/+2
2019-11-17ndrdump: Use human-readable strings for NDR decode errorsAndrew Bartlett1-21/+13
2019-11-17ndrdump: correctly find the public strict by numberDouglas Bagnall1-14/+17
2019-11-13ndrdump: check bounds when passed functions/structs by integerAndrew Bartlett1-3/+23
2019-11-13ndrdump: Fix new "struct" featureAndrew Bartlett1-1/+1
2019-11-13ndrdump: add --stop-on-parse-failureDouglas Bagnall1-1/+21
2019-06-06ndrdump: print public structuresGary Lockyer2-25/+88
2019-04-12ndrdump: change behaviour of flags to operate as flagsAndrew Bartlett1-4/+4
2019-04-12ndrdump: Remove local variables for pipesMichael Hanselmann1-8/+4
2017-02-23ndrdump: Fix a possible NULL pointer dereferenceAndreas Schneider1-0/+4
2017-02-14ndrdump: Add the option --hex-input for hexdump parsingCody Harrington1-7/+15
2016-08-25librpc/tools: support ndr64 in the validate path of ndrdumpGünther Deschner1-1/+5
2016-06-27librpc/tools: correctly validate relative pointers in ndrdumpStefan Metzmacher1-7/+14
2016-03-22ndrdump: add quiet flagDouglas Bagnall1-2/+17
2016-01-13Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij1-1/+1
2015-03-24lib: load_case_tables() -> smb_init_locale()Volker Lendecke1-1/+1
2014-01-08ndrdump: dump verification trailerGregor Beck2-1/+22
2014-01-07librpc/ndrdump: free some temporary memory while parsing dcerpc pipe chunksStefan Metzmacher1-1/+6
2013-02-22ndrdump: Don't leak plugin handle on error.Andreas Schneider1-0/+1
2013-02-22ndrdump: Check return value of ndr_pull_init_blob().Andreas Schneider1-0/+12
2013-02-01ndrdump: make sure to deal with the highest relative pointer offset correctly.Günther Deschner1-6/+19
2012-11-29docs: man ndrdump: Add missing meta data.Karolin Seeger1-0/+3
2012-01-25Introduce dump_data_fileVolker Lendecke1-6/+1
2011-10-07build: ndrdump is only built with wafAndrew Bartlett1-2/+0
2011-03-23ndrdump - make "in_pipes" and "out_pipes" constMatthias Dieter Wallnöfer1-2/+2
2011-03-10librpc/tools/ndrdump: add support for dcerpc 'pipe' elements in functionsStefan Metzmacher1-5/+73
2011-02-08s4-waf: split out wscript_build for ndrdump binary.Günther Deschner1-0/+7
2010-11-01lib/util Remove setup_logging_stdout()Andrew Bartlett1-1/+1
2010-10-27librpc Make ndrdump use printf() rather than having to mess with DEBUG()Andrew Bartlett1-12/+7
2010-08-26manpages: Avoid using Samba-Team specific DTD, which requires net accessJelmer Vernooij1-1/+1
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
2009-06-29Fix ndrdump to use a common setup_logging() APIAndrew Bartlett1-1/+1
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-3/+2
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