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