summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/misc.idl
AgeCommit message (Collapse)AuthorFilesLines
2003-12-02added netr_DatabaseSync(). It doesn't work as I haven't done schannelAndrew Tridgell1-2/+12
yet, but at least the request is understood by w2k3 Also modified pidl to allow multiple branches in a union to have the same element. This is used in netlogon. (This used to be commit 983c0e9683fa9666a6e055d1776ebeef8cd2e700)
2003-12-01added netr_ServerReqChallenge and cleaned up byte array printingAndrew Tridgell1-2/+1
(This used to be commit bb42107dccf3a384a4a5c029b4d2752e0898d7cb)
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)