summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell1-0/+2
2007-10-10r3036: Add function to pull an array of structures. Abstracts away theTim Potter1-0/+21
2007-10-10r2968: fixed the byte order problem with the new RHS parsing on ncacn_ip_tcpAndrew Tridgell1-0/+11
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell1-1/+1
2007-10-10r2625: use talloc_p, not talloc when possible (when allocating a structure in...Andrew Tridgell1-1/+1
2007-10-10r2247: talloc_destroy -> talloc_freeTim Potter1-1/+1
2007-10-10r2208: little attempt to (almost) fix spoolss relativeVolker Lendecke1-1/+1
2007-10-10r2206: another (untested) attempt to make RELATIVE_CURRENT work for volker,Andrew Tridgell1-40/+6
2007-10-10r2204: added [flag(RELATIVE_CURRENT)] to change [relative] pointer behaviourAndrew Tridgell1-6/+10
2007-10-10r2121: fix compiler warningStefan Metzmacher1-1/+0
2007-10-10r2100: rework the dcerpc client side library so that it is async. We nowAndrew Tridgell1-7/+1
2007-10-10r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett1-2/+2
2007-10-10r1985: take advantage of the new talloc in a few more placesAndrew Tridgell1-54/+55
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-1/+1
2007-10-10r1757: much simpler (and smaller, faster etc) way of doing relative pointersAndrew Tridgell1-63/+89
2007-10-10r1671: make [relative] pointers in idl much more generic, treating them justAndrew Tridgell1-3/+1
2007-10-10r1644: changed the way [relative] pointers work in pidl, making them muchAndrew Tridgell1-0/+12
2007-10-10r1294: A nice, large, commit...Andrew Bartlett1-1/+1
2007-10-10r1269: Add a 'base' field to the ndr_ofs_list structure which is the base toTim Potter1-1/+4
2007-10-10r1264: Make sure to initialize ofs_list when creating new ndr_{push,pull}Tim Potter1-0/+2
2007-10-10r1132: add a PRINTF_ATTRIBUTE to ndr_pull_error() to catch printf style codin...Andrew Tridgell1-1/+2
2007-10-10r1048: - moved the schannel definitions into a separate schannel.idlAndrew Tridgell1-0/+2
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-1/+1
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-20/+20
2007-10-10r327: fixed an uninitialised variable found by valgrindAndrew Tridgell1-0/+1
2004-02-03- add 'print' to the DCERPC binding stringsStefan Metzmacher1-4/+0
2003-12-19addition of samr_SetSecurity() from kaiAndrew Tridgell1-1/+1
2003-12-12 * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell1-1/+1
2003-11-28added auto-generation of the IDL interface tables. This makes two lessAndrew Tridgell1-20/+0
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell1-27/+24
2003-11-24added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell1-0/+19
2003-11-23added a tool called 'ndrdump' that allows you to dump NDR dataAndrew Tridgell1-1/+1
2003-11-23ooh, this is fun!Andrew Tridgell1-0/+10
2003-11-22 * fixed null terminated string handlingAndrew Tridgell1-1/+1
2003-11-22 * fixed NDR flag inheritance across push subcontextsAndrew Tridgell1-0/+3
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell1-19/+144
2003-11-21cleaner handling of relative pointers to stringsAndrew Tridgell1-3/+3
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell1-18/+60
2003-11-21avoid calling the print routines completely if debug level < 2Andrew Tridgell1-6/+7
2003-11-21only display really verbose packet dumps when smbtorture is run atAndrew Tridgell1-2/+6
2003-11-20added samr_LookupNames() and test codeAndrew Tridgell1-0/+1
2003-11-19switched to a new way of handling unions, so that we can handleAndrew Tridgell1-7/+7
2003-11-17 * add another WERR err codeAndrew Tridgell1-1/+19
2003-11-17use [subcontext] to make GetPrinter a bit easier in smbtortureAndrew Tridgell1-0/+6
2003-11-17call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell1-0/+29
2003-11-17nicer method of handling spoolss EnumPrintersAndrew Tridgell1-15/+57
2003-11-16use nstring and [relative] to support levels 1 and 2 of EnumPrintersAndrew Tridgell1-2/+74
2003-11-16added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell1-0/+14
2003-11-16use the "subcontext" magic flag for sec_desc_bufAndrew Tridgell1-0/+35
2003-11-15added lsa_QuerySecObj() and the necessary sec_desc_buf supporting codeAndrew Tridgell1-0/+14