summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_echo.h
AgeCommit message (Collapse)AuthorFilesLines
2003-11-19switched to a new way of handling unions, so that we can handleAndrew Tridgell1-1/+5
alignment correctly for unions that have non-uint16 discriminants fixed the union handling in srvsvc.idl. (metze, please take a look at the changes, your IDL did match what was one the wire in most cases, but isn't the way IDL is usually coded) (This used to be commit 7b5d0287298e8505e0ec7b22d75d9f9a8a610031)
2003-11-19started to expand the echo tests to include more interesting testAndrew Tridgell1-6/+52
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-1/+10
versions of midl, as used to build LSA. Work around it here. (This used to be commit b3bd2bf10badd60d7c4952c6e1687568b413ee47)
2003-11-18use the auto-generated UUID, version and name rather than listing themAndrew Tridgell1-5/+11
in the dcerpc core code (This used to be commit 16ffeb7c80bfe7f1bfbfce8c98066e9ddbca7686)
2003-11-17use [subcontext] to make GetPrinter a bit easier in smbtortureAndrew Tridgell1-19/+1
(This used to be commit a5140985d8f57695b4165c72af217092da6fae5f)
2003-11-14we can now do a level1 NetDfsEnum()Andrew Tridgell1-5/+16
(This used to be commit f32641f73f7ff12b797378b3b533603ff1d526b5)
2003-11-13* fixed conformant arrays in structuresAndrew Tridgell1-2/+20
* 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-53/+28
(This used to be commit 1b7a7bc4641e4f0e604bc20699c094fa5f49315d)
2003-11-06another major bit of restructuring of rpc in Samba4. Mostly movingAndrew Tridgell1-0/+76
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)