summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/dfs.idl
AgeCommit message (Collapse)AuthorFilesLines
2003-11-22dfs torture test now passesAndrew Tridgell1-7/+6
(This used to be commit 201cb6116df8ad74569d78827815855105a1ea11)
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell1-0/+2
interface. We now support an arbitrary set of flags to each parser, and these can be used to control the string types. I have provided some common IDL string types in librpc/idl/idl_types.h which needs to be included in every IDL file. * added IDL for the endpoint mapper. Added a test suite that enumerates all endpoints on the server. (This used to be commit d2665f36a75b482ff82733f72ffac938c2acf87a)
2003-11-20 * changed to midl syntax using [case(x)] instead of case(x)Andrew Tridgell1-15/+15
* use empty defaults instead of a dummy empty structure (This used to be commit 555a340d3c0697b147799bc0a6615e01e196daf6)
2003-11-14it turns out that all MS servers ignore the artifact struct_len fieldsAndrew Tridgell1-1/+1
in OpenPolicy and OpenPolicy2, so we don't in fact need the [struct_len] attribute. This makes our IDL much closer to the MS IDL. (This used to be commit f0a8f063a680b5d0a68c5ac7cccf9c9a13adfb81)
2003-11-14added the dfs_GetInfo all - all levelsAndrew Tridgell1-37/+63
(This used to be commit 638eae6bae76eba5494e75fb7f3da8b1c205f892)
2003-11-14* added levels 4, 200 and 300 to NetDfsEnum. 200 and 300 don't workAndrew Tridgell1-0/+38
properly, I'm still investigating that. * changed dcerpc fault status code to NT_STATUS_NETWORK_WRITE_FAULT, which I think is a better mapping (This used to be commit 9ad28f6ddbb777de7cac11e71c392b508c81b741)
2003-11-14* fixed lsa_LookupPrivNameAndrew Tridgell1-5/+38
* added levels 2 and 3 of dfs_Enum (This used to be commit 3fa61c19826cd1415f561e1e5c40adcc59d4abf2)
2003-11-14we can now do a level1 NetDfsEnum()Andrew Tridgell1-3/+23
(This used to be commit f32641f73f7ff12b797378b3b533603ff1d526b5)
2003-11-13more dfs workAndrew Tridgell1-3/+2
(This used to be commit d9eb4511d0a51bafb53aa87ebb89ff03e0cbc46c)
2003-11-13* fixed conformant arrays in structuresAndrew Tridgell1-0/+57
* expanded the rpcecho test * started adding the NETDFS pipe (This used to be commit 095ab42cbdd5c1c5ab753e2eb275742ba822c8b9)