summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/misc.idl
AgeCommit message (Collapse)AuthorFilesLines
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-21added 4 more levels to samr_QueryDisplayInfo()Andrew Tridgell1-0/+7
(This used to be commit f4cc593a5c7d75adaced2c33dd83c2ec741751be)
2003-11-18use the auto-generated UUID, version and name rather than listing themAndrew Tridgell1-4/+2
in the dcerpc core code (This used to be commit 16ffeb7c80bfe7f1bfbfce8c98066e9ddbca7686)
2003-11-17security descriptors are no longer a "special" type, they are handledAndrew Tridgell1-0/+53
using the [relative] property this also fixes level3 of PrinterInfo (a relative secdesc) (This used to be commit d5a15257fdd5f6cfe2706765a7c29f623ec1c6f8)