summaryrefslogtreecommitdiff
path: root/librpc/tools
Commit message (Expand)AuthorAgeFilesLines
* ndrdump: Allow a long string of hexidecimal digits as well as a hex dump for ...Andrew Bartlett2023-03-311-0/+2
* ndrdump: Small simplificationVolker Lendecke2022-02-111-4/+3
* ndrdump: make use of dump_data_file_diff() in order to show differencesStefan Metzmacher2022-01-241-0/+10
* librpc:tools: Migrate ndrdump to new cmdline option parserAndreas Schneider2021-06-202-10/+29
* librpc:tools: Remove '-l' which conflicts with '-l|--log-basename'Andreas Schneider2021-06-201-1/+1
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-081-1/+1
* ndrdump: Do not run the validate step after a failureAndrew Bartlett2019-11-291-0/+8
* ndrdump: Improve error message when the pipes fail to dumpAndrew Bartlett2019-11-291-2/+4
* ndrdump: Show the actual struct/function name in the print, not just what it ...Andrew Bartlett2019-11-291-1/+1
* ndrdump: Still print --dump bytes after parse failureAndrew Bartlett2019-11-201-8/+14
* ndrdump: Invert sense of --stop-on-parse-failure into --print-after-parse-fai...Andrew Bartlett2019-11-201-8/+7
* ndrdump: Return a different error code for ndr_pull() failuresAndrew Bartlett2019-11-201-4/+4
* ndrdump: Allow for base64-encoded input in a file and on the command lineAndrew Bartlett2019-11-201-6/+36
* ndrdump: Check for input decode failuresAndrew Bartlett2019-11-201-0/+6
* ndrdump: Add constAndrew Bartlett2019-11-201-6/+6
* ndrdump: TALLOC_FREE() on each exit path to allow running with leak detectionAndrew Bartlett2019-11-201-1/+13
* ndrdump: print structure name when failing to setupAndrew Bartlett2019-11-201-2/+7
* ndrdump: Fix one more NTSTATUS rather than friendly ndr messageAndrew Bartlett2019-11-201-2/+2
* ndrdump: avoid use after freeDouglas Bagnall2019-11-171-1/+2
* ndrdump: Use human-readable strings for NDR decode errorsAndrew Bartlett2019-11-171-21/+13
* ndrdump: correctly find the public strict by numberDouglas Bagnall2019-11-171-14/+17
* ndrdump: check bounds when passed functions/structs by integerAndrew Bartlett2019-11-131-3/+23
* ndrdump: Fix new "struct" featureAndrew Bartlett2019-11-131-1/+1
* ndrdump: add --stop-on-parse-failureDouglas Bagnall2019-11-131-1/+21
* ndrdump: print public structuresGary Lockyer2019-06-062-25/+88
* ndrdump: change behaviour of flags to operate as flagsAndrew Bartlett2019-04-121-4/+4
* ndrdump: Remove local variables for pipesMichael Hanselmann2019-04-121-8/+4
* ndrdump: Fix a possible NULL pointer dereferenceAndreas Schneider2017-02-231-0/+4
* ndrdump: Add the option --hex-input for hexdump parsingCody Harrington2017-02-141-7/+15
* librpc/tools: support ndr64 in the validate path of ndrdumpGünther Deschner2016-08-251-1/+5
* librpc/tools: correctly validate relative pointers in ndrdumpStefan Metzmacher2016-06-271-7/+14
* ndrdump: add quiet flagDouglas Bagnall2016-03-221-2/+17
* Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij2016-01-131-1/+1
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-241-1/+1
* ndrdump: dump verification trailerGregor Beck2014-01-082-1/+22
* librpc/ndrdump: free some temporary memory while parsing dcerpc pipe chunksStefan Metzmacher2014-01-071-1/+6
* ndrdump: Don't leak plugin handle on error.Andreas Schneider2013-02-221-0/+1
* ndrdump: Check return value of ndr_pull_init_blob().Andreas Schneider2013-02-221-0/+12
* ndrdump: make sure to deal with the highest relative pointer offset correctly.Günther Deschner2013-02-011-6/+19
* docs: man ndrdump: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* Introduce dump_data_fileVolker Lendecke2012-01-251-6/+1
* build: ndrdump is only built with wafAndrew Bartlett2011-10-071-2/+0
* ndrdump - make "in_pipes" and "out_pipes" constMatthias Dieter Wallnöfer2011-03-231-2/+2
* librpc/tools/ndrdump: add support for dcerpc 'pipe' elements in functionsStefan Metzmacher2011-03-101-5/+73
* s4-waf: split out wscript_build for ndrdump binary.Günther Deschner2011-02-081-0/+7
* lib/util Remove setup_logging_stdout()Andrew Bartlett2010-11-011-1/+1
* librpc Make ndrdump use printf() rather than having to mess with DEBUG()Andrew Bartlett2010-10-271-12/+7
* manpages: Avoid using Samba-Team specific DTD, which requires net accessJelmer Vernooij2010-08-261-1/+1
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-4/+4
* ndrdump: fixed helpAndrew Tridgell2009-09-171-1/+1