summaryrefslogtreecommitdiff
path: root/librpc/idl/drsuapi.idl
AgeCommit message (Collapse)AuthorFilesLines
2010-01-09s4-idl: give a enum for attribute cn and a 'NONE' attributeAndrew Tridgell1-1/+3
The 'NONE' attribute has value 0xFFFFFFFF. Adding this ensures the compiler will complain if it is set to use 16 bit enums. We rely on being able to store 32 bits in an attid enum.
2010-01-08s4-idl: added some more wellknown attributeIDsAndrew Tridgell1-0/+3
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2009-12-01drsuapi: fix build warning of NDR size calculation of ↵Günther Deschner1-2/+2
drsuapi_DsReplicaObjectIdentifier3Binary. The generated size actually does not include the size of the binary itself. Guenther
2009-10-16s4/drs(idl): Redefine drsuapi_DsReplicaOID in drsuapi.idlKamen Mazdrashki1-3/+3
Structure redefined to be more similar with OID_t structure defined in [ref. MS-DRSR.pdf - p.496].
2009-10-15idl: added WSPP DrsOptions bit namesAndrew Tridgell1-0/+36
This should make it much easier to work through the logic in MS-DRSR
2009-09-24s4-drs: fixed the size of DN binary blobs on the wireAndrew Tridgell1-1/+1
Comparison with w2k8 traces shows the size field of drsuapi_DsReplicaObjectIdentifier3Binary is taken from drsuapi_DsReplicaObjectIdentifier3 Thanks to metze for spotting this
2009-09-23s4: Handle DRSUAPI_DS_REPLICA_NEIGHBOUR_CRITICAL_ONLY req in getncchangesAnatoliy Atanasov1-2/+6
2009-09-23Revert "r20074: this values seem to be typos in drsuapi"Stefan Metzmacher1-2/+2
This reverts commit 1dfd365d57dcd712d315a1a903c8d3d0a0f0fc12 This change was from and the flags I was seeing have another meaning. metze Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com>
2009-09-17idl: added DRS GetNCChanges level 10Andrew Tridgell1-0/+18
2009-09-17idl: added DsExecuteKCC IDLAndrew Tridgell1-1/+19
2009-09-11s4-idl: added the IDL for the DsReplica* callsAndrew Tridgell1-7/+69
2009-09-10s4/drsuapi: tech the IDL about some more key attribute namesAndrew Tridgell1-0/+8
2009-09-08s4: fixed updaterefs options bitmapAndrew Tridgell1-2/+3
2009-09-02add a ref to the WSPP docsAndrew Tridgell1-0/+1
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij1-5/+5
2008-10-18drsuapi: build new merged drsuapi idl and helpers.Günther Deschner1-1/+1
Guenther
2008-10-18drsuapi: share drsuapi idl and helper code.Günther Deschner1-0/+1602
Guenther