summaryrefslogtreecommitdiff
path: root/librpc/tools
AgeCommit message (Expand)AuthorFilesLines
2024-04-16lib: Give lib/util/util_file.c its own header fileVolker Lendecke1-0/+1
2024-03-12tools: Fix whitespaceVolker Lendecke1-11/+11
2023-11-01librpc:ndr: Introduce ‘ndr_flags_type’ typeJoseph Sutton1-1/+1
2023-09-27librpc: Use portable format specifiersJoseph Sutton1-19/+19
2023-03-31ndrdump: Allow a long string of hexidecimal digits as well as a hex dump for ...Andrew Bartlett1-0/+2
2022-02-11ndrdump: Small simplificationVolker Lendecke1-4/+3
2022-01-24ndrdump: make use of dump_data_file_diff() in order to show differencesStefan Metzmacher1-0/+10
2021-06-20librpc:tools: Migrate ndrdump to new cmdline option parserAndreas Schneider2-10/+29
2021-06-20librpc:tools: Remove '-l' which conflicts with '-l|--log-basename'Andreas Schneider1-1/+1
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