summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3073: Fix bug in the handling of null-terminated ASCII strings in RPC.Andrew Bartlett1-1/+1
2007-10-10r3036: Add function to pull an array of structures. Abstracts away theTim Potter1-0/+21
2007-10-10r2990: Add support to pidl for autogenerating ndr_size_*() functions. AddingJelmer Vernooij2-0/+17
2007-10-10r2989: fix the printing of unions with negative cases when :print is usedAndrew Tridgell1-2/+2
2007-10-10r2987: added support for signed 32 bit integers in pidlAndrew Tridgell1-0/+31
2007-10-10r2968: fixed the byte order problem with the new RHS parsing on ncacn_ip_tcpAndrew Tridgell1-0/+11
2007-10-10r2948: added support for the [range(low,high)] attribute in pidl. This allowsAndrew Tridgell1-1/+2
2007-10-10r2910: I noticed that the samr torture test was doing its own DOS->UNIXAndrew Tridgell1-129/+138
2007-10-10r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell1-7/+3
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-10r2552: Character set conversion and string handling updates.Andrew Bartlett1-4/+4
2007-10-10r2247: talloc_destroy -> talloc_freeTim Potter1-1/+1
2007-10-10r2209: patch from volker to add EnumPorts spoolss IDL and test codeAndrew Tridgell1-0/+21
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-10r2205: fixed an incorrect cast that broke relative strings in spoolssAndrew Tridgell1-1/+1
2007-10-10r2204: added [flag(RELATIVE_CURRENT)] to change [relative] pointer behaviourAndrew Tridgell2-6/+14
2007-10-10r2180: added RPC flags "padcheck" which enables checking of all received padAndrew Tridgell2-2/+33
2007-10-10r2159: converted samba4 over to UTF-16.Andrew Tridgell1-4/+4
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-10r1994: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r1985: take advantage of the new talloc in a few more placesAndrew Tridgell4-72/+70
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-1/+1
2007-10-10r1884: remove empty header fileStefan Metzmacher2-1/+0
2007-10-10r1848: fix LIBNDR_STRING_FLAGS to include LIBNDR_STRING_BYTESIZEStefan Metzmacher1-1/+1
2007-10-10r1847: add STR_BYTESIZE flag, to handle cases whereStefan Metzmacher2-6/+53
2007-10-10r1770: here's the krb5 server code,Stefan Metzmacher1-0/+1
2007-10-10r1757: much simpler (and smaller, faster etc) way of doing relative pointersAndrew Tridgell3-80/+106
2007-10-10r1736: - Pidl updates:Jelmer Vernooij1-0/+48
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-10r1274: revert -r 1239 as discussed with abartletStefan Metzmacher1-301/+0
2007-10-10r1269: Add a 'base' field to the ndr_ofs_list structure which is the base toTim Potter2-1/+5
2007-10-10r1264: Make sure to initialize ofs_list when creating new ndr_{push,pull}Tim Potter1-0/+2
2007-10-10r1239: move the old msrpc_<gen|parse>() functions to ndr_<push|pull>_format_b...Stefan Metzmacher1-0/+301
2007-10-10r1133: - add ndr_pull_ptr() as a separate call instead of ndr_pull_uint32()Andrew Tridgell1-0/+10
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-10r1030: added server side schannel supportAndrew Tridgell1-0/+23
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher1-1/+1
2007-10-10r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell1-0/+12
2007-10-10r895: use _t in base ndr fnsAndrew Tridgell1-4/+4
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-4/+4
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher3-12/+12
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher6-83/+83
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-16/+61