summaryrefslogtreecommitdiffstats
path: root/source4/utils/ndrdump.c
Commit message (Expand)AuthorAgeFilesLines
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2007-10-101-1/+1
* r14991: Add option -l to allow ndrdump to load dcerpc_interface_tables from ....Jelmer Vernooij2007-10-101-6/+40
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r12622: Move table.c prototypes to seperate header to prevent circular depend...Jelmer Vernooij2007-10-101-0/+1
* r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij2007-10-101-1/+0
* r12592: Remove some useless dependenciesJelmer Vernooij2007-10-101-1/+1
* r12512: Use GUID structs in API functions everywhere rather then converting b...Jelmer Vernooij2007-10-101-1/+6
* r12499: Move smb_build.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r10144: dump the whole data blobStefan Metzmacher2007-10-101-1/+1
* r10143: don't exit when the not all bytes are consumed,Stefan Metzmacher2007-10-101-4/+2
* r9991: Some more 64-bit size_t warnings. There are a few more but they areTim Potter2007-10-101-2/+2
* r9482: add --validate and --dump-data options to ndrdump,Stefan Metzmacher2007-10-101-20/+89
* r9152: fix a crash bugStefan Metzmacher2007-10-101-2/+1
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-1/+1
* r8273: fixed some memory leaks in smbscript. This required convertingAndrew Tridgell2007-10-101-2/+2
* r7525: Unify lp_load(), load_interfaces and logging setup into popt().Andrew Bartlett2007-10-101-2/+0
* r6973: Merge new version of pidl into the main SAMBA_4_0 branch.Jelmer Vernooij2007-10-101-4/+2
* r5827: Make ndrdump accept a uuid as well as a pipe name to specifyTim Potter2007-10-101-3/+9
* r5782: Use standard input for reading packet data if filename not specified.Tim Potter2007-10-101-4/+38
* r5413: enable standard samba command line options in ndrdump (so -d works)Andrew Tridgell2007-10-101-0/+1
* r5412: don't force initial debug level up in ndrdumpAndrew Tridgell2007-10-101-2/+0
* r4889: make sure ndr print flags are initialised in ndrdumpAndrew Tridgell2007-10-101-1/+2
* r4616: the first phase in the addition of proper support forAndrew Tridgell2007-10-101-5/+5
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-101-1/+1
* r3963: fix conpiler warningsStefan Metzmacher2007-10-101-3/+3
* r3891: Add rot (Running Object Table) interfaceJelmer Vernooij2007-10-101-0/+5
* r3790: use a registration function that is called from dcerpc_*_init functionsJelmer Vernooij2007-10-101-24/+8
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-101-0/+2
* r3497: removed some include cruft, and split out librpc/gen_ndr/tables.hAndrew Tridgell2007-10-101-0/+1
* r3490: All tests work against NT4 nowJelmer Vernooij2007-10-101-1/+1
* r3489: Add a couple more DCOM tests (Both OxidResolver and RemoteActivation areJelmer Vernooij2007-10-101-1/+0
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-101-0/+1
* r3449: more include file reductionAndrew Tridgell2007-10-101-0/+1
* r3415: Add support for parsing a Request file before a Reply file so we canJelmer Vernooij2007-10-101-9/+41
* r3006: PoptifyJelmer Vernooij2007-10-101-16/+26
* r1985: take advantage of the new talloc in a few more placesAndrew Tridgell2007-10-101-5/+7
* r1838: Updates from the airplane:Jelmer Vernooij2007-10-101-1/+1
* r1786: Add support for the 'helpstring' attribute on interfacesJelmer Vernooij2007-10-101-1/+5
* r1135: - allow integer function numbers in ndrdumpAndrew Tridgell2007-10-101-0/+5
* r665: merge over the new build system from my tmp branchStefan Metzmacher2007-10-101-1/+1
* r152: a quick airport commit ....Andrew Tridgell2007-10-101-1/+1
* added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell2003-11-241-22/+6
* * better diagnostics in ndrdumpAndrew Tridgell2003-11-231-0/+17
* added a tool called 'ndrdump' that allows you to dump NDR dataAndrew Tridgell2003-11-231-0/+179