ctdb-scripts: Do not de-duplicate the interfaces list
[samba.git] / librpc / tools / ndrdump.c
2 days ago Volker Lendeckelib: Give lib/util/util_file.c its own header file
2024-03-12 Volker Lendecketools: Fix whitespace
2023-11-01 Joseph Suttonlibrpc:ndr: Introduce ‘ndr_flags_type’ type
2023-09-27 Joseph Suttonlibrpc: Use portable format specifiers
2023-03-31 Andrew Bartlettndrdump: Allow a long string of hexidecimal digits...
2022-02-11 Volker Lendeckendrdump: Small simplification
2022-01-24 Stefan Metzmacherndrdump: make use of dump_data_file_diff() in order...
2021-06-20 Andreas Schneiderlibrpc:tools: Migrate ndrdump to new cmdline option...
2021-06-20 Andreas Schneiderlibrpc:tools: Remove '-l' which conflicts with '-l...
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2019-11-29 Andrew Bartlettndrdump: Do not run the validate step after a failure
2019-11-29 Andrew Bartlettndrdump: Improve error message when the pipes fail...
2019-11-29 Andrew Bartlettndrdump: Show the actual struct/function name in the...
2019-11-20 Andrew Bartlettndrdump: Still print --dump bytes after parse failure
2019-11-20 Andrew Bartlettndrdump: Invert sense of --stop-on-parse-failure into...
2019-11-20 Andrew Bartlettndrdump: Return a different error code for ndr_pull...
2019-11-20 Andrew Bartlettndrdump: Allow for base64-encoded input in a file and...
2019-11-20 Andrew Bartlettndrdump: Check for input decode failures
2019-11-20 Andrew Bartlettndrdump: Add const
2019-11-20 Andrew Bartlettndrdump: TALLOC_FREE() on each exit path to allow runni...
2019-11-20 Andrew Bartlettndrdump: print structure name when failing to setup
2019-11-20 Andrew Bartlettndrdump: Fix one more NTSTATUS rather than friendly...
2019-11-17 Douglas Bagnallndrdump: avoid use after free
2019-11-17 Andrew Bartlettndrdump: Use human-readable strings for NDR decode...
2019-11-17 Douglas Bagnallndrdump: correctly find the public strict by number
2019-11-13 Andrew Bartlettndrdump: check bounds when passed functions/structs...
2019-11-13 Andrew Bartlettndrdump: Fix new "struct" feature
2019-11-13 Douglas Bagnallndrdump: add --stop-on-parse-failure
2019-06-06 Gary Lockyerndrdump: print public structures
2019-04-12 Andrew Bartlettndrdump: change behaviour of flags to operate as flags
2019-04-12 Michael Hanselmannndrdump: Remove local variables for pipes
2017-02-23 Andreas Schneiderndrdump: Fix a possible NULL pointer dereference
2017-02-14 Cody Harringtonndrdump: Add the option --hex-input for hexdump parsing
2016-08-24 Günther Deschnerlibrpc/tools: support ndr64 in the validate path of...
2016-06-27 Stefan Metzmacherlibrpc/tools: correctly validate relative pointers...
2016-03-22 Douglas Bagnallndrdump: add quiet flag
2015-03-23 Volker Lendeckelib: load_case_tables() -> smb_init_locale()
2014-01-08 Gregor Beckndrdump: dump verification trailer
2014-01-07 Stefan Metzmacherlibrpc/ndrdump: free some temporary memory while parsin...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-02-22 Andreas Schneiderndrdump: Don't leak plugin handle on error.
2013-02-22 Andreas Schneiderndrdump: Check return value of ndr_pull_init_blob().
2013-02-01 Günther Deschnerndrdump: make sure to deal with the highest relative...
2012-01-25 Volker LendeckeIntroduce dump_data_file
2011-10-07 Andrew Bartlettbuild: ndrdump is only built with waf
2011-03-23 Matthias Dieter... ndrdump - make "in_pipes" and "out_pipes" const
2011-03-10 Stefan Metzmacherlibrpc/tools/ndrdump: add support for dcerpc 'pipe...
2010-11-01 Andrew Bartlettlib/util Remove setup_logging_stdout()
2010-10-27 Andrew Bartlettlibrpc Make ndrdump use printf() rather than having...
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2009-09-18 Andrew Tridgellndrdump: fixed help
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-17 Andrew Tridgellndrdump: fixed help
2009-09-17 Andrew Tridgellndr: added --ndr64 flag to ndrdump
2009-06-29 Andrew BartlettFix ndrdump to use a common setup_logging() API
2008-10-21 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-20 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-10-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-20 Jelmer VernooijMake sure prototypes are always included, make some...
2008-10-20 Jelmer VernooijUse tables in Samba 3 ndrdump.
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-18 Günther Deschners3-build: fix build of ndrdump.
2008-10-13 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-13 Jelmer VernooijShare ndrdump implementation.