Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-08 | Add DRSUAPI_DRS_UPDATE_(x) flags | Dave Craft | 1 | -0/+7 | |
DRSUAPI_DRS_UPDATE flags are used in DRS_MSG_REPMOD_V1 message structure when repsFrom is modified via RPC. The RPCs are currently uncoded but samba_kcc maintains the flags (and uses them to identify what repsFrom changes are to be executed). These are currently helpful to samba_kcc and are intended to ultimately be used in RPCs. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-10-04 | drsuapi: added ncName attid in enum | Andrew Tridgell | 1 | -0/+1 | |
2011-01-12 | drsuapi.idl: add some more DRSUAPI_ATTID_* values | Stefan Metzmacher | 1 | -0/+5 | |
These will be use for "net rpc vampire passwd" in source3. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 12 19:51:53 CET 2011 on sn-devel-104 | |||||
2010-10-31 | s4-druspia.idl: rename DRSUAPI_ATTID_NONE to DRSUAPI_ATTID_INVALID | Kamen Mazdrashki | 1 | -1/+2 | |
0xFFFFFFFF is actually an invalid value for an ATTID and *_INVALID will make it more easy to notice in logs | |||||
2010-10-31 | idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID values | Kamen Mazdrashki | 1 | -86/+86 | |
Those values are actually ATTID values and such, they are used for ATTIDs for Attributes, Classes and Syntaxes. | |||||
2010-09-29 | idl-drsuapi: fixed another replica_flags that should use the bitmap | Andrew Tridgell | 1 | -1/+1 | |
Pair-Programmed-With: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2010-09-20 | s4/drs: Added the rest of the enum drsuapi_DsNameFormat values | Anatoliy Atanasov | 1 | -11/+28 | |
According to documentation - [MS-DRSR] 4.1.4.1.2 and 4.1.4.1.3 | |||||
2010-08-21 | s4-drsuapi: Implement custom printing for drsuapi protocol for | Kamen Mazdrashki | 1 | -1/+1 | |
drsuapi_DsReplicaAttribute and drsuapi_DsAttributeValueCtr objects This makes tracing what data has been transferred much easier | |||||
2010-05-21 | s4-drsuapi: Sort ATTID definitions by ATTID value | Kamen Mazdrashki | 1 | -8/+8 | |
2010-05-21 | s4/drsuapi: Yet another set of predefined ATTIDs | Kamen Mazdrashki | 1 | -0/+7 | |
2010-05-19 | s4/drsuapi: Add another set of predefined ATTIDs | Kamen Mazdrashki | 1 | -1/+5 | |
Very useful for debugging/dumping purposes | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -5/+5 | |
2010-03-24 | idl: drsuapi.idl - fix few more comments | Kamen Mazdrashki | 1 | -7/+5 | |
2010-03-24 | s4/idl: DsAddEntry V3 request description | Kamen Mazdrashki | 1 | -0/+33 | |
2010-03-24 | s4/idl: Remove drsuapi_DsAddEntryExtraErrorBuffer - it is not used anymore | Kamen Mazdrashki | 1 | -5/+0 | |
2010-03-24 | s4/idl: Complete drsuapi_DsAddEntryErrorInfo description | Kamen Mazdrashki | 1 | -4/+4 | |
Members for Security, Service, Update and System errors renamed to be more descriptive. All those error types share same description. | |||||
2010-03-24 | s4/idl: Add DsAddEntry Referral error definition | Kamen Mazdrashki | 1 | -5/+53 | |
2010-03-24 | s4/idl: Add DsAddEntry Name resolution error definition | Kamen Mazdrashki | 1 | -2/+12 | |
2010-03-24 | s4/drs: pretty print for drsuapi_DsAddEntry_AttrErrListItem_V1 | Kamen Mazdrashki | 1 | -1/+1 | |
2010-03-24 | s4/idl: redefine drsuapi_DsAddEntryErrorInfo1 | Kamen Mazdrashki | 1 | -11/+16 | |
This actually describes Attribute error during DsAddEntry execution. Structure is renamed to drsuapi_DsAddEntryErrorInfo_Attr. And structure to define Attribute error data are all prefixed with drsuapi_DsAddEntry_AttrErr | |||||
2010-03-24 | s4/idl: drsuapi_DsAddEntryError refactored | Kamen Mazdrashki | 1 | -7/+7 | |
Structure description and name was changed to be aligned with WSPP definition. Ref: [MS-DRSR] 4.1.1.1.23 | |||||
2010-03-24 | s4/idl: DsAddEntry - refactor DsAddEntryCtr2 structure | Kamen Mazdrashki | 1 | -2/+5 | |
Reply structure definition was aligned with WSPP documentation Ref: [MS-DRSR], section 4.1.1.1.7 | |||||
2010-03-24 | s4/idl: Update drsuapi_DsAddEntryErrorInfoX definition | Kamen Mazdrashki | 1 | -5/+8 | |
drsuapi_DsAddEntryErrorInfoX is an extended error description used by most of the error infos returned by DsAddEntry RPC method. | |||||
2010-03-24 | s4/idl: DIRERR error codes definition | Kamen Mazdrashki | 1 | -0/+14 | |
DIRERR codes specify class of error returned from DsAddEntry method call. Ref: [MS-DRSR], section 4.1.1.1.25 | |||||
2010-03-24 | s4/idl: DsAddEntry - switch types should be unsigned | Kamen Mazdrashki | 1 | -4/+4 | |
2010-03-12 | drsuapi.idl: don't mark drsuapi_DsGetMemberships as [todo] | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2010-03-11 | drsuapi.idl: finish drsuapi_DsGetNT4ChangeLog idl | Stefan Metzmacher | 1 | -15/+20 | |
metze | |||||
2010-03-10 | s4/idl: drsuapi_QuerySitesByCostCtr1 'unknown' member is now known | Kamen Mazdrashki | 1 | -1/+1 | |
and this it is a reserved fields for future flags - 'flags_reserver' Must be 0 and is currently ignored. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: QuerySitesByCost - switch types should be unsigned | Kamen Mazdrashki | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsGetMemberships2 - switch types should be unsigned | Kamen Mazdrashki | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsRemoveDSServer - switch types should be unsigned | Kamen Mazdrashki | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsWriteAccountSpn - switch types should be unsigned | Kamen Mazdrashki | 1 | -4/+4 | |
Changes also propagated into source code as they are too minor to be done in separate commit Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsCrackNames - switch types should be unsigned | Kamen Mazdrashki | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsGetMemberships - switch types should be unsigned | Kamen Mazdrashki | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsReplicaMod - switch types should be unsigned | Kamen Mazdrashki | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsReplicaDel - switch types should be unsigned | Kamen Mazdrashki | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsReplicaAdd - switch types should be unsigned | Kamen Mazdrashki | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsReplicaUpdateRefs - switch types should be unsigned | Kamen Mazdrashki | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsGetNCChanges - switch types should be unsigned | Kamen Mazdrashki | 1 | -5/+5 | |
Converting those types to unsigned should help in creating DRSUAPI dissector for Wireshark also. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: drsuapi_DsReplicaSyncOptions flags are no more used | Kamen Mazdrashki | 1 | -27/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-24 | s4/idl: drsuapi_DsReplicaGetInfoRequest2 - 'string2' to 'value_dn_str' | Kamen Mazdrashki | 1 | -1/+1 | |
2010-02-24 | s4/idl: drsuapi_DsReplicaGetInfoRequest2 - 'string1' to 'attribute_name' | Kamen Mazdrashki | 1 | -1/+1 | |
2010-02-24 | s4/idl: rename 'guid1' to 'source_dsa_guid' in ↵ | Kamen Mazdrashki | 1 | -2/+2 | |
drsuapi_DsReplicaGetInfoRequest description | |||||
2010-02-24 | s4/idl: drsuapi.idl fix drsuapi_DsReplicaSync definition | Kamen Mazdrashki | 1 | -3/+3 | |
- Function should accept pointer to drsuapi_DsReplicaSyncRequest. While this doesn't generate essentially different code for NDR parser, using pointer will make drsuapi_DsReplicaSync descritpin with the rest of the functions in DRSUAPI interface. Another benefit is that this way we could create Wireshark dissector directly from Samba's verions for drsuapi.idl - 'level' and thus the switch_type() should be uint32 | |||||
2010-02-24 | s4/idl: drsuapi.idl fix drsuapi_DsReplicaSyncRequest1 description | Kamen Mazdrashki | 1 | -2/+2 | |
- pointer to naming_context should be [ref] pointer (i.e. not NULL pointer) - other_info is actually the DNS name for Source DSA and is used if DRSUAPI_DRS_SYNC_BYNAME is passed ref: [MS-DRSR] 5.39 | |||||
2010-02-17 | s4/drs: add DRSUAPI_ATTRIBUTE_options attribute | Anatoliy Atanasov | 1 | -1/+2 | |
2010-02-17 | s4/drs:kccdrs_replica_get_info_obj_metadata implementation | Anatoliy Atanasov | 1 | -8/+8 | |
Fix the names of the drsuapi_DsReplicaInfoType enum and rebuild the .idl The get_info_obj_metadata implementation is ported from implementation i developed and tested at the samba io lab 2009 | |||||
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. |