summaryrefslogtreecommitdiff
path: root/librpc/idl/drsuapi.idl
AgeCommit message (Collapse)AuthorFilesLines
2013-10-26librpc-idl: replace int32 by uint32 as the values are always > 0Stefan Metzmacher1-2/+2
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
2013-10-26librpc-idl: replace int32 by the enumeration as it's the type that we use in ↵Matthieu Patou1-10/+10
union's switch drsuapi_DsGetDCInfoCtrLevels Signed-off-by: Matthieu Patou <mat@matws.net> Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
2013-09-24drsuapi.idl: change the range for attribute values to 26214400 bytes.Stefan Metzmacher1-1/+1
This matches the IDL from [MS-DRSR]. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Matthieu Patou <mat@matws.net>
2012-10-07drsuapi-idl: Fix the encoding of the source_dsa_dnsMatthieu Patou1-1/+1
astring is not aligned and is not conformant
2012-04-22idl: fix the charset for the source_dsa_address in DsReplicaDel callMatthieu Patou1-1/+1
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Apr 22 03:00:06 CEST 2012 on sn-devel-104
2011-12-08Add DRSUAPI_DRS_UPDATE_(x) flagsDave Craft1-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-04drsuapi: added ncName attid in enumAndrew Tridgell1-0/+1
2011-01-12drsuapi.idl: add some more DRSUAPI_ATTID_* valuesStefan Metzmacher1-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-31s4-druspia.idl: rename DRSUAPI_ATTID_NONE to DRSUAPI_ATTID_INVALIDKamen Mazdrashki1-1/+2
0xFFFFFFFF is actually an invalid value for an ATTID and *_INVALID will make it more easy to notice in logs
2010-10-31idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID valuesKamen Mazdrashki1-86/+86
Those values are actually ATTID values and such, they are used for ATTIDs for Attributes, Classes and Syntaxes.
2010-09-29idl-drsuapi: fixed another replica_flags that should use the bitmapAndrew Tridgell1-1/+1
Pair-Programmed-With: Anatoliy Atanasov <anatoliy.atanasov@postpath.com>
2010-09-20s4/drs: Added the rest of the enum drsuapi_DsNameFormat valuesAnatoliy Atanasov1-11/+28
According to documentation - [MS-DRSR] 4.1.4.1.2 and 4.1.4.1.3
2010-08-21s4-drsuapi: Implement custom printing for drsuapi protocol forKamen Mazdrashki1-1/+1
drsuapi_DsReplicaAttribute and drsuapi_DsAttributeValueCtr objects This makes tracing what data has been transferred much easier
2010-05-21s4-drsuapi: Sort ATTID definitions by ATTID valueKamen Mazdrashki1-8/+8
2010-05-21s4/drsuapi: Yet another set of predefined ATTIDsKamen Mazdrashki1-0/+7
2010-05-19s4/drsuapi: Add another set of predefined ATTIDsKamen Mazdrashki1-1/+5
Very useful for debugging/dumping purposes
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-5/+5
2010-03-24idl: drsuapi.idl - fix few more commentsKamen Mazdrashki1-7/+5
2010-03-24s4/idl: DsAddEntry V3 request descriptionKamen Mazdrashki1-0/+33
2010-03-24s4/idl: Remove drsuapi_DsAddEntryExtraErrorBuffer - it is not used anymoreKamen Mazdrashki1-5/+0
2010-03-24s4/idl: Complete drsuapi_DsAddEntryErrorInfo descriptionKamen Mazdrashki1-4/+4
Members for Security, Service, Update and System errors renamed to be more descriptive. All those error types share same description.
2010-03-24s4/idl: Add DsAddEntry Referral error definitionKamen Mazdrashki1-5/+53
2010-03-24s4/idl: Add DsAddEntry Name resolution error definitionKamen Mazdrashki1-2/+12
2010-03-24s4/drs: pretty print for drsuapi_DsAddEntry_AttrErrListItem_V1Kamen Mazdrashki1-1/+1
2010-03-24s4/idl: redefine drsuapi_DsAddEntryErrorInfo1Kamen Mazdrashki1-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-24s4/idl: drsuapi_DsAddEntryError refactoredKamen Mazdrashki1-7/+7
Structure description and name was changed to be aligned with WSPP definition. Ref: [MS-DRSR] 4.1.1.1.23
2010-03-24s4/idl: DsAddEntry - refactor DsAddEntryCtr2 structureKamen Mazdrashki1-2/+5
Reply structure definition was aligned with WSPP documentation Ref: [MS-DRSR], section 4.1.1.1.7
2010-03-24s4/idl: Update drsuapi_DsAddEntryErrorInfoX definitionKamen Mazdrashki1-5/+8
drsuapi_DsAddEntryErrorInfoX is an extended error description used by most of the error infos returned by DsAddEntry RPC method.
2010-03-24s4/idl: DIRERR error codes definitionKamen Mazdrashki1-0/+14
DIRERR codes specify class of error returned from DsAddEntry method call. Ref: [MS-DRSR], section 4.1.1.1.25
2010-03-24s4/idl: DsAddEntry - switch types should be unsignedKamen Mazdrashki1-4/+4
2010-03-12drsuapi.idl: don't mark drsuapi_DsGetMemberships as [todo]Stefan Metzmacher1-2/+2
metze
2010-03-11drsuapi.idl: finish drsuapi_DsGetNT4ChangeLog idlStefan Metzmacher1-15/+20
metze
2010-03-10s4/idl: drsuapi_QuerySitesByCostCtr1 'unknown' member is now knownKamen Mazdrashki1-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-10s4/idl: QuerySitesByCost - switch types should be unsignedKamen Mazdrashki1-4/+4
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-03-10s4/idl: DsGetMemberships2 - switch types should be unsignedKamen Mazdrashki1-4/+4
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-03-10s4/idl: DsRemoveDSServer - switch types should be unsignedKamen Mazdrashki1-4/+4
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-03-10s4/idl: DsWriteAccountSpn - switch types should be unsignedKamen Mazdrashki1-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-10s4/idl: DsCrackNames - switch types should be unsignedKamen Mazdrashki1-4/+4
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-03-10s4/idl: DsGetMemberships - switch types should be unsignedKamen Mazdrashki1-4/+4
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-03-10s4/idl: DsReplicaMod - switch types should be unsignedKamen Mazdrashki1-2/+2
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-03-10s4/idl: DsReplicaDel - switch types should be unsignedKamen Mazdrashki1-2/+2
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-03-10s4/idl: DsReplicaAdd - switch types should be unsignedKamen Mazdrashki1-2/+2
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-03-10s4/idl: DsReplicaUpdateRefs - switch types should be unsignedKamen Mazdrashki1-2/+2
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-03-10s4/idl: DsGetNCChanges - switch types should be unsignedKamen Mazdrashki1-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-10s4/idl: drsuapi_DsReplicaSyncOptions flags are no more usedKamen Mazdrashki1-27/+0
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-02-24s4/idl: drsuapi_DsReplicaGetInfoRequest2 - 'string2' to 'value_dn_str'Kamen Mazdrashki1-1/+1
2010-02-24s4/idl: drsuapi_DsReplicaGetInfoRequest2 - 'string1' to 'attribute_name'Kamen Mazdrashki1-1/+1
2010-02-24s4/idl: rename 'guid1' to 'source_dsa_guid' in ↵Kamen Mazdrashki1-2/+2
drsuapi_DsReplicaGetInfoRequest description
2010-02-24s4/idl: drsuapi.idl fix drsuapi_DsReplicaSync definitionKamen Mazdrashki1-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-24s4/idl: drsuapi.idl fix drsuapi_DsReplicaSyncRequest1 descriptionKamen Mazdrashki1-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