summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_echo.c
AgeCommit message (Collapse)AuthorFilesLines
2003-11-19started to expand the echo tests to include more interesting testAndrew Tridgell1-18/+281
cases. We fail one of the alignment tests. (This used to be commit 5bb21e57b844e98cc8f1dc264bc45097c08329e3)
2003-11-19after discussions with lukeh, I think we found a alignment bug in oldAndrew Tridgell1-10/+83
versions of midl, as used to build LSA. Work around it here. (This used to be commit b3bd2bf10badd60d7c4952c6e1687568b413ee47)
2003-11-17 * add another WERR err codeAndrew Tridgell1-0/+118
* use the top-level function argument printing to show more detail in RPC-* tests (This used to be commit 33bb8785625b1845750f28f2d810e7096afe9f8e)
2003-11-17use [subcontext] to make GetPrinter a bit easier in smbtortureAndrew Tridgell1-163/+4
(This used to be commit a5140985d8f57695b4165c72af217092da6fae5f)
2003-11-17security descriptors are no longer a "special" type, they are handledAndrew Tridgell1-4/+4
using the [relative] property this also fixes level3 of PrinterInfo (a relative secdesc) (This used to be commit d5a15257fdd5f6cfe2706765a7c29f623ec1c6f8)
2003-11-17nicer method of handling spoolss EnumPrintersAndrew Tridgell1-0/+8
this also handles the return of several printers (an array of relative subcontexts) (This used to be commit 060421c7dc9aa611fe4160843a4f76498ab16bf4)
2003-11-16added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell1-6/+6
number of "magic" add-ons to IDL to make it less painful, hopefully this will make IDL generation useful for horrible systems like spoolss (This used to be commit e18dba7d5a957ef82e8f91733a0bf95d579dcd7a)
2003-11-15added another 11 levels of QueryDomainInfoAndrew Tridgell1-3/+3
(This used to be commit 219cfabaeb38c5fd2fcabd1e6f05da206bab21e4)
2003-11-14added the dfs_GetInfo all - all levelsAndrew Tridgell1-2/+2
(This used to be commit 638eae6bae76eba5494e75fb7f3da8b1c205f892)
2003-11-14we can now do a level1 NetDfsEnum()Andrew Tridgell1-45/+156
(This used to be commit f32641f73f7ff12b797378b3b533603ff1d526b5)
2003-11-13* fixed conformant arrays in structuresAndrew Tridgell1-4/+77
* expanded the rpcecho test * started adding the NETDFS pipe (This used to be commit 095ab42cbdd5c1c5ab753e2eb275742ba822c8b9)
2003-11-09converted the rpcecho pipe to use IDLAndrew Tridgell1-80/+35
(This used to be commit 1b7a7bc4641e4f0e604bc20699c094fa5f49315d)
2003-11-06another major bit of restructuring of rpc in Samba4. Mostly movingAndrew Tridgell1-0/+114
files around, but also added the first bits of auto-generated code for the lsa pipe. I haven't updated the Makefile to call pidl yet, so for now the code was cut-and-pasted into librpc/ndr/ndr_lsa.c manually (This used to be commit 6b222d3b6541ee74cf8bf3f0913cd444903ca991)