1- Not all errors are in the message catalogue, eg.
2rpc_s_protseq_not_supported is missing. Need to find and catalogue
3all errors.
4
5- Fix the IDL compiler so that [in] reference parameters are declared
6as const.
7
8- Clean up the installed headers so that we only include the ones
9that are actually useful. We don't want to be installing cruft.
10
11- Consider not installing the libtool .la files. Not sure what
12impact this will have, probably should be OK.
13
14- Implement SMB named pipe client module using the the SMBClient
15framework.
16
17- Implement ncacn_mach transport for local RPC. We need this so
18that we can run the local services on well-known endpoints.
19
20- Add launchd support to rpcd.
21
22- Add instant-off support to the RPC runtime.
23
24- Clean up dce_error_inq_text to use error_status_t and dce_error_string_t
25parameters.
26
27- Fix CoreFoundation linking. This ought to only be linked with
28libdce, not with every application.
29