Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-11 | s4-drs: Add DRSUAPI_DRS_NONGC_RO_REP bit to DRS_OPTIONS | Fernando J V da Silva | 1 | -0/+1 | |
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | |||||
2010-02-11 | s4/idl: Naming reserved flags for DRSUAPI_SUPPORTED_EXTENSION_ field | Kamen Mazdrashki | 1 | -2/+2 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-02-05 | s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_RECYCLE_BIN ext. flag for DRSUAPI | Kamen Mazdrashki | 1 | -1/+2 | |
This flag corresponds to DRS_EXT_RECYCLE_BIN extended flag in [MS-DRSR] documentation. Reference: [MS-DRSR] - 5.37 Description: If present, signifies that the DC has enabled the Recycle Binoptional feature. | |||||
2010-02-05 | s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_GETCHGREQ_V10 flag for DRSUAPI | Kamen Mazdrashki | 1 | -1/+1 | |
This flag corresponds to DRS_EXT_GETCHGREQ_V10 flag in [MS-DRSR] documentation. Reference: [MS-DRSR] - 5.37 Description: If present, signifies that the DC supports DRS_MSG_GETCHGREQ_V10. | |||||
2010-02-05 | s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_GETCHGREQ_V5 flag for DRSUAPI | Kamen Mazdrashki | 1 | -1/+1 | |
This flag corresponds to DRS_EXT_GETCHGREQ_V5 flag in [MS-DRSR] documentation. Reference: [MS-DRSR] - 5.37 Description: If present, signifies that the DC supports DRS_MSG_GETCHGREQ_V5. | |||||
2010-02-05 | s4/idl: add DRSUAPI_SUPPORTED_EXTENSION_ADDENTRY flag for DRSUAPI | Kamen Mazdrashki | 1 | -1/+1 | |
This flag corresponds to DRS_EXT_ADDENTRY flag in [MS-DRSR] documentation. Reference: [MS-DRSR] - 5.37 Description: If present, signifies that the DC supports IDL_DRSAddEntry. | |||||
2010-01-18 | idl: switched to using the WSPP names for the 'neighbour' DRS options | Andrew Tridgell | 1 | -41/+4 | |
The documentation shows that all these functions in fact use the same flags variable type. To be consistent between functions, and to allow easy reference to the WSPP docs, it is better for us to also use this generic DrsOptions bitfield rather than one per operations. | |||||
2010-01-16 | s4-idl: in DsReplicaGetInfo unknown2 is actually an enumeration_context | Andrew Tridgell | 1 | -7/+7 | |
2010-01-14 | s4-idl: get rid of the operation specific DRS options flags | Andrew Tridgell | 1 | -42/+7 | |
It was confusing to have several sets of incomplete options when WSPP uses a single set. | |||||
2010-01-14 | s4-idl: update the DRS_OPTIONS bits based on the latest WSPP docs | Andrew Tridgell | 1 | -2/+10 | |
2010-01-09 | s4-idl: give a enum for attribute cn and a 'NONE' attribute | Andrew Tridgell | 1 | -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-08 | s4-idl: added some more wellknown attributeIDs | Andrew Tridgell | 1 | -0/+3 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2009-12-01 | drsuapi: fix build warning of NDR size calculation of ↵ | Günther Deschner | 1 | -2/+2 | |
drsuapi_DsReplicaObjectIdentifier3Binary. The generated size actually does not include the size of the binary itself. Guenther | |||||
2009-10-16 | s4/drs(idl): Redefine drsuapi_DsReplicaOID in drsuapi.idl | Kamen Mazdrashki | 1 | -3/+3 | |
Structure redefined to be more similar with OID_t structure defined in [ref. MS-DRSR.pdf - p.496]. | |||||
2009-10-15 | idl: added WSPP DrsOptions bit names | Andrew Tridgell | 1 | -0/+36 | |
This should make it much easier to work through the logic in MS-DRSR | |||||
2009-09-24 | s4-drs: fixed the size of DN binary blobs on the wire | Andrew Tridgell | 1 | -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-23 | s4: Handle DRSUAPI_DS_REPLICA_NEIGHBOUR_CRITICAL_ONLY req in getncchanges | Anatoliy Atanasov | 1 | -2/+6 | |
2009-09-23 | Revert "r20074: this values seem to be typos in drsuapi" | Stefan Metzmacher | 1 | -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-17 | idl: added DRS GetNCChanges level 10 | Andrew Tridgell | 1 | -0/+18 | |
2009-09-17 | idl: added DsExecuteKCC IDL | Andrew Tridgell | 1 | -1/+19 | |
2009-09-11 | s4-idl: added the IDL for the DsReplica* calls | Andrew Tridgell | 1 | -7/+69 | |
2009-09-10 | s4/drsuapi: tech the IDL about some more key attribute names | Andrew Tridgell | 1 | -0/+8 | |
2009-09-08 | s4: fixed updaterefs options bitmap | Andrew Tridgell | 1 | -2/+3 | |
2009-09-02 | add a ref to the WSPP docs | Andrew Tridgell | 1 | -0/+1 | |
2009-01-01 | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 1 | -5/+5 | |
2008-10-18 | drsuapi: build new merged drsuapi idl and helpers. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-18 | drsuapi: share drsuapi idl and helper code. | Günther Deschner | 1 | -0/+1602 | |
Guenther |