summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/rpc_echo.c
AgeCommit message (Collapse)AuthorFilesLines
2003-11-13* fixed conformant arrays in structuresAndrew Tridgell1-0/+8
* expanded the rpcecho test * started adding the NETDFS pipe (This used to be commit 095ab42cbdd5c1c5ab753e2eb275742ba822c8b9)
2003-11-09- added the rest of the LSA calls as stubsAndrew Tridgell1-34/+6
- auto-generate the client calls with 'make idl' (This used to be commit 8e52381313fc5a603b6d7e6ff090896c772096e9)
2003-11-09converted the rpcecho pipe to use IDLAndrew Tridgell1-101/+28
(This used to be commit 1b7a7bc4641e4f0e604bc20699c094fa5f49315d)
2003-11-06another major bit of restructuring of rpc in Samba4. Mostly movingAndrew Tridgell1-0/+137
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)